Requested utility `cursor` does not match executable name:
Security violation: Requested utility cursor does not match executable name:
/usr/lib/cargo/bin/coreutils/mkdir
Security violation: Requested utility cursor does not match executable name:
/usr/lib/cargo/bin/coreutils/dircolors
Security violation: Requested utility cursor does not match executable name:
/usr/lib/cargo/bin/coreutils/tr
Security violation: Requested utility cursor does not match executable name:
/usr/lib/cargo/bin/coreutils/tr
Security violation: Requested utility cursor does not match executable name:
/usr/lib/cargo/bin/coreutils/tail
➜ swynix git:(main) nano ~/.zshrc
Security violation: Requested utility cursor does not match executable name:
/usr/lib/cargo/bin/coreutils/tail
➜ swynix git:(main) cat ~/.zshrc
Security violation: Requested utility cursor does not match executable name:
/usr/lib/cargo/bin/coreutils/cat
Security violation: Requested utility cursor does not match executable name:
/usr/lib/cargo/bin/coreutils/tail
➜ swynix git:(main) nano ~/.zshrc
Security violation: Requested utility cursor does not match executable name:
/usr/lib/cargo/bin/coreutils/tail
➜ swynix git:(main) nano ~/.bashrc
Security violation: Requested utility cursor does not match executable name:
/usr/lib/cargo/bin/coreutils/tail
➜ swynix git:(main)
I have the same issue
Im too...
This happened to me only after updating from ubuntu 25.04 to 25.10 to fix it i tried:
- updated rustc 1.81.0 1→ 1.91.1
- updated coreutils 0.0.29 → 0.4.0
- uninstalled cursor and installed the .deb from the website
and all good.
How did you installed coreutils? I'm getting
dpkg: warning: downgrading coreutils (9.5-1ubuntu2+0.0.0~ubuntu24) to (0.4.0)
(Reading database ... 457645 files and directories currently installed.)
Preparing to unpack coreutils_0.4.0_amd64.deb ...
Unpacking coreutils (0.4.0) over (9.5-1ubuntu2+0.0.0~ubuntu24) ...
dpkg: error processing archive coreutils_0.4.0_amd64.deb (--install):
trying to overwrite '/usr/bin/coreutils', which is also in package rust-coreutils (0.2.2-0ubuntu2.1)
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
coreutils_0.4.0_amd64.deb
@christ776
Update rustc and coreutils
rustup install 1.91.1
rustup default 1.91.1
cargo install --version 0.4.0 coreutils
Remove the old binaries to use the new one instead
sudo rm /usr/bin/coreutils
sudo rm /bin/coreutils