sentinel-proxy from security:sentinel project
Selecione seu sistema operacional
Adicionar repositório e instalar manualmente
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/security:/sentinel/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/security:sentinel.list curl -fsSL https://download.opensuse.org/repositories/security:sentinel/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/security_sentinel.gpg > /dev/null sudo apt update sudo apt install sentinel-proxy
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/security:/sentinel/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/security:sentinel.list curl -fsSL https://download.opensuse.org/repositories/security:sentinel/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/security_sentinel.gpg > /dev/null sudo apt update sudo apt install sentinel-proxy
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/security:/sentinel/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/security:sentinel.list curl -fsSL https://download.opensuse.org/repositories/security:sentinel/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/security_sentinel.gpg > /dev/null sudo apt update sudo apt install sentinel-proxy
Baixar pacotes binários diretamente
Adicionar repositório e instalar manualmente
Para Fedora Rawhide execute o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/security:sentinel/Fedora_Rawhide/security:sentinel.repo dnf install sentinel-proxy
Para Fedora 38 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/security:sentinel/Fedora_38/security:sentinel.repo dnf install sentinel-proxy
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/security:sentinel/openSUSE_Tumbleweed/security:sentinel.repo zypper refresh zypper install sentinel-proxy
Baixar pacotes binários diretamente
Adicionar repositório e instalar manualmente
Para openSUSE Leap 15.5 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/security:sentinel/openSUSE_Leap_15.5/security:sentinel.repo zypper refresh zypper install sentinel-proxy
Para openSUSE Leap 15.4 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/security:sentinel/openSUSE_Leap_15.4/security:sentinel.repo zypper refresh zypper install sentinel-proxy
Para SLE 15 SP3 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/security:sentinel/SLE_15_SP3/security:sentinel.repo zypper refresh zypper install sentinel-proxy
Para SLE 15 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/security:sentinel/SLE_15/security:sentinel.repo zypper refresh zypper install sentinel-proxy
Baixar pacotes binários diretamente
Adicionar repositório e instalar manualmente
Para xUbuntu 23.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/security:/sentinel/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/security:sentinel.list curl -fsSL https://download.opensuse.org/repositories/security:sentinel/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/security_sentinel.gpg > /dev/null sudo apt update sudo apt install sentinel-proxy
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/security:/sentinel/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/security:sentinel.list curl -fsSL https://download.opensuse.org/repositories/security:sentinel/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/security_sentinel.gpg > /dev/null sudo apt update sudo apt install sentinel-proxy
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/security:/sentinel/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/security:sentinel.list curl -fsSL https://download.opensuse.org/repositories/security:sentinel/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/security_sentinel.gpg > /dev/null sudo apt update sudo apt install sentinel-proxy
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/security:/sentinel/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/security:sentinel.list curl -fsSL https://download.opensuse.org/repositories/security:sentinel/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/security_sentinel.gpg > /dev/null sudo apt update sudo apt install sentinel-proxy
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/security:/sentinel/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/security:sentinel.list curl -fsSL https://download.opensuse.org/repositories/security:sentinel/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/security_sentinel.gpg > /dev/null sudo apt update sudo apt install sentinel-proxy
Baixar pacotes binários diretamente
Adicionar repositório e instalar manualmente
Para Fedora 37 execute o seguinte como root:
?