Comment 2 for bug 1886658

Revision history for this message
Leif Sawyer (ak.hepcat) wrote :

Verified that the problem is in the version depends by
downloading the deb pkg and doing the following:

$ dpkg-deb --raw-extract ../libsnmp-perl_5.8+dfsg-2ubuntu2.1_amd64.deb .
$ sed -i.bak 's/Depends: perl (>= 5.30.0-9ubuntu0.1)/Depends: perl (>= 5.30.0)/;' DEBIAN/control
$ dpkg-deb --build . ../libsnmp-perl.deb
$ sudo dpkg -i ../libsnmp-perl.deb

and the modified package installed correctly.

(of course, this breaks other depends, so it's just validating this one package)