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...
Altera_Forum
Honored Contributor
11 years agoAfter some further digging around I managed to fix this problem properly:-
Delete all lists of downloaded packages:-cd /var/lib/apt/lists
rm * Update package lists:- apt-get update Upgrade:- apt-get upgrade 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 install openssh-server
passwd