Install ubuntu-archive-keyring
Installing ubuntu-archive-keyring package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ubuntu-archive-keyring
ubuntu-archive-keyring package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ubuntu-archive-keyring |
version | 2012.05.19-5 |
description | GnuPG keys of the Ubuntu archive |
subsection | misc |
website | launchpad.net / ubuntu / source / ubuntu-keyring |
maintainer | Hideki Yamane |
Uninstall ubuntu-archive-keyring
To remove just ubuntu-archive-keyring package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ubuntu-archive-keyring
Uninstall ubuntu-archive-keyring and it’s dependent packages
To remove the ubuntu-archive-keyring package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ubuntu-archive-keyring
Purging ubuntu-archive-keyring
If you also want to delete configuration and/or data files of ubuntu-archive-keyring from Debian Sid then this will work:
sudo apt-get purge ubuntu-archive-keyring
To delete configuration and/or data files of ubuntu-archive-keyring and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ubuntu-archive-keyring