1
Installation issues / Re: apt-get update problem`
« on: August 01, 2009, 11:55:13 pm »
Anyone have any success with this? It looks like the i386 packages are available but not the AMD64. Can I use the both i386 and AMD64 packages? If so, how do I point apt-get to use the i386 architecture?
===============================================================================================
sudo apt-get update gives me this:
Err http://old-releases.ubuntu.com replacements_debian/main Packages 404 Not Found
Err http://deb.linuxmce.com replacements_ubuntu/main Packages 404 Not Found
Fetched 4B in 10s (0B/s)
Failed to fetch http://linuxmce.com/ubuntu/./Packages.gz 404 Not Found
Failed to fetch http://deb.linuxmce.com/ubuntu/dists/replacements_ubuntu/main/binary-amd64/Packages.gz 404 Not Found
Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/replacements_debian/main/binary-amd64/Packages.gz 404 Not Found
Reading package lists... Done
E: Some index files failed to download, they have been ignored, or old ones used instead.
===============================================================================================
cat /etc/apt/sources.list produces:
deb file:/usr/pluto/deb-cache/ ./
deb http://old-releases.ubuntu.com/ubuntu/ gutsy main restricted multiverse universe
deb http://old-releases.ubuntu.com/ubuntu/ gutsy-security main restricted multiverse universe
deb http://old-releases.ubuntu.com/ubuntu/ gutsy-updates main restricted multiverse universe
deb http://linuxmce.com/ubuntu/ ./
deb http://deb.linuxmce.com/ubuntu/ 20dev_ubuntu main
deb http://old-releases.ubuntu.com/ubuntu/ replacements_debian main
deb http://deb.linuxmce.com/ubuntu/ replacements_ubuntu main
Please advise!
--AP
===============================================================================================
sudo apt-get update gives me this:
Err http://old-releases.ubuntu.com replacements_debian/main Packages 404 Not Found
Err http://deb.linuxmce.com replacements_ubuntu/main Packages 404 Not Found
Fetched 4B in 10s (0B/s)
Failed to fetch http://linuxmce.com/ubuntu/./Packages.gz 404 Not Found
Failed to fetch http://deb.linuxmce.com/ubuntu/dists/replacements_ubuntu/main/binary-amd64/Packages.gz 404 Not Found
Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/replacements_debian/main/binary-amd64/Packages.gz 404 Not Found
Reading package lists... Done
E: Some index files failed to download, they have been ignored, or old ones used instead.
===============================================================================================
cat /etc/apt/sources.list produces:
deb file:/usr/pluto/deb-cache/ ./
deb http://old-releases.ubuntu.com/ubuntu/ gutsy main restricted multiverse universe
deb http://old-releases.ubuntu.com/ubuntu/ gutsy-security main restricted multiverse universe
deb http://old-releases.ubuntu.com/ubuntu/ gutsy-updates main restricted multiverse universe
deb http://linuxmce.com/ubuntu/ ./
deb http://deb.linuxmce.com/ubuntu/ 20dev_ubuntu main
deb http://old-releases.ubuntu.com/ubuntu/ replacements_debian main
deb http://deb.linuxmce.com/ubuntu/ replacements_ubuntu main
Please advise!
--AP