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