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