Install libopenscap-perl
Installing libopenscap-perl package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libopenscap-perl
libopenscap-perl package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libopenscap-perl |
version | 1.2.8-1 |
description | Set of libraries enabling integration of the SCAP line of standards |
subsection | perl |
website | open-scap.org |
maintainer | Pierre Chifflier |
Uninstall libopenscap-perl
To remove just libopenscap-perl package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libopenscap-perl
Uninstall libopenscap-perl and it’s dependent packages
To remove the libopenscap-perl package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libopenscap-perl
Purging libopenscap-perl
If you also want to delete configuration and/or data files of libopenscap-perl from Debian Sid then this will work:
sudo apt-get purge libopenscap-perl
To delete configuration and/or data files of libopenscap-perl and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libopenscap-perl