installation of meld failing


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu installation of meld failing
# 1  
Old 03-29-2012
Question installation of meld failing

Hi,

I have Ubuntu 9.10 and I need to install "meld" for file comparison.
I did sudo apt-get install meld but the command is failing with this error:


404 Not Found
Failed to fetch 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

I don't know how to resolve this... my web proxy server is up and running.

Is there any other way to install meld on Ubuntu
please help!!! SmilieSmilie
# 2  
Old 03-29-2012
Hi.

That release is no longer supported.
Code:
Ubuntu 9.10 (Karmic Koala)

Ubuntu 9.10 (Karmic Koala), released on 29 October 2009,[75] was Canonical's 11th release of Ubuntu. It was supported until April 2011.

-- http://en.wikipedia.org/wiki/List_of_Ubuntu_releases#Ubuntu_9.10_.28Karmic_Koala.29

You could look at Debian -- Package Search Results -- meld there are 5 instances of meld, but it looks like you'll need some other items, mostly related to python. It also seems like you'll need to download the source package like http://ftp.de.debian.org/debian/pool....1.orig.tar.gz .. If meld is a "simple" python code, then you may be able to copy it to directory /usr/bin and perhaps it will run.

On my system (Debian lenny), meld is:
Code:
% file /usr/bin/meld
/usr/bin/meld: a python script text executable

You might consider updating to a newer release of Ubuntu, or using a program that is similar to meld. However, it looks like the repositories for 9.10 have closed, so that you won't be able to use the package manager to install anything from them.

Best wishes ... cheers, drl
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Red Hat

Installation of Certificates failing

Hi All, I have a few certificates that I need to install on my Apache server. The files are in /opt/keys/: # ls -ltrh total 36K -rw-r--r--. 1 root root 1.8K Apr 20 18:29 EntrustG2bridge.cer -rw-r--r--. 1 root root 1.7K Apr 20 18:29 wildcard.key -rw-r--r--. 1 root root 1.5K Apr 20... (1 Reply)
Discussion started by: Junaid Subhani
1 Replies

2. Red Hat

Samba installation failing on Linux

We are trying to install samba server on linux environment but it's failing with following errors. Could any of you help me on this. body { margin: 0 0 0 0; padding:0 0 0 0 }td,div { font-family:Segoe UI;font-size:9pt;vertical-align:top }/* Copyright IBM Corp. 2011 All Rights Reserved. ... (4 Replies)
Discussion started by: talk1234
4 Replies

3. Shell Programming and Scripting

ps -ef failing sometimes

Hi Everyone, we have a shell script "DLP_recv.sh" that has below command which is supposed to return the number of active instances of itself, which means of there is no other instance then commad would return 1 (for the current instance). The problem is that it sometimes it returns 0 which is... (3 Replies)
Discussion started by: guycool
3 Replies

4. Red Hat

Meld on RHEL5

Hi All I'm trying to run meld on RHEL5, to diff 2 directories. I able to see the files in diff. But when I click on the file to view the diff, I get the below error. Anyway to resolve this? Meld version that I use is 1.3.3. (meld:14757): libgnomevfs-CRITICAL **:... (1 Reply)
Discussion started by: visionofarun
1 Replies

5. UNIX for Advanced & Expert Users

sudo using at failing.

Hi, I'm hopin' ya can give me an idea or two here. I'm writing a file transfer tracking program. Users login via FTP or https. These users have NO shell access. I'll get to that in a minute. When they upload or download a file, a script is invoked to log the transfer in a database,... (9 Replies)
Discussion started by: mph
9 Replies

6. UNIX for Advanced & Expert Users

installation of vbox failing

Hi, I am using compaq t5207tu model with 60gb harddisk and 2.5gb RAM.Its dual boot-Windows XP and Solaris. I tried installing SUN xVM on solaris to make client -server architecture (32 bit processor and 32 bit OS ) -guest OS (solaris 10)on host OS(Solaris 10). But whenever i try to install... (1 Reply)
Discussion started by: shruti_gupta
1 Replies

7. AIX

failing drive

I posted some errpt output,see Phone Support, that this forum graciously looked at and confirmed what we suspected, that one of our RAID5 disks is failing. I have a replacement, but am having trouble downing the old disk. If I try and run Remove a Disk from smit, it says the device is busy. The... (4 Replies)
Discussion started by: markper
4 Replies

8. Solaris

installation of Solaris: installation bypasses network config.

hello solaris friends, I've tried installing Sun Solaris 10.0, but everytime it seems to bypass the network config. screen that looks similar to this...here's the url: http://www.hup.hu/old/images/hup/Solaris/Sol10beta7/9.png I'm able to install it all the way through but I get no... (2 Replies)
Discussion started by: cadmiumgreen
2 Replies
Login or Register to Ask a Question