Linux Lite Forums
LL can't/won't update - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5)
+--- Forum: Installing Software (https://www.linuxliteos.com/forums/forumdisplay.php?fid=18)
+--- Thread: LL can't/won't update (/showthread.php?tid=6242)



LL can't/won't update - phillawed - 06-15-2019

My LL can't/won't update

============ Log ===========

Ign:1 http://repo.linuxliteos.com/linuxlite xenial InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Hit:3 http://archive.canonical.com xenial InRelease
Hit:4 http://ppa.launchpad.net/gezakovacs/ppa/ubuntu xenial InRelease
Ign:5 http://repo.linuxliteos.com/linuxlite xenial Release
Get:6 http://us.archive.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
Ign:7 http://repo.linuxliteos.com/linuxlite xenial/main i386 Packages
Ign:8 http://repo.linuxliteos.com/linuxlite xenial/main all Packages
Hit:9 http://ppa.launchpad.net/nemh/systemback/ubuntu xenial InRelease
Ign:10 http://repo.linuxliteos.com/linuxlite xenial/main Translation-en_US
Ign:11 http://repo.linuxliteos.com/linuxlite xenial/main Translation-en
Ign:7 http://repo.linuxliteos.com/linuxlite xenial/main i386 Packages
Get:12 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Hit:13 http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu xenial InRelease
Ign:8 http://repo.linuxliteos.com/linuxlite xenial/main all Packages
Get:14 http://us.archive.ubuntu.com/ubuntu xenial-proposed InRelease [260 kB]
Ign:10 http://repo.linuxliteos.com/linuxlite xenial/main Translation-en_US
Ign:11 http://repo.linuxliteos.com/linuxlite xenial/main Translation-en
Hit:15 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu xenial InRelease
Ign:7 http://repo.linuxliteos.com/linuxlite xenial/main i386 Packages
Hit:16 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease
Ign:8 http://repo.linuxliteos.com/linuxlite xenial/main all Packages
Ign:10 http://repo.linuxliteos.com/linuxlite xenial/main Translation-en_US
Ign:11 http://repo.linuxliteos.com/linuxlite xenial/main Translation-en
Ign:7 http://repo.linuxliteos.com/linuxlite xenial/main i386 Packages
Ign:8 http://repo.linuxliteos.com/linuxlite xenial/main all Packages
Ign:10 http://repo.linuxliteos.com/linuxlite xenial/main Translation-en_US
Ign:11 http://repo.linuxliteos.com/linuxlite xenial/main Translation-en
Ign:7 http://repo.linuxliteos.com/linuxlite xenial/main i386 Packages
Ign:8 http://repo.linuxliteos.com/linuxlite xenial/main all Packages
Ign:10 http://repo.linuxliteos.com/linuxlite xenial/main Translation-en_US
Ign:11 http://repo.linuxliteos.com/linuxlite xenial/main Translation-en
Err:7 http://repo.linuxliteos.com/linuxlite xenial/main i386 Packages
  404  Not Found
Ign:8 http://repo.linuxliteos.com/linuxlite xenial/main all Packages
Ign:10 http://repo.linuxliteos.com/linuxlite xenial/main Translation-en_US
Ign:11 http://repo.linuxliteos.com/linuxlite xenial/main Translation-en
Fetched 479 kB in 6s (71.2 kB/s)
Reading package lists...
W: The repository 'http://repo.linuxliteos.com/linuxlite xenial Release' does not have a Release file.
E: Failed to fetch http://repo.linuxliteos.com/linuxlite/dists/xenial/main/binary-i386/Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.


Re: LL can't/won't update - Valtam - 06-15-2019

Use Lite Tweaks > Package System Repair to fix.


Re: LL can't/won't update - phillawed - 06-15-2019

NO
This did not fix it


Re: LL can't/won't update - minesheep - 06-15-2019

Code:
sudo dpkg --configure -a
It's very powerful command!
Can take a lot of time from about minute to few hours, if no updates never installed
Do NOT force stop or run out of power once started


Re: LL can't/won't update - Valtam - 06-15-2019

(06-15-2019, 08:48 AM)phillawed link Wrote: NO
This did not fix it

I refuse to continue to help someone who uses capitals to shout at me and offers no further information about the error other than to say 'This did not fix it'.


Re: LL can't/won't update - torreydale - 06-16-2019

Have you tried using Timeshift to get to a previous time when things worked correctly?


Re: LL can't/won't update - bernard stafford - 06-18-2019

menu -> Search Box type Software ->Software & Updates -> Ubuntu software tab -> Change Server Location -> USA or Main Server 
The updates that you are looking for may of been moved to the other server.  If that does not help try: menu -> settings -> Lite Sources -> Root password ->
Change Repository Sources to : Default Server USA ... Hope you the best..
 


Re: LL can't/won't update - trinidad - 06-18-2019

Several common things can cause update errors, and not all are related to user errors. Often users add PPAs without a release file. Occasionally a server/mirror goes offline or moves. Sometimes a user's disk is failing or full. Sometimes RAM fills and moves to swap with errors that require reboot to remove and/or install. More commonly with dpkg errors WIFI hardware errors during downloads corrupt the dpkg staus file with bad characters or missing package headers. Linux Lite has built in tools for fixing these things in Lite Tweaks. If you don't like simple fast free try the solutions below.

Generally you can run: sudo rm -rf /var/lib/apt/lists/*And then run: sudo apt-get updateThis will usually fix 404 errors. It will let you know if errors persist so you can take another course such as changing mirrors etc.

Running: sudo dpkg --configure -a  will not necessarily fix anything. It will report errors in a dpkg status file, but usually will stop at the first one. I stopped using -f commands with updates as problems can get worse if indeed you have a corrupted dpkg status file. The other option is to edit the dpkg status file. Run: sudo nano /var/lib/dpkg/status  and correct the file. If it has missing headers or terribly corrupted package files just delete that package section and save the file. If it's only character or unexpected line errors you can fix it yourself with a good guess if you're a good speller or familiar with how it should look. Run sudo dpkg --configure -a  after each correction you make. If there are several to make it will progress down them through the file as you go giving their locations by line numbers.
I personally believe that WIFI connections are the number one cause of update errors with user added PPAs a close second. Solution: use an ethernet connection to update and don't add PPAs without knowing what you're doing.
TC




Re: LL can't/won't update - diskrod - 06-22-2019

Try this from Firenice03


You can remove the offending PPS's then rerun updates..

PPA Removal: Uncheck the offending PPA from "Software and Updates" under the "Other Software" tab..
Remove both: docky-core and trebelnik-stefina
Then try running updates again..
You can update from terminal or from Menu > Favorites > Install Updates


Also within the manual
https://www.linuxliteos.com/manual/software.html#pparem


Re: LL can't/won't update - mrjoeyman - 11-11-2021

Thanks. This is just what I needed. Updating again!