Install profanity
Installing profanity package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install profanity
profanity package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | profanity |
version | 0.4.7-1 |
description | console based XMPP client |
subsection | net |
website | profanity.im |
maintainer | Dariusz Dwornikowski |
Uninstall profanity
To remove just profanity package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove profanity
Uninstall profanity and it’s dependent packages
To remove the profanity package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove profanity
Purging profanity
If you also want to delete configuration and/or data files of profanity from Debian Sid then this will work:
sudo apt-get purge profanity
To delete configuration and/or data files of profanity and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove profanity