Forum Discussion
Altera_Forum
Honored Contributor
11 years agoLXDE apt-get fails 404 Error
Hi,
I am using the LXDE image from the terasic website. When I do apt-get update, it fails with 404 errors. It is not a connectivity issue (I can connect to the internet). I believe it to be a problem in the /etc/apt/sources.list file, which currently contains: deb http://ports.ubuntu.com/ubuntu-ports/ quantal main universe deb-src http://ports.ubuntu.com/ubuntu-ports/ quantal main universe The error I get is: Err http://ports.ubuntu.com quantal/main Sources 404 Not Found Err http://ports.ubuntu.com quantal/universe 404 Not Found Err http://ports.ubuntu.com quantal/main armhf Packages 404 Not Found etc... Is there a way to fix this so that apt-get actually functions? Thanks, Mike2 Replies
- Altera_Forum
Honored Contributor
<edit>
optional: set date:
</edit>ntpdate pool.ntp.org
Change contents to:- deb http://old-releases.ubuntu.com/ubuntu/ quantal main universe deb-src http://old-releases.ubuntu.com/ubuntu/ quantal main universevi /etc/apt/sources.list - Altera_Forum
Honored Contributor
After some further digging around I managed to fix this problem properly:-
Delete all lists of downloaded packages:-
Update package lists:-cd /var/lib/apt/lists rm *
Upgrade:-apt-get update
Probably libssl1.0.0 will be upgraded from 1.0.1c-3ubuntu2.5~linaro1 to 1.0.1c-3ubuntu2.5~linaro2 Optional, Install SSH & change passwd:apt-get upgradeapt-get install openssh-server passwd