I just noticed this while updating:
hiigaran@hiigaran:~$ sudo apt update
[sudo] password for hiigaran:
Hit:1 http://archive.canonical.com/ubuntu disco InRelease
Hit:2 https://dl.winehq.org/wine-builds/ubuntu disco InRelease
Hit:3 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu disco InRelease
Get:4 http://security.ubuntu.com/ubuntu disco-security InRelease [97.5 kB]
Hit:5 http://ppa.launchpad.net/libreoffice/libreoffice-prereleases/ubuntu disco InRelease
Hit:6 http://archive.ubuntu.com/ubuntu disco InRelease
Get:7 http://archive.ubuntu.com/ubuntu disco-updates InRelease [97.5 kB]
Hit:8 http://ppa.launchpad.net/teejee2008/ppa/ubuntu disco InRelease
Get:9 http://archive.ubuntu.com/ubuntu disco-proposed InRelease [255 kB]
Hit:10 http://ppa.launchpad.net/mozillateam/firefox-next/ubuntu disco InRelease
Get:11 http://archive.ubuntu.com/ubuntu disco-backports InRelease [88.8 kB]
Fetched 539 kB in 2s (262 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.
hiigaran@hiigaran:~$ apt list --upgradable
Listing... Done
linux-image-generic/disco-proposed 5.0.0.22.23 amd64 [upgradable from: 5.0.0.21.22]
N: There are 3 additional versions. Please use the '-a' switch to see them.
hiigaran@hiigaran:~$ sudo apt full-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
hiigaran@hiigaran:~$
Running sudo apt update
shows that there is a package available, which in this case is the 5.0.0.22.23 package. However, upon running sudo apt full-upgrade
, it shows no packages will be upgraded.
I'm not particularly fussed about getting this package. Just curious as to why this happened, as I've never experienced it before.
-proposed
are not official releases, so I'm voting to close as off-topic. – fkraiem Jul 25 '19 at 05:00apt
seems pretty on-topic to me, and Ubuntu's software updater provides the option of enabling proposed packages. Since I'm asking about whyapt
did something, and not how to install a package that is listed as proposed, I fail to see how this is off-topic. – hiigaran Jul 25 '19 at 05:28-proposed
is equivalent to a development release; it contains packages which are in various stages of development, and may even be completely broken, as is the case here. We don't want to support that. – fkraiem Jul 25 '19 at 05:59apt
commands. As my terminal output shows, this is not the case, so my question is not about that, or for support installing this package. I just want to understand the outputsapt
has given me, and why, without any additional information, it chooses not to install a supposedly available package. Well within the realms of what's considered on-topic, according to/help/dont-ask
and/help/on-topic
. – hiigaran Jul 25 '19 at 06:46