kubescape from home:hollowman project

Selecione seu sistema operacional

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_hollowman_Arch]
Server = https://download.opensuse.org/repositories/home:/hollowman/Arch/$arch
Então execute o seguinte como root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:hollowman/Arch/$(uname -m)/home_hollowman_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_hollowman_Arch/kubescape
Para Debian Unstable execute o seguinte:
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:/hollowman/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:hollowman.list
curl -fsSL https://download.opensuse.org/repositories/home:hollowman/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hollowman.gpg > /dev/null
sudo apt update
sudo apt install kubescape
Para Debian Testing execute o seguinte:
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:/hollowman/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:hollowman.list
curl -fsSL https://download.opensuse.org/repositories/home:hollowman/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hollowman.gpg > /dev/null
sudo apt update
sudo apt install kubescape
Para Debian 11 execute o seguinte:
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:/hollowman/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:hollowman.list
curl -fsSL https://download.opensuse.org/repositories/home:hollowman/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hollowman.gpg > /dev/null
sudo apt update
sudo apt install kubescape
Para Mageia Cauldron execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:hollowman/Mageia_Cauldron/home:hollowman.repo
dnf install kubescape
Para Mageia 8 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:hollowman/Mageia_8/home:hollowman.repo
dnf install kubescape
Para openSUSE Tumbleweed execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:hollowman/openSUSE_Tumbleweed/home:hollowman.repo
zypper refresh
zypper install kubescape
Para openSUSE Factory execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:hollowman/openSUSE_Factory/home:hollowman.repo
zypper refresh
zypper install kubescape
Para 15.4 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:hollowman/15.4/home:hollowman.repo
zypper refresh
zypper install kubescape
Para Raspbian 11 execute o seguinte:
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:/hollowman/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:hollowman.list
curl -fsSL https://download.opensuse.org/repositories/home:hollowman/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hollowman.gpg > /dev/null
sudo apt update
sudo apt install kubescape
Para Raspbian 10 execute o seguinte:
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:/hollowman/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:hollowman.list
curl -fsSL https://download.opensuse.org/repositories/home:hollowman/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hollowman.gpg > /dev/null
sudo apt update
sudo apt install kubescape

Pacotes para Raspbian 11:

Pacotes para Raspbian 10:

Para SLE 15 SP3 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:hollowman/SLE_15_SP3/home:hollowman.repo
zypper refresh
zypper install kubescape
Para xUbuntu 22.10 execute o seguinte:
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:/hollowman/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:hollowman.list
curl -fsSL https://download.opensuse.org/repositories/home:hollowman/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hollowman.gpg > /dev/null
sudo apt update
sudo apt install kubescape
Para xUbuntu 22.04 execute o seguinte:
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:/hollowman/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:hollowman.list
curl -fsSL https://download.opensuse.org/repositories/home:hollowman/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hollowman.gpg > /dev/null
sudo apt update
sudo apt install kubescape
Para xUbuntu 21.10 execute o seguinte:
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:/hollowman/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/home:hollowman.list
curl -fsSL https://download.opensuse.org/repositories/home:hollowman/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hollowman.gpg > /dev/null
sudo apt update
sudo apt install kubescape
Para xUbuntu 21.04 execute o seguinte:
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:/hollowman/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:hollowman.list
curl -fsSL https://download.opensuse.org/repositories/home:hollowman/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hollowman.gpg > /dev/null
sudo apt update
sudo apt install kubescape
Para xUbuntu 20.04 execute o seguinte:
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:/hollowman/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:hollowman.list
curl -fsSL https://download.opensuse.org/repositories/home:hollowman/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hollowman.gpg > /dev/null
sudo apt update
sudo apt install kubescape