Install phoronix-test-suite
Installing phoronix-test-suite package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install phoronix-test-suite
phoronix-test-suite package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | phoronix-test-suite |
version | 5.2.1-1 |
description | comprehensive testing and benchmarking platform |
subsection | utils |
website | phoronix-test-suite.com |
maintainer | Debian QA Group |
Uninstall phoronix-test-suite
To remove just phoronix-test-suite package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove phoronix-test-suite
Uninstall phoronix-test-suite and it’s dependent packages
To remove the phoronix-test-suite package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove phoronix-test-suite
Purging phoronix-test-suite
If you also want to delete configuration and/or data files of phoronix-test-suite from Debian Sid then this will work:
sudo apt-get purge phoronix-test-suite
To delete configuration and/or data files of phoronix-test-suite and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove phoronix-test-suite