How do you most reliably and accurately correlate which version of GNOME Desktop a certain version of Ubuntu ships with, without installing that version of Ubuntu? I'm referring here to more recent versions of Ubuntu, e.g. 18.04 and up.
I'd like to know either what version comes with the base version of Ubuntu, or, any patch version that comes with the official updates for that version of Ubuntu.
Using the rmadison
command from Debian's developer scripts package I don't fully follow what is the answer to my question ― I see nothing for Focal Fossa (20.04) in the outputs:
On Ubuntu 20.04:
$ sudo apt install devscripts
...
$ rmadison gnome
gnome | 1:3.0+6ubuntu3 | precise/universe | amd64, armel, armhf, i386, powerpc
gnome | 1:3.8+4ubuntu3 | trusty/universe | amd64, arm64, armhf, i386, powerpc, ppc64el
gnome | 1:3.14+3ubuntu1 | xenial/universe | amd64, arm64, armhf, i386, powerpc, ppc64el, s390x
gnome | 1:3.22+9 | bionic/universe | amd64, arm64, armhf, i386, ppc64el, s390x
gnome | 1:3.30+1ubuntu1 | disco/universe | amd64, arm64, armhf, i386, ppc64el, s390x
gnome | 1:3.30+2 | eoan/universe | amd64, arm64, armhf, i386, ppc64el, s390x
gnome | 1:3.30+2 | focal/universe | amd64, arm64, armhf, ppc64el, riscv64, s390x
gnome | 1:3.30+2 | groovy/universe | amd64, arm64, armhf, ppc64el, riscv64, s390x
$ rmadison gnome-desktop
gnome-desktop | 1:2.32.1-0ubuntu9 | precise | source
gnome-desktop | 1:2.32.1-2ubuntu1 | trusty/universe | source
I think this command-line tool pretty much mirrors the same information that's available on a launchpad search for GNOME Desktop, which which does not explicitly relate to Focal Fossa, and neither does Launchpad relate to GNOME in general for Focal Fossa, assuming I am searching Launchpad well.
gnome-desktop
package for 20.04 or any supported release. I didn't realise this when I made my first comment. The package you want to search for is, I thinkgnome-shell
. By the way you may find https://packages.ubuntu.com useful (the answer to the linked question that suggests searching there was recently undeleted, so you may not have seen it). – Zanna Jun 27 '20 at 12:05