bouncycastle from home:nieslony:unstable project
Select Your Operating System
Add repository and install manually
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:nieslony:unstable/CentOS_7/home:nieslony:unstable.repo yum install bouncycastle
Grab binary packages directly
Add repository and install manually
For Debian 9.0 run the following:
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:/nieslony:/unstable/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:nieslony:unstable.list curl -fsSL https://download.opensuse.org/repositories/home:nieslony:unstable/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_nieslony_unstable.gpg > /dev/null sudo apt update sudo apt install bouncycastle
Grab binary packages directly
Add repository and install manually
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:nieslony:unstable/Fedora_Rawhide/home:nieslony:unstable.repo dnf install bouncycastle
For Fedora 30 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:nieslony:unstable/Fedora_30/home:nieslony:unstable.repo dnf install bouncycastle
For Fedora 29 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:nieslony:unstable/Fedora_29/home:nieslony:unstable.repo dnf install bouncycastle
For Fedora 28 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:nieslony:unstable/Fedora_28/home:nieslony:unstable.repo dnf install bouncycastle
For Fedora 27 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:nieslony:unstable/Fedora_27/home:nieslony:unstable.repo dnf install bouncycastle
Grab binary packages directly
Add repository and install manually
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:nieslony:unstable/openSUSE_Tumbleweed/home:nieslony:unstable.repo zypper refresh zypper install bouncycastle
For openSUSE Leap 42.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:nieslony:unstable/openSUSE_Leap_42.3/home:nieslony:unstable.repo zypper refresh zypper install bouncycastle
For openSUSE Leap 42.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:nieslony:unstable/openSUSE_Leap_42.2/home:nieslony:unstable.repo zypper refresh zypper install bouncycastle
For openSUSE Leap 15.0 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:nieslony:unstable/openSUSE_Leap_15.0/home:nieslony:unstable.repo zypper refresh zypper install bouncycastle
For SLE 12 SP3 Backports run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:nieslony:unstable/SLE_12_SP3_Backports/home:nieslony:unstable.repo zypper refresh zypper install bouncycastle
Grab binary packages directly
Add repository and install manually
For SLE 15 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:nieslony:unstable/SLE_15/home:nieslony:unstable.repo zypper refresh zypper install bouncycastle
For SLE 12 SP4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:nieslony:unstable/SLE_12_SP4/home:nieslony:unstable.repo zypper refresh zypper install bouncycastle
Grab binary packages directly
Add repository and install manually
For xUbuntu 16.04 run the following:
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:/nieslony:/unstable/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/home:nieslony:unstable.list curl -fsSL https://download.opensuse.org/repositories/home:nieslony:unstable/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_nieslony_unstable.gpg > /dev/null sudo apt update sudo apt install bouncycastle