Linux Lite Forums

Software - Support => Installing Software => Topic started by: Earthenware on November 26, 2016, 05:21:00 AM

Title: No Updates Available
Post by: Earthenware on November 26, 2016, 05:21:00 AM
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.
Title: Re: No Updates Available
Post by: ralphy on November 26, 2016, 01:34:48 PM
Yes there is... Lite Tweaks => Package System Repair
Title: Re: No Updates Available
Post by: Earthenware on November 27, 2016, 04:18:37 AM
Tried that.  It still says "no updates available".
Title: Re: No Updates Available
Post by: ralphy on November 27, 2016, 02:14:30 PM
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: [Select]
cat /etc/apt/sources.list
Code: [Select]
cat /etc/apt/sources.list.save
Next list  /etc/apt/sources.list.d

Code: [Select]
ls -la /etc/apt/sources.list.d
Show us linuxlite.list and linuxlite.list.save

Code: [Select]
cat /etc/apt/sources.list.d/linuxlite.list
Code: [Select]
cat /etc/apt/sources.list.d/linuxlite.list.save
Title: Re: No Updates Available
Post by: Earthenware on November 28, 2016, 04:55:41 AM
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
Title: Re: No Updates Available
Post by: ralphy on November 28, 2016, 05:51:47 AM
Here you go:

/etc/apt/sources.list and /etc/apt/sources.list.save should look like this by default:

Code: [Select]
# deb http://us.archive.ubuntu.com/ubuntu/ xenial main restricted

# deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
# deb http://security.ubuntu.com/ubuntu xenial-security main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ xenial main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ xenial main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ xenial universe
deb-src http://us.archive.ubuntu.com/ubuntu/ xenial universe
deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates universe
deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ xenial multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse

deb http://us.archive.ubuntu.com/ubuntu/ xenial-security main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-security main restricted
deb http://us.archive.ubuntu.com/ubuntu/ xenial-security universe
deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-security universe
deb http://us.archive.ubuntu.com/ubuntu/ xenial-security multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu xenial partner
# deb-src http://archive.canonical.com/ubuntu xenial partner

## Uncomment the following two lines to add software from Ubuntu's
## 'extras' repository.
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
# deb http://extras.ubuntu.com/ubuntu xenial main
# deb-src http://extras.ubuntu.com/ubuntu xenial main
deb http://archive.canonical.com/ xenial partner
# deb-src http://archive.canonical.com/ xenial partner

/etc/apt/sources.list.d/linuxlite.list and /etc/apt/sources.list.d/linuxlite.list.save should look like this:

Code: [Select]
deb http://repo.linuxliteos.com/linuxlite/ citrine main

Open each of the above files in text editor and update them accordingly.

Title: Re: No Updates Available
Post by: Earthenware on November 28, 2016, 09:29:12 AM
That did the trick.  Thanks.
Title: Re: No Updates Available
Post by: balloon on December 01, 2016, 07:51:03 AM
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.