Install posixtestsuite
Installing posixtestsuite package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install posixtestsuite
posixtestsuite package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | posixtestsuite |
version | 1.5.2-5 |
description | POSIX conformance test suite report log |
subsection | devel |
website | posixtest.sourceforge.net |
maintainer | Guillem Jover |
Uninstall posixtestsuite
To remove just posixtestsuite package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove posixtestsuite
Uninstall posixtestsuite and it’s dependent packages
To remove the posixtestsuite package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove posixtestsuite
Purging posixtestsuite
If you also want to delete configuration and/or data files of posixtestsuite from Debian Sid then this will work:
sudo apt-get purge posixtestsuite
To delete configuration and/or data files of posixtestsuite and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove posixtestsuite