Install publican-debian
Installing publican-debian package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install publican-debian
publican-debian package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | publican-debian |
version | 0.3 |
description | Debian brand for Publican |
subsection | text |
maintainer | Raphaël Hertzog |
Uninstall publican-debian
To remove just publican-debian package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove publican-debian
Uninstall publican-debian and it’s dependent packages
To remove the publican-debian package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove publican-debian
Purging publican-debian
If you also want to delete configuration and/or data files of publican-debian from Debian Sid then this will work:
sudo apt-get purge publican-debian
To delete configuration and/or data files of publican-debian and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove publican-debian