Install polari-dbg
Installing polari-dbg package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install polari-dbg
polari-dbg package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | polari-dbg |
version | 3.20.0-1 |
description | Debugging symbols for Polari IRC client |
subsection | debug |
website | wiki.gnome.org / Apps / Polari |
maintainer | Debian GNOME Maintainers |
Uninstall polari-dbg
To remove just polari-dbg package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove polari-dbg
Uninstall polari-dbg and it’s dependent packages
To remove the polari-dbg package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove polari-dbg
Purging polari-dbg
If you also want to delete configuration and/or data files of polari-dbg from Debian Sid then this will work:
sudo apt-get purge polari-dbg
To delete configuration and/or data files of polari-dbg and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove polari-dbg