Install profphd-utils
Installing profphd-utils package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install profphd-utils
profphd-utils package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | profphd-utils |
version | 1.0.10-2 |
description | profphd helper utilities convert_seq and filter_hssp |
subsection | science |
website | rostlab.org |
maintainer | Debian Med Packaging Team |
Uninstall profphd-utils
To remove just profphd-utils package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove profphd-utils
Uninstall profphd-utils and it’s dependent packages
To remove the profphd-utils package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove profphd-utils
Purging profphd-utils
If you also want to delete configuration and/or data files of profphd-utils from Debian Sid then this will work:
sudo apt-get purge profphd-utils
To delete configuration and/or data files of profphd-utils and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove profphd-utils