I get this on Ubuntu 25.10:

```
$ b2sum /dev/null
786a02f742015903c6c6fd852552d272912f4740e15847618a86e217f71f5419d25e1031afee585313896444934eb04b903a685b1448b755d56f701afe9be2ce
  /dev/null
$ coreutils b2sum /dev/null
786a02f742015903c6c6fd852552d272912f4740e15847618a86e217f71f5419d25e1031afee585313896444934eb04b903a685b1448b755d56f701afe9be2ce
  /dev/null
$ b3sum /dev/null
Command 'b3sum' not found, but can be installed with:
sudo apt install coreutils-from-uutils  # version 0.0.0~ubuntu24, or
sudo apt install b3sum                  # version 1.8.1-2
$ coreutils b3sum /dev/null
af1349b9f5f9a1a6a0404dea36dcc9499bcb25c9adc112b7cc9a93cae41f3262  /dev/null
$ coreutils --version
coreutils 0.2.2 (multi-call binary)
$ยท 
```

gnu-coreutils provides b2sum but not b3sum.  
rust-coreutils provides both.

rust-coreutils provides several other commands that gnu-coreutils does
not. If Ubuntu is going to be using rust-coreutils primarily, I suggest
it makes sense to provide symlinks based on that rather than restricting
the system to commands provided by gnu-coreutils.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2127231

Title:
  /usr/bin/b3sum is a dangling symlink

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/coreutils-from/+bug/2127231/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to