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