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