From 8e04eb743ad8a5c7890533c5a9397dc854aef33d Mon Sep 17 00:00:00 2001 From: Benyamin Limanto Date: Sat, 15 Mar 2025 06:55:58 +0700 Subject: [PATCH 1/2] add fedora and RHEL installation docs --- docs/src/installation.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/src/installation.md b/docs/src/installation.md index 80afdda53..62c1e3b5a 100644 --- a/docs/src/installation.md +++ b/docs/src/installation.md @@ -53,6 +53,16 @@ apt install rust-coreutils export PATH=/usr/lib/cargo/bin/coreutils:$PATH ``` +### Fedora + +[![Fedora package](https://repology.org/badge/version-for-repo/fedora_rawhide/uutils-coreutils.svg)](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 [![Gentoo package](https://repology.org/badge/version-for-repo/gentoo/uutils-coreutils.svg)](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 + +[![epel 9 package](https://repology.org/badge/version-for-repo/epel_9/uutils-coreutils.svg)](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 [![Ubuntu package](https://repology.org/badge/version-for-repo/ubuntu_23_04/uutils-coreutils.svg)](https://packages.ubuntu.com/source/lunar/rust-coreutils) From 598889ad9f903ce34ff20ef8ec02880070e9d5c5 Mon Sep 17 00:00:00 2001 From: Benyamin Limanto Date: Sun, 16 Mar 2025 15:04:28 +0700 Subject: [PATCH 2/2] add ignore spell in cspell wordlist --- .vscode/cspell.dictionaries/acronyms+names.wordlist.txt | 1 + .vscode/cspell.dictionaries/jargon.wordlist.txt | 1 + .vscode/cspell.dictionaries/shell.wordlist.txt | 1 + 3 files changed, 3 insertions(+) diff --git a/.vscode/cspell.dictionaries/acronyms+names.wordlist.txt b/.vscode/cspell.dictionaries/acronyms+names.wordlist.txt index 4a59ed094..8993f5d6a 100644 --- a/.vscode/cspell.dictionaries/acronyms+names.wordlist.txt +++ b/.vscode/cspell.dictionaries/acronyms+names.wordlist.txt @@ -46,6 +46,7 @@ Codacy Cygwin Deno EditorConfig +EPEL FreeBSD Gmail GNU diff --git a/.vscode/cspell.dictionaries/jargon.wordlist.txt b/.vscode/cspell.dictionaries/jargon.wordlist.txt index dc9e372d8..34062041d 100644 --- a/.vscode/cspell.dictionaries/jargon.wordlist.txt +++ b/.vscode/cspell.dictionaries/jargon.wordlist.txt @@ -13,6 +13,7 @@ canonicalizing capget codepoint codepoints +codeready codegen colorizable colorize diff --git a/.vscode/cspell.dictionaries/shell.wordlist.txt b/.vscode/cspell.dictionaries/shell.wordlist.txt index 11ce341ad..b1ddec7a4 100644 --- a/.vscode/cspell.dictionaries/shell.wordlist.txt +++ b/.vscode/cspell.dictionaries/shell.wordlist.txt @@ -103,3 +103,4 @@ xargs # * directories sbin +libexec