Install libsnmp-perl
Installing libsnmp-perl package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libsnmp-perl
libsnmp-perl package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libsnmp-perl |
version | 5.7.3+dfsg-1.3 |
description | SNMP (Simple Network Management Protocol) Perl5 support |
subsection | perl |
website | net-snmp.sourceforge.net |
maintainer | Net-SNMP Packaging Team |
Uninstall libsnmp-perl
To remove just libsnmp-perl package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libsnmp-perl
Uninstall libsnmp-perl and it’s dependent packages
To remove the libsnmp-perl package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libsnmp-perl
Purging libsnmp-perl
If you also want to delete configuration and/or data files of libsnmp-perl from Debian Sid then this will work:
sudo apt-get purge libsnmp-perl
To delete configuration and/or data files of libsnmp-perl and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libsnmp-perl