clojure from home:zilti:clojure project
Select Your Operating System
Add repository and install manually
For CentOS 8 Stream run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:zilti:clojure/CentOS_8_Stream/home:zilti:clojure.repo yum install clojure
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:zilti:clojure/CentOS_8/home:zilti:clojure.repo yum install clojure
Grab binary packages directly
Add repository and install manually
For Debian Unstable 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:/zilti:/clojure/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:zilti:clojure.list curl -fsSL https://download.opensuse.org/repositories/home:zilti:clojure/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_zilti_clojure.gpg > /dev/null sudo apt update sudo apt install clojure
For Debian Testing 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:/zilti:/clojure/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:zilti:clojure.list curl -fsSL https://download.opensuse.org/repositories/home:zilti:clojure/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_zilti_clojure.gpg > /dev/null sudo apt update sudo apt install clojure
For Debian 11 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:/zilti:/clojure/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:zilti:clojure.list curl -fsSL https://download.opensuse.org/repositories/home:zilti:clojure/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_zilti_clojure.gpg > /dev/null sudo apt update sudo apt install clojure
For Debian 10 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:/zilti:/clojure/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:zilti:clojure.list curl -fsSL https://download.opensuse.org/repositories/home:zilti:clojure/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_zilti_clojure.gpg > /dev/null sudo apt update sudo apt install clojure
Grab binary packages directly
Add repository and install manually
For Fedora Rawhide run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:zilti:clojure/Fedora_Rawhide/home:zilti:clojure.repo dnf install clojure
Grab binary packages directly
Add repository and install manually
For Mageia Cauldron run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:zilti:clojure/Mageia_Cauldron/home:zilti:clojure.repo dnf install clojure
For Mageia 8 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:zilti:clojure/Mageia_8/home:zilti:clojure.repo dnf install clojure
For Mageia 7 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:zilti:clojure/Mageia_7/home:zilti:clojure.repo dnf install clojure
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:zilti:clojure/openSUSE_Tumbleweed/home:zilti:clojure.repo zypper refresh zypper install clojure
Grab binary packages directly
Add repository and install manually
For RHEL 7 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:zilti:clojure/RHEL_7/home:zilti:clojure.repo yum install clojure
Grab binary packages directly
Add repository and install manually
For SLE 15 SP3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:zilti:clojure/SLE_15_SP3/home:zilti:clojure.repo zypper refresh zypper install clojure
For SLE 15 SP2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:zilti:clojure/SLE_15_SP2/home:zilti:clojure.repo zypper refresh zypper install clojure
For SLE 15 SP1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:zilti:clojure/SLE_15_SP1/home:zilti:clojure.repo zypper refresh zypper install clojure
For SLE 15 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:zilti:clojure/SLE_15/home:zilti:clojure.repo zypper refresh zypper install clojure
Grab binary packages directly
Add repository and install manually
For xUbuntu 21.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:/zilti:/clojure/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:zilti:clojure.list curl -fsSL https://download.opensuse.org/repositories/home:zilti:clojure/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_zilti_clojure.gpg > /dev/null sudo apt update sudo apt install clojure
For xUbuntu 20.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:/zilti:/clojure/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:zilti:clojure.list curl -fsSL https://download.opensuse.org/repositories/home:zilti:clojure/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_zilti_clojure.gpg > /dev/null sudo apt update sudo apt install clojure
For xUbuntu 18.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:/zilti:/clojure/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:zilti:clojure.list curl -fsSL https://download.opensuse.org/repositories/home:zilti:clojure/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_zilti_clojure.gpg > /dev/null sudo apt update sudo apt install clojure