Install msva-perl
Installing msva-perl package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install msva-perl
msva-perl package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | msva-perl |
version | 0.9.2-1 |
description | Cryptographic identity validation agent (Perl implementation) |
subsection | net |
website | web.monkeysphere.info |
maintainer | Daniel Kahn Gillmor |
Uninstall msva-perl
To remove just msva-perl package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove msva-perl
Uninstall msva-perl and it’s dependent packages
To remove the msva-perl package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove msva-perl
Purging msva-perl
If you also want to delete configuration and/or data files of msva-perl from Debian Sid then this will work:
sudo apt-get purge msva-perl
To delete configuration and/or data files of msva-perl and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove msva-perl