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