Eu tive exatamente o mesmo problema.
-
sudo dpkg --purge snmp
Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: libmysqlclient18 libperl5.18 libsnmp30 mysql-common Use 'apt-get autoremove' to remove them. The following packages will be REMOVED: snmpd* 0 upgraded, 0 newly installed, 1 to remove and 3 not upgraded. 1 not fully installed or removed. After this operation, 232 kB disk space will be freed. Do you want to continue? [Y/n] Y
Whoops .... seu perl, mysql e o snmp lib.
-
sudo apt-get purge snmpd
Livre-se disso também. Não apenas os arquivos de configuração.
-
Se você quiser se livrar das mensagens
AUTOREMOVE
e / ou realmente precisar dos pacotes, basta remover e reinstalar os pacotes.sudo apt-get autoremove
Modifique como quiser:
sudo apt-get install libperl5.18 libsnmp30 libmysqlclient18 mysql-common