uutils-coreutils from home:Alxhr0 project
Selecione seu sistema operacional
Adicionar repositório e instalar manualmente
Para o Arch Linux, edite /etc/pacman.conf e adicione o seguinte (note que a ordem dos repositórios no pacman.conf é importante, já que o pacman sempre baixa o primeiro pacote encontrado):
[home_Alxhr0_Arch] Server = https://download.opensuse.org/repositories/home:/Alxhr0/Arch/$arch
Então execute o seguinte como root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:Alxhr0/Arch/$(uname -m)/home_Alxhr0_Arch.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')
pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"
pacman -Sy home_Alxhr0_Arch/uutils-coreutils
Baixar pacotes binários diretamente
Adicionar repositório e instalar manualmente
Para Fedora 43 execute o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:Alxhr0/Fedora_43/home:Alxhr0.repo dnf install uutils-coreutils
Baixar pacotes binários diretamente
Adicionar repositório e instalar manualmente
Para openSUSE Tumbleweed execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:Alxhr0/openSUSE_Tumbleweed/home:Alxhr0.repo zypper refresh zypper install uutils-coreutils
Para openSUSE Slowroll execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:Alxhr0/openSUSE_Slowroll/home:Alxhr0.repo zypper refresh zypper install uutils-coreutils