![]() |
No Updates Available - 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: No Updates Available (/showthread.php?tid=3505) |
No Updates Available - Earthenware - 11-26-2016 Ever since I removed Google Chrome and MySQL a few weeks ago, the software updater has been telling me that there are "No Updates Available". In order to fully purge that pesky MySQL I found some esoteric commands on the Ubuntu site (no, I don't remember) and I think I may have affected the update sources or done something else nasty. Is there any way to return the update function to its "default" settings without having to reinstall LL altogether? llupdates.log shows no record when I attempt updates now. Re: No Updates Available - ralphy - 11-26-2016 Yes there is... Lite Tweaks => Package System Repair Re: No Updates Available - Earthenware - 11-27-2016 Tried that. It still says "no updates available". Re: No Updates Available - ralphy - 11-27-2016 Check the following: 1- Show us your ubuntu base /etc/apt/sources.list and /etc/apt/sources.list.save (they should be fine if they were reset) Code: cat /etc/apt/sources.list Code: cat /etc/apt/sources.list.save Next list /etc/apt/sources.list.d Code: ls -la /etc/apt/sources.list.d Show us linuxlite.list and linuxlite.list.save Code: cat /etc/apt/sources.list.d/linuxlite.list Code: cat /etc/apt/sources.list.d/linuxlite.list.save Re: No Updates Available - Earthenware - 11-28-2016 root@VirtualBox:~# cat /etc/apt/sources.list deb http://archive.ubuntu.com/ubuntu xenial main universe restricted root@VirtualBox:~# cat /etc/apt/sources.list.save deb http://archive.ubuntu.com/ubuntu xenial main universe restricted root@VirtualBox:~# ls -la /etc/apt/sources.list.d -rw-r--r-- 1 root root 191 Nov 26 10:05 google-chrome.list -rw-r--r-- 1 root root 191 Nov 22 16:20 google-chrome.list.save -rw-r--r-- 1 root root 58 Nov 22 16:20 linuxlite.list -rw-r--r-- 1 root root 58 Nov 22 16:20 linuxlite.list.save -rw-r--r-- 1 root root 136 Nov 22 16:20 nemh-ubuntu-systemback-xenial.list -rw-r--r-- 1 root root 136 Nov 22 16:20 nemh-ubuntu-systemback-xenial.list.save -rw-r--r-- 1 root root 126 Nov 22 16:20 ondrej-ubuntu-php-xenial.list -rw-r--r-- 1 root root 126 Nov 22 16:20 ondrej-ubuntu-php-xenial.list.save -rw-r--r-- 1 root root 152 Nov 22 16:20 otto-kesselgulasch-ubuntu-gimp-xenial.list -rw-r--r-- 1 root root 152 Nov 22 16:20 otto-kesselgulasch-ubuntu-gimp-xenial.list.save -rw-r--r-- 1 root root 136 Nov 22 16:20 ubuntu-wine-ubuntu-ppa-xenial.list -rw-r--r-- 1 root root 136 Nov 22 16:20 ubuntu-wine-ubuntu-ppa-xenial.list.save root@VirtualBox:~# cat /etc/apt/sources.list.d/linuxlite.list # deb http://repo.linuxliteos.com/linuxlite/ citrine main root@VirtualBox:~# cat /etc/apt/sources.list.d/linuxlite.list.save # deb http://repo.linuxliteos.com/linuxlite/ citrine main Re: No Updates Available - ralphy - 11-28-2016 Here you go: /etc/apt/sources.list and /etc/apt/sources.list.save should look like this by default: Code: # deb http://us.archive.ubuntu.com/ubuntu/ xenial main restricted /etc/apt/sources.list.d/linuxlite.list and /etc/apt/sources.list.d/linuxlite.list.save should look like this: Code: deb http://repo.linuxliteos.com/linuxlite/ citrine main Open each of the above files in text editor and update them accordingly. Re: No Updates Available - Earthenware - 11-28-2016 That did the trick. Thanks. Re: No Updates Available - balloon - 12-01-2016 (11-26-2016, 10:21 AM)Earthenware link Wrote: the software updater has been telling me that there are "No Updates Available".With your profile information, Linux Lite is "2.4". Is this correct? If this is correct, there should be few updates to the package recently, and the display of "No Updates Available" is considered normal. |