Try the following: sudo dpkg -i --force-overwrite /var/cache/apt/archives/libdigest- sha3-perl_1.05-1build5_amd64.deb
Then: sudo apt install -f The conflict happens because the Perl library sha3-perl has its own version of the sha3sum tool, and the package maintainers didn't set up a "replaces/conflicts" rule for the newer Rust version. Once you have run the overwrite and apt install -f, verify by: sha3sum --version -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2144494 Title: cannot install libcrypt-pbkdf2-perl To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libcrypt-pbkdf2-perl/+bug/2144494/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
