Linux Lite Forums
Update lists not working - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20)
+--- Thread: Update lists not working (/showthread.php?tid=2657)

Pages: 1 2


Re: Update lists not working - torreydale - 02-10-2016

Now go into the program Systemback and create a new restore point.


Re: Update lists not working - UnklAdM - 02-11-2016

This worked for me, your upstream may vary...

sudo nano /etc/apt/sources.list.d/linuxlite.list

Change 'trusty' to 'beryl'
(fixes problem with linuxlite repo)

Download and install chrome from their website
Google and install 'talkplugin' for google hangouts
(fixes issues with google repos)

sudo apt-get update
sudo apt-get upgrade

Worked for linux lite 2.6 LTS on my Dell XT-2 laptop.

https://coinbase.com/UnklAdM

- UnklAdM


Re: Update lists not working - LinuxNoob - 02-11-2016

Curious, would this command have fixed his problem as well?
Code:
sudo dpkg -a --configure

I remember that I was a bit impatient to allow the update to complete once and closed the terminal and rebooted after it had hung there for a while.
I later had the problem of not being able to update. That code cleared it up.