chrpath from home:VIFIBnexedi:branches:home:VIFIBnexedi project

Seleccione su sistema operativo

Para Arch Linux, edite /etc/pacman.conf y añada lo siguiente (el orden de los repositorios es importante en pacman.conf, debido a que pacman siempre descarga el primer paquete que encuentra):
[home_VIFIBnexedi_branches_home_VIFIBnexedi_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/VIFIBnexedi:/branches:/home:/VIFIBnexedi/Arch_Extra/$arch
Después ejecute lo siguiente como root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:VIFIBnexedi:branches:home:VIFIBnexedi/Arch_Extra/$(uname -m)/home_VIFIBnexedi_branches_home_VIFIBnexedi_Arch_Extra.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_VIFIBnexedi_branches_home_VIFIBnexedi_Arch_Extra/chrpath

Paquetes de Arch Extra: