Answers for "installed libc-bin package post-installation script subprocess returned error exit status 134"

0

installed libc-bin package post-installation script subprocess returned error exit status 134

sudo mv /var/lib/dpkg/info/libc-bin.* /tmp/
sudo dpkg --remove --force-remove-reinstreq libc-bin
sudo dpkg --purge libc-bin
sudo apt install libc-bin
sudo mv /tmp/libc-bin.* /var/lib/dpkg/info/
Posted by: Guest on March-06-2022

Code answers related to "installed libc-bin package post-installation script subprocess returned error exit status 134"

Browse Popular Code Answers by Language