My Ubuntu 26.04 system is apparently all messed up because of this issue. I don't know why I have GNU coreutils installed, but I am unable to switch to Rust coreutils:
❯ sudo apt install coreutils-from-uutils Package coreutils-from-uutils is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source Error: Package 'coreutils-from-uutils' has no installation candidate My build-essentials is broken now. The development tools are installed, but I cannot run "apt autoremove" otherwise it will remove hundreds of packages, disabling the entire OS. The weird thing is that I apparently have the Rust coreutils installed, but they are not enabled: ❯ /usr/lib/cargo/bin/coreutils/ls --version ls (uutils coreutils) 0.8.0 ❯ ls --version ls (GNU coreutils) 9.7 Tell me, Canonical, how do I fix this mess you created? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2148691 Title: build-essential depends on coreutils-from-uutils so it can't be upgraded if you have coreutils-from-gnu instead To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/build-essential/+bug/2148691/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
