I am running Ubuntu 12.04 on my USB. I have everything from LibreOffice but the Base app. When I search in the Software center it comes up and I click install but after 30 seconds it fails with this message:
Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/o/openjdk-6/openjdk-6-jre-headless_6b24-1.11.5-0ubuntu1~12.04.1_i386.deb 404 Not Found [IP: 91.189.92.200 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/o/openjdk-6/openjdk-6-jre_6b24-1.11.5-0ubuntu1~12.04.1_i386.deb 404 Not Found [IP: 91.189.92.200 80]
(First two only as I need "reputation 12 to post more than 2 links")
What is happening? Please keep in mind that I am a complete NOOBIE to Linux and Ubuntu! Is there anyway I can get Base? Or am I SOL? Thanks!
http://paste.ubuntu.com/1688214/plain/
– Buskieboy Feb 20 '13 at 07:39So I search the Ubuntu Software Center (USC), as suggested, and then hit the install button. POOF, 30 seconds later I get all those "failed to fetch" lines. I have never gotten those error messages B4. If I can reach 10 reputation then I can post images! Any easy way to get 1 more rep? :D – Buskieboy Feb 21 '13 at 18:36
sudo apt-get update && sudo apt-get install libreoffice-base
? (Please provide the complete and exact text, you can use http://paste.ubuntu.com if it's too long.) And as Lucio suggests, the output ofcat /etc/apt/sources.list
. – Eliah Kagan Feb 21 '13 at 20:44And after whatever happens let you know that result. I assume I would do the cat/etc/sources.list separately. – Buskieboy Feb 22 '13 at 03:07