[Bug 2137443] Re: rust-coreutils /usr/bin/sha3sum conflicts with libdigest-sha3-perl
John Chittum
2137443 at bugs.launchpad.net
Wed Mar 25 11:56:30 UTC 2026
on approach, i actually think it's safer / better to move libdigest-
sha3-perl's binary and not even do a diversion
https://bugs.launchpad.net/ubuntu/+source/coreutils-
from/+bug/2146167/comments/2
unless there are a bunch of _direct_ installs of that package for just
the binary, it's usage in the distro is as a "deep" library -- it only
has one rdep, and it takes a few layers for it to spread. Usage will be
light.
I'd wager the vast majority of installs are as a library, and having it
divert the coreutils binary when it's installed that way feels bad.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to coreutils-from in Ubuntu.
https://bugs.launchpad.net/bugs/2137443
Title:
rust-coreutils /usr/bin/sha3sum conflicts with libdigest-sha3-perl
Status in coreutils-from package in Ubuntu:
Triaged
Status in libdigest-sha3-perl package in Ubuntu:
Won't Fix
Status in libstrictures-perl package in Ubuntu:
Won't Fix
Bug description:
On Ubuntu 25.10, I encountered an error when trying to install this package.
libdigest-sha3-perl is trying to install sha3sum, but it appears to be already installed by rust-coreutils.
The log is shown below.
$ sudo apt install libdigest-sha3-perl
...
Unpacking libdigest-sha3-perl (1.05-1build5) ...
dpkg: error processing archive /tmp/apt-dpkg-install-zlJg1i/5-libdigest-sha3-perl_1.05-1build5_amd64.deb (--unpack):
trying to overwrite '/usr/bin/sha3sum', which is also in package coreutils-from-uutils (0.0.0~ubuntu24)
Errors were encountered while processing:
/tmp/apt-dpkg-install-zlJg1i/5-libdigest-sha3-perl_1.05-1build5_amd64.deb
Error: Sub-process /usr/bin/dpkg returned an error code (1)
$ dpkg -L rust-coreutils | grep sha3sum
/usr/lib/cargo/bin/coreutils/sha3sum
$ ls -l /usr/bin/sha3sum
lrwxrwxrwx 1 root root 34 Sep 26 18:16 /usr/bin/sha3sum -> ../lib/cargo/bin/coreutils/sha3sum
$ lsb_release -rd
Description: Ubuntu 25.10
Release: 25.10
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/coreutils-from/+bug/2137443/+subscriptions
More information about the foundations-bugs
mailing list