drtyhlpr / rpi23-gen-image

Advanced Debian "stretch" and "buster" bootstrap script for RPi 0/1/2/3 and QEMU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notice: Bug in debian apt-show-verisons 0.22.8&0.22.9

burnbabyburn opened this issue · comments

If anyone has trouble installing webmin dependencie apt-show-verions:
Perl and/or Debian broke the package in testing:

See: https://bugs.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=912695

Hotfix:
Add

$Storable::recursion_limit=-1;
$Storable::recursion_limit_hash=-1;

to /usr/bin/apt-show-versions

fixed