| Linux Mint This forum is for the discussion of Linux Mint. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
01-19-2012, 10:40 AM
|
#1
|
|
Member
Registered: Jan 2005
Location: Tallahassee, FL
Distribution: Linux Mint
Posts: 50
Rep:
|
missing repositories when trying to install/update packages, error from mintInstall
Howdy,
I recently tried to do some updates/installs and am getting some missing repository messages with a 404 error. Some googling pointed me to a different sources.list, but the ones I have tried end up giving me some 404 errors as well. Now mintInstall gives the following error on refresh:
"The data used by mintInstall is corrupted or out of date. Click on refresh to fix the problem : no element found: line 1, column 0"
Any assistance with getting an updated sources.list and fixing this error would be greatly appreciated.
|
|
|
|
01-19-2012, 10:44 AM
|
#2
|
|
Senior Member
Registered: Feb 2009
Posts: 3,138
|
Can you show us your software sources?
Code:
cat /etc/apt/sources.list
As well as the output of:
Code:
sudo apt-get update
And finally tell us which version of Mint you're using.
Code:
cat /etc/lsb-release
sources.list is an important system file so I really hope you haven't been making random changes to it based on random Google pages. When dealing with system files I strongly recommend following only trusted tutorials/how-to's.
|
|
|
|
01-19-2012, 10:54 AM
|
#3
|
|
Member
Registered: Jan 2005
Location: Tallahassee, FL
Distribution: Linux Mint
Posts: 50
Original Poster
Rep:
|
I made a backup copy of sources.list before I started modifying anything and have since restored the original version. Here is the output of the commands you mentioned. Thanks.
cat /etc/apt/sources.list
Code:
## -----------------------
## LINUX MINT REPOSITORIES
## -----------------------
## +++ Linux Mint 7 Gloria (stable) +++
deb http://packages.linuxmint.com/ gloria main upstream import
## +++ Backports (not as stable) +++
deb http://packages.linuxmint.com/ gloria backport
## +++ Community (not as stable) +++
deb http://packages.linuxmint.com/ gloria community
## +++ Romeo (unstable) +++
deb http://packages.linuxmint.com/ gloria romeo
## +++ Source Repositories +++
# deb-src http://packages.linuxmint.com/ gloria main upstream import
# deb-src http://packages.linuxmint.com/ gloria community
# deb-src http://packages.linuxmint.com/ gloria backport
# deb-src http://packages.linuxmint.com/ gloria romeo
## -------------------
## UBUNTU REPOSITORIES
## -------------------
## +++ Ubuntu 9.04 Jaunty (stable) +++
deb http://archive.ubuntu.com/ubuntu/ jaunty main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ jaunty-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ jaunty-security main restricted universe multiverse
## +++ Backports & Proposed (not as stable) +++
deb http://archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ jaunty-proposed main restricted universe multiverse
## +++ Source Repositories +++
deb-src http://archive.ubuntu.com/ubuntu/ jaunty main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ jaunty-updates main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu/ jaunty-security main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ jaunty-proposed main restricted universe multiverse
## ------------------
## OTHER REPOSITORIES
## ------------------
## +++ Canonical (stable) +++
deb http://archive.canonical.com/ubuntu/ jaunty partner
## +++ Medibuntu (stable) +++
deb http://packages.medibuntu.org/ jaunty free non-free
deb http://download.virtualbox.org/virtualbox/debian/ jaunty free non-free
deb http://repository.spotify.com/ stable non-free
deb http://ppa.launchpad.net/kubuntu-ppa/ppa/ubuntu/ natty main
deb http://ppa.launchpad.net/kubuntu-ppa/ppa/ubuntu/ natty main
deb http://ppa.launchpad.net/kubuntu-ppa/ppa/ubuntu/ natty main
---------- Post added 01-19-12 at 04:55 PM ----------
sudo apt-get update
Code:
Get:1 http://dl.google.com stable Release.gpg [198B]
Ign http://dl.google.com stable/main Translation-en_US
Get:2 http://download.virtualbox.org jaunty Release.gpg [197B]
Get:3 http://dl.google.com stable Release [1347B]
Hit http://linux.dropbox.com natty Release.gpg
Ign http://linux.dropbox.com natty/main Translation-en_US
Ign http://download.virtualbox.org jaunty/free Translation-en_US
Ign http://download.virtualbox.org jaunty/non-free Translation-en_US
Get:4 http://dl.google.com stable/main Packages [1236B]
Get:5 http://packages.linuxmint.com gloria Release.gpg [198B]
Ign http://packages.linuxmint.com gloria/main Translation-en_US
Ign http://packages.linuxmint.com gloria/upstream Translation-en_US
Ign http://packages.linuxmint.com gloria/import Translation-en_US
Hit http://linux.dropbox.com natty Release
Get:6 http://download.virtualbox.org jaunty Release [5394B]
Ign http://download.virtualbox.org jaunty Release
Ign http://download.virtualbox.org jaunty/free Packages
Ign http://packages.linuxmint.com gloria/backport Translation-en_US
Ign http://packages.linuxmint.com gloria/community Translation-en_US
Ign http://packages.linuxmint.com gloria/romeo Translation-en_US
Hit http://linux.dropbox.com natty/main Packages
Get:7 http://packages.linuxmint.com gloria Release [15.4kB]
Hit http://archive.canonical.com jaunty Release.gpg
Ign http://archive.canonical.com jaunty/partner Translation-en_US
Hit http://repository.spotify.com stable Release.gpg
Ign http://repository.spotify.com stable/non-free Translation-en_US
Get:8 http://ppa.launchpad.net natty Release.gpg [316B]
Ign http://ppa.launchpad.net natty/main Translation-en_US
Ign http://security.ubuntu.com jaunty-security Release.gpg
Ign http://security.ubuntu.com jaunty-security/main Translation-en_US
Ign http://security.ubuntu.com jaunty-security/restricted Translation-en_US
Ign http://archive.ubuntu.com jaunty Release.gpg
Ign http://archive.ubuntu.com jaunty/main Translation-en_US
Ign http://archive.ubuntu.com jaunty/restricted Translation-en_US
Hit http://download.virtualbox.org jaunty/non-free Packages
Ign http://download.virtualbox.org jaunty/free Packages
Hit http://archive.canonical.com jaunty Release
Err http://download.virtualbox.org jaunty/free Packages
404 Not found
Get:9 http://ppa.launchpad.net natty Release [9735B]
Ign http://ppa.launchpad.net natty Release
Hit http://repository.spotify.com stable Release
Ign http://security.ubuntu.com jaunty-security/universe Translation-en_US
Ign http://security.ubuntu.com jaunty-security/multiverse Translation-en_US
Ign http://archive.ubuntu.com jaunty/universe Translation-en_US
Ign http://archive.ubuntu.com jaunty/multiverse Translation-en_US
Ign http://archive.ubuntu.com jaunty-updates Release.gpg
Ign http://security.ubuntu.com jaunty-security Release
Ign http://archive.ubuntu.com jaunty-updates/main Translation-en_US
Ign http://archive.ubuntu.com jaunty-updates/restricted Translation-en_US
Ign http://archive.ubuntu.com jaunty-updates/universe Translation-en_US
Ign http://archive.ubuntu.com jaunty-updates/multiverse Translation-en_US
Ign http://archive.ubuntu.com jaunty-backports Release.gpg
Hit http://packages.medibuntu.org jaunty Release.gpg
Ign http://packages.linuxmint.com gloria/main Packages
Ign http://archive.ubuntu.com jaunty-backports/main Translation-en_US
Ign http://archive.ubuntu.com jaunty-backports/restricted Translation-en_US
Hit http://archive.canonical.com jaunty/partner Packages
Hit http://ppa.launchpad.net natty/main Packages
Ign http://packages.linuxmint.com gloria/upstream Packages
Ign http://packages.linuxmint.com gloria/import Packages
Ign http://packages.linuxmint.com gloria/backport Packages
Ign http://packages.linuxmint.com gloria/community Packages
Ign http://repository.spotify.com stable/non-free Packages
Ign http://security.ubuntu.com jaunty-security/main Packages
Ign http://archive.ubuntu.com jaunty-backports/universe Translation-en_US
Ign http://archive.ubuntu.com jaunty-backports/multiverse Translation-en_US
Ign http://archive.ubuntu.com jaunty-proposed Release.gpg
Ign http://archive.ubuntu.com jaunty-proposed/main Translation-en_US
Ign http://archive.ubuntu.com jaunty-proposed/restricted Translation-en_US
Ign http://archive.ubuntu.com jaunty-proposed/universe Translation-en_US
Ign http://archive.ubuntu.com jaunty-proposed/multiverse Translation-en_US
Ign http://archive.ubuntu.com jaunty Release
Ign http://archive.ubuntu.com jaunty-updates Release
Ign http://packages.linuxmint.com gloria/romeo Packages
Get:10 http://packages.linuxmint.com gloria/main Packages [8480B]
Hit http://repository.spotify.com stable/non-free Packages
Get:11 http://packages.linuxmint.com gloria/upstream Packages [8579B]
Ign http://security.ubuntu.com jaunty-security/restricted Packages
Ign http://security.ubuntu.com jaunty-security/universe Packages
Ign http://security.ubuntu.com jaunty-security/multiverse Packages
Ign http://security.ubuntu.com jaunty-security/main Sources
Ign http://security.ubuntu.com jaunty-security/restricted Sources
Ign http://security.ubuntu.com jaunty-security/universe Sources
Ign http://packages.medibuntu.org jaunty/free Translation-en_US
Ign http://archive.ubuntu.com jaunty-backports Release
Ign http://archive.ubuntu.com jaunty-proposed Release
Ign http://archive.ubuntu.com jaunty/main Packages
Ign http://archive.ubuntu.com jaunty/restricted Packages
Ign http://archive.ubuntu.com jaunty/universe Packages
Ign http://archive.ubuntu.com jaunty/multiverse Packages
Ign http://archive.ubuntu.com jaunty/main Sources
Ign http://archive.ubuntu.com jaunty/restricted Sources
Ign http://archive.ubuntu.com jaunty/universe Sources
Ign http://security.ubuntu.com jaunty-security/multiverse Sources
Ign http://security.ubuntu.com jaunty-security/main Packages
Ign http://archive.ubuntu.com jaunty/multiverse Sources
Ign http://archive.ubuntu.com jaunty-updates/main Packages
Ign http://archive.ubuntu.com jaunty-updates/restricted Packages
Ign http://archive.ubuntu.com jaunty-updates/universe Packages
Ign http://archive.ubuntu.com jaunty-updates/multiverse Packages
Ign http://archive.ubuntu.com jaunty-updates/main Sources
Ign http://archive.ubuntu.com jaunty-updates/restricted Sources
Ign http://archive.ubuntu.com jaunty-updates/universe Sources
Ign http://archive.ubuntu.com jaunty-updates/multiverse Sources
Ign http://security.ubuntu.com jaunty-security/restricted Packages
Ign http://security.ubuntu.com jaunty-security/universe Packages
Ign http://security.ubuntu.com jaunty-security/multiverse Packages
Ign http://security.ubuntu.com jaunty-security/main Sources
Ign http://security.ubuntu.com jaunty-security/restricted Sources
Ign http://security.ubuntu.com jaunty-security/universe Sources
Get:12 http://packages.linuxmint.com gloria/upstream Packages [8579B]
Ign http://archive.ubuntu.com jaunty-backports/main Packages
Ign http://archive.ubuntu.com jaunty-backports/restricted Packages
Ign http://archive.ubuntu.com jaunty-backports/universe Packages
Ign http://archive.ubuntu.com jaunty-backports/multiverse Packages
Ign http://archive.ubuntu.com jaunty-backports/main Sources
Ign http://archive.ubuntu.com jaunty-backports/restricted Sources
Ign http://archive.ubuntu.com jaunty-backports/universe Sources
Ign http://archive.ubuntu.com jaunty-backports/multiverse Sources
Ign http://archive.ubuntu.com jaunty-proposed/main Packages
Ign http://archive.ubuntu.com jaunty-proposed/restricted Packages
Ign http://packages.medibuntu.org jaunty/non-free Translation-en_US
Get:13 http://packages.linuxmint.com gloria/import Packages [8871B]
Ign http://security.ubuntu.com jaunty-security/multiverse Sources
Err http://security.ubuntu.com jaunty-security/main Packages
404 Not Found [IP: 91.189.92.166 80]
Err http://security.ubuntu.com jaunty-security/restricted Packages
404 Not Found [IP: 91.189.92.166 80]
Err http://security.ubuntu.com jaunty-security/universe Packages
404 Not Found [IP: 91.189.92.166 80]
Err http://security.ubuntu.com jaunty-security/multiverse Packages
404 Not Found [IP: 91.189.92.166 80]
Err http://security.ubuntu.com jaunty-security/main Sources
404 Not Found [IP: 91.189.92.166 80]
Ign http://archive.ubuntu.com jaunty-proposed/universe Packages
Get:14 http://packages.linuxmint.com gloria/backport Packages [20B]
Get:15 http://packages.linuxmint.com gloria/community Packages [15.2kB]
Ign http://archive.ubuntu.com jaunty-proposed/multiverse Packages
Ign http://archive.ubuntu.com jaunty-proposed/main Sources
Ign http://archive.ubuntu.com jaunty-proposed/restricted Sources
Ign http://archive.ubuntu.com jaunty-proposed/universe Sources
Ign http://archive.ubuntu.com jaunty-proposed/multiverse Sources
Ign http://archive.ubuntu.com jaunty/main Packages
Ign http://archive.ubuntu.com jaunty/restricted Packages
Ign http://archive.ubuntu.com jaunty/universe Packages
Get:16 http://packages.linuxmint.com gloria/romeo Packages [6616B]
Err http://security.ubuntu.com jaunty-security/restricted Sources
404 Not Found [IP: 91.189.92.166 80]
Ign http://archive.ubuntu.com jaunty/multiverse Packages
Ign http://archive.ubuntu.com jaunty/main Sources
Ign http://archive.ubuntu.com jaunty/restricted Sources
Ign http://archive.ubuntu.com jaunty/universe Sources
Ign http://archive.ubuntu.com jaunty/multiverse Sources
Ign http://archive.ubuntu.com jaunty-updates/main Packages
Ign http://archive.ubuntu.com jaunty-updates/restricted Packages
Ign http://archive.ubuntu.com jaunty-updates/universe Packages
Ign http://archive.ubuntu.com jaunty-updates/multiverse Packages
Ign http://archive.ubuntu.com jaunty-updates/main Sources
Hit http://packages.medibuntu.org jaunty Release
Err http://security.ubuntu.com jaunty-security/universe Sources
404 Not Found [IP: 91.189.92.166 80]
Err http://security.ubuntu.com jaunty-security/multiverse Sources
404 Not Found [IP: 91.189.92.166 80]
Ign http://archive.ubuntu.com jaunty-updates/restricted Sources
Ign http://archive.ubuntu.com jaunty-updates/universe Sources
Ign http://archive.ubuntu.com jaunty-updates/multiverse Sources
Ign http://archive.ubuntu.com jaunty-backports/main Packages
Ign http://archive.ubuntu.com jaunty-backports/restricted Packages
Ign http://archive.ubuntu.com jaunty-backports/universe Packages
Ign http://archive.ubuntu.com jaunty-backports/multiverse Packages
Ign http://archive.ubuntu.com jaunty-backports/main Sources
Ign http://archive.ubuntu.com jaunty-backports/restricted Sources
Ign http://archive.ubuntu.com jaunty-backports/universe Sources
Ign http://archive.ubuntu.com jaunty-backports/multiverse Sources
Ign http://archive.ubuntu.com jaunty-proposed/main Packages
Ign http://archive.ubuntu.com jaunty-proposed/restricted Packages
Ign http://archive.ubuntu.com jaunty-proposed/universe Packages
Ign http://archive.ubuntu.com jaunty-proposed/multiverse Packages
Ign http://archive.ubuntu.com jaunty-proposed/main Sources
Ign http://archive.ubuntu.com jaunty-proposed/restricted Sources
Ign http://archive.ubuntu.com jaunty-proposed/universe Sources
Ign http://archive.ubuntu.com jaunty-proposed/multiverse Sources
Hit http://packages.medibuntu.org jaunty/free Packages
|
|
|
|
01-19-2012, 10:55 AM
|
#4
|
|
Member
Registered: Jan 2005
Location: Tallahassee, FL
Distribution: Linux Mint
Posts: 50
Original Poster
Rep:
|
even more
Code:
Err http://archive.ubuntu.com jaunty/main Packages
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty/restricted Packages
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty/universe Packages
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty/multiverse Packages
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty/main Sources
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty/restricted Sources
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty/universe Sources
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty/multiverse Sources
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty-updates/main Packages
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty-updates/restricted Packages
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty-updates/universe Packages
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty-updates/multiverse Packages
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty-updates/main Sources
404 Not Found [IP: 91.189.92.182 80]
Hit http://packages.medibuntu.org jaunty/non-free Packages
Err http://archive.ubuntu.com jaunty-updates/restricted Sources
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty-updates/universe Sources
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty-updates/multiverse Sources
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty-backports/main Packages
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty-backports/restricted Packages
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty-backports/universe Packages
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty-backports/multiverse Packages
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty-backports/main Sources
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty-backports/restricted Sources
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty-backports/universe Sources
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty-backports/multiverse Sources
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty-proposed/main Packages
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty-proposed/restricted Packages
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty-proposed/universe Packages
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty-proposed/multiverse Packages
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty-proposed/main Sources
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty-proposed/restricted Sources
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty-proposed/universe Sources
404 Not Found [IP: 91.189.92.182 80]
Err http://archive.ubuntu.com jaunty-proposed/multiverse Sources
404 Not Found [IP: 91.189.92.182 80]
Fetched 66.7kB in 2s (32.8kB/s)
W: GPG error: http://download.virtualbox.org jaunty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 54422A4B98AB5139
W: GPG error: http://ppa.launchpad.net natty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2836CB0A8AC93F7A
W: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/jaunty/free/binary-amd64/Packages 404 Not found
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/jaunty-security/main/binary-amd64/Packages 404 Not Found [IP: 91.189.92.166 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/jaunty-security/restricted/binary-amd64/Packages 404 Not Found [IP: 91.189.92.166 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/jaunty-security/universe/binary-amd64/Packages 404 Not Found [IP: 91.189.92.166 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/jaunty-security/multiverse/binary-amd64/Packages 404 Not Found [IP: 91.189.92.166 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/jaunty-security/main/source/Sources 404 Not Found [IP: 91.189.92.166 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/jaunty-security/restricted/source/Sources 404 Not Found [IP: 91.189.92.166 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/jaunty-security/universe/source/Sources 404 Not Found [IP: 91.189.92.166 80]
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/jaunty-security/multiverse/source/Sources 404 Not Found [IP: 91.189.92.166 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty/main/binary-amd64/Packages 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty/restricted/binary-amd64/Packages 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty/universe/binary-amd64/Packages 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty/multiverse/binary-amd64/Packages 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty/main/source/Sources 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty/restricted/source/Sources 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty/universe/source/Sources 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty/multiverse/source/Sources 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-updates/main/binary-amd64/Packages 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-updates/restricted/binary-amd64/Packages 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-updates/universe/binary-amd64/Packages 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-updates/multiverse/binary-amd64/Packages 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-updates/main/source/Sources 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-updates/restricted/source/Sources 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-updates/universe/source/Sources 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-updates/multiverse/source/Sources 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-backports/main/binary-amd64/Packages 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-backports/restricted/binary-amd64/Packages 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-backports/universe/binary-amd64/Packages 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-backports/multiverse/binary-amd64/Packages 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-backports/main/source/Sources 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-backports/restricted/source/Sources 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-backports/universe/source/Sources 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-backports/multiverse/source/Sources 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-proposed/main/binary-amd64/Packages 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-proposed/restricted/binary-amd64/Packages 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-proposed/universe/binary-amd64/Packages 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-proposed/multiverse/binary-amd64/Packages 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-proposed/main/source/Sources 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-proposed/restricted/source/Sources 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-proposed/universe/source/Sources 404 Not Found [IP: 91.189.92.182 80]
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jaunty-proposed/multiverse/source/Sources 404 Not Found [IP: 91.189.92.182 80]
E: Some index files failed to download, they have been ignored, or old ones used instead.
cat /etc/lsb-release
Code:
DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=7
RELEASE_NOTES_URL=http://www.linuxmint.com/rel_gloria_x64.php
DISTRIB_CODENAME=Gloria
DISTRIB_DESCRIPTION="Linux Mint 7 Gloria - x64 Edition"
|
|
|
|
01-19-2012, 10:57 AM
|
#5
|
|
Senior Member
Registered: Feb 2009
Posts: 3,138
|
Mint 7 is quite old and completely unsupported, that's the problem.
Mint 12 is available here: http://linuxmint.com/
Good for you to backup the file before editing, that's a great habit to get into! 
|
|
|
|
01-19-2012, 10:59 AM
|
#6
|
|
Member
Registered: Jan 2005
Location: Tallahassee, FL
Distribution: Linux Mint
Posts: 50
Original Poster
Rep:
|
Oh wow, am I behind the times! Thanks :-)
|
|
|
|
01-19-2012, 11:01 AM
|
#7
|
|
Senior Member
Registered: Feb 2009
Posts: 3,138
|
Yeah, most Ubuntu/Mint releases are only supported 18 months, kind of a drag.
The upcoming Ubuntu 12.04/Mint 13 in April is going to be "long term support" for 5 years, FYI.
|
|
|
1 members found this post helpful.
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:44 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|