As described in apt show software-properties-common
This software provides an abstraction of the used apt repositories.
It allows you to easily manage your distribution and independent
software vendor software sources.
In practice that means it provides some useful scripts for adding and removing PPAs:
$ dpkg -L software-properties-common | grep 'bin/'
/usr/bin/add-apt-repository
/usr/bin/apt-add-repository
plus the DBUS backends to do the same via the Software and Updates GUI.
Without it, you would need to add and remove repositories (such as PPAs) manually by editing /etc/apt/sources.list
and/or any subsidiary files in /etc/apt/sources.list.d
apt-show packagename
appears to beapt show packagename
(no hyphen) for Ubuntu 16.04 and 18.04. – marc-medley Feb 07 '19 at 18:24apt-show
, please fix this (toapt show
) as I am not allowed to change just one character. – user2121 Nov 25 '23 at 11:20