mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
add fedora and RHEL installation docs
This commit is contained in:
parent
e147063e26
commit
8e04eb743a
1 changed files with 23 additions and 0 deletions
|
@ -53,6 +53,16 @@ apt install rust-coreutils
|
|||
export PATH=/usr/lib/cargo/bin/coreutils:$PATH
|
||||
```
|
||||
|
||||
### Fedora
|
||||
|
||||
[](https://packages.fedoraproject.org/pkgs/rust-coreutils/uutils-coreutils)
|
||||
|
||||
```shell
|
||||
dnf install uutils-coreutils
|
||||
# To use it:
|
||||
export PATH=/usr/libexec/uutils-coreutils:$PATH
|
||||
```
|
||||
|
||||
### Gentoo
|
||||
|
||||
[](https://packages.gentoo.org/packages/sys-apps/uutils-coreutils)
|
||||
|
@ -89,6 +99,19 @@ nix-env -iA nixos.uutils-coreutils
|
|||
dnf install uutils-coreutils
|
||||
```
|
||||
|
||||
### RHEL/AlmaLinux/CENTOS Stream/Rocky Linux/EPEL 9
|
||||
|
||||
[](https://packages.fedoraproject.org/pkgs/rust-coreutils/uutils-coreutils/epel-9.html)
|
||||
|
||||
```shell
|
||||
# Install EPEL 9 - Specific For RHEL please check codeready-builder-for-rhel-9 First then install epel
|
||||
dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm -y
|
||||
# Install Core Utils
|
||||
dnf install uutils-coreutils
|
||||
# To use it:
|
||||
export PATH=/usr/libexec/uutils-coreutils:$PATH
|
||||
```
|
||||
|
||||
### Ubuntu
|
||||
|
||||
[](https://packages.ubuntu.com/source/lunar/rust-coreutils)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue