chipstar from home:cwu project

Изберете Вашата Операционна Система

For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_cwu_Arch]
Server = https://download.opensuse.org/repositories/home:/cwu/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:cwu/Arch/$(uname -m)/home_cwu_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_cwu_Arch/chipstar
For Fedora Rawhide run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:cwu/Fedora_Rawhide/home:cwu.repo
dnf install chipstar
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cwu/openSUSE_Tumbleweed/home:cwu.repo
zypper refresh
zypper install chipstar
For openSUSE Slowroll run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cwu/openSUSE_Slowroll/home:cwu.repo
zypper refresh
zypper install chipstar
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:cwu/15.4/home:cwu.repo
zypper refresh
zypper install chipstar