I'm new to Ubuntu. I'm using Ubuntu 14.04.02 LTS inside of VMware. Since I'm behind a network firewall, I've edited the apt.conf file so apt-get will work behind a proxy server, and that's fine. But, when I do
sudo apt-get update
I get the following:
Ign http://security.ubuntu.com trusty-security InRelease
Ign http://us.archive.ubuntu.com trusty InRelease
Ign http://extras.ubuntu.com trusty InRelease
Ign http://files.ettus.com trusty InRelease
Ign http://security.ubuntu.com trusty-security Release.gpg
Ign http://us.archive.ubuntu.com trusty-updates InRelease
Ign http://archive.ubuntu.com trusty InRelease
Ign http://extras.ubuntu.com trusty Release.gpg
Ign http://files.ettus.com trusty Release.gpg
Ign http://us.archive.ubuntu.com trusty-backports InRelease
Ign http://security.ubuntu.com trusty-security Release
Ign http://us.archive.ubuntu.com trusty Release.gpg
Ign http://extras.ubuntu.com trusty Release
Ign http://files.ettus.com trusty Release
Ign http://us.archive.ubuntu.com trusty-updates Release.gpg
Ign http://us.archive.ubuntu.com trusty-backports Release.gpg
Ign http://archive.ubuntu.com trusty Release.gpg
Ign http://us.archive.ubuntu.com trusty Release
Ign http://us.archive.ubuntu.com trusty-updates Release
Ign http://archive.ubuntu.com trusty Release
Ign http://us.archive.ubuntu.com trusty-backports Release
Err http://archive.ubuntu.com trusty/main Sources
404 Not Found
Err http://archive.ubuntu.com trusty/restricted Sources
404 Not Found
Err http://archive.ubuntu.com trusty/multiverse Sources
404 Not Found
Err http://files.ettus.com trusty/main amd64 Packages
404 Not Found
Err http://files.ettus.com trusty/main i386 Packages
404 Not Found
Err http://extras.ubuntu.com trusty/main Sources
404 Not Found
Ign http://files.ettus.com trusty/main Translation-en_US
Ign http://files.ettus.com trusty/main Translation-en
Err http://extras.ubuntu.com trusty/main amd64 Packages
404 Not Found
Err http://extras.ubuntu.com trusty/main i386 Packages
404 Not Found
... lots more here...
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/universe/source/Sources 404 Not Found
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/source/Sources 404 Not Found
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/source/Sources 404 Not Found
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/multiverse/source/Sources 404 Not Found
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/main/binary-amd64/Packages 404 Not Found
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/restricted/binary-amd64/Packages 404 Not Found
...and lots more...
I poked around online and found that some of the paths are missing the file extension at the end. Is that part of the problem? Like I said, I'm totally new to Ubuntu and am still figuring things out. How can I fix this problem?
I did etc/apt/sources.list and get the following:
# deb cdrom:[Ubuntu 14.04.2 LTS _Trusty Tahr_ - Release amd64 (20150218.1)]/ trusty main restricted
deb-src http://archive.ubuntu.com/ubuntu trusty main restricted multiverse #Added by software-properties
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ trusty main restricted multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty universe main restricted #Added by software-properties
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe main restricted multiverse #Added by software-properties
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ trusty universe
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse #Added by software-properties
deb http://security.ubuntu.com/ubuntu trusty-security main restricted multiverse
deb-src http://security.ubuntu.com/ubuntu trusty-security universe main restricted multiverse #Added by software-properties
deb http://security.ubuntu.com/ubuntu trusty-security universe
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu trusty partner
# deb-src http://archive.canonical.com/ubuntu trusty partner
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu trusty main
deb-src http://extras.ubuntu.com/ubuntu trusty main
I found this answer, but my sources.list file doesn't even contain the line that needed to be deleted, so that didn't help. I also looked here but that didn't solve my problem. I'm stumped on this one. Any suggestions? Is this a duplicate question that I didn't find? Thanks for your help.
Regards, Marshall
ping askubuntu.com
. Check the result. – Marcos Silveira Jun 02 '15 at 18:14