shc from home:vegnuli project

Välj ditt operativsystem

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_vegnuli_Arch]
Server = https://download.opensuse.org/repositories/home:/vegnuli/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/Arch/$(uname -m)/home_vegnuli_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_vegnuli_Arch/shc
För Debian 9.0, kör följande:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/vegnuli/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list
curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null
sudo apt update
sudo apt install shc
För Debian 8.0, kör följande:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/vegnuli/Debian_8.0/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list
curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/Debian_8.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null
sudo apt update
sudo apt install shc
För Debian 7.0, kör följande:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/vegnuli/Debian_7.0/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list
curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/Debian_7.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null
sudo apt update
sudo apt install shc
För Debian 6.0, kör följande:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/vegnuli/Debian_6.0/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list
curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/Debian_6.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null
sudo apt update
sudo apt install shc
För Debian 12, kör följande:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/vegnuli/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list
curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null
sudo apt update
sudo apt install shc
För Debian 11, kör följande:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/vegnuli/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list
curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null
sudo apt update
sudo apt install shc
För Debian 10, kör följande:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/vegnuli/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list
curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null
sudo apt update
sudo apt install shc
För Raspbian 12, kör följande:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/vegnuli/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list
curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null
sudo apt update
sudo apt install shc
För Raspbian 11, kör följande:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/vegnuli/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list
curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null
sudo apt update
sudo apt install shc
För Raspbian 10, kör följande:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/vegnuli/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list
curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null
sudo apt update
sudo apt install shc

Paket för Raspbian 12:

Paket för Raspbian 11:

Paket för Raspbian 10:

För xUbuntu 24.04, kör följande:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/vegnuli/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list
curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null
sudo apt update
sudo apt install shc
För xUbuntu 22.04, kör följande:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/vegnuli/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list
curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null
sudo apt update
sudo apt install shc
För xUbuntu 20.04, kör följande:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/vegnuli/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list
curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null
sudo apt update
sudo apt install shc
För xUbuntu 18.04, kör följande:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/vegnuli/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list
curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null
sudo apt update
sudo apt install shc
För xUbuntu 16.04, kör följande:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/vegnuli/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list
curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null
sudo apt update
sudo apt install shc
För xUbuntu 14.04, kör följande:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/vegnuli/xUbuntu_14.04/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list
curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/xUbuntu_14.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null
sudo apt update
sudo apt install shc

Paket för xUbuntu 24.04:

Paket för xUbuntu 22.04:

Paket för xUbuntu 20.04:

Paket för xUbuntu 18.04: