RPM Repository
Follow these steps to add the Cider Collective RPM repository to your system:
First, import the GPG key:
sudo rpm --import https://repo.cider.sh/RPM-GPG-KEY
Create a new repository file:
sudo tee /etc/yum.repos.d/cider.repo << 'EOF'
[cidercollective]
name=Cider Collective Repository
baseurl=https://repo.cider.sh/rpm/RPMS
enabled=1
gpgcheck=1
gpgkey=https://repo.cider.sh/RPM-GPG-KEY
EOF
First, import the GPG key:
sudo rpm --import https://repo.cider.sh/RPM-GPG-KEY
Create a new repository file:
sudo tee /etc/yum.repos.d/cider.repo << 'EOF'
[cidercollective]
name=Cider Collective Repository
baseurl=https://repo.cider.sh/rpm/RPMS
enabled=1
gpgcheck=1
gpgkey=https://repo.cider.sh/RPM-GPG-KEY
EOF
After adding the repository, refresh your package cache:
sudo dnf makecache
Now you can install Cider packages:
sudo dnf install Cider
If you prefer to use yum
instead of dnf
, replace dnf
with yum
in the commands above.
DEB Repository
Follow these steps to add the Cider Collective DEB repository to your system:
First, import the GPG key:
curl -fsSL https://repo.cider.sh/APT-GPG-KEY | sudo gpg --dearmor -o /usr/share/keyrings/cider-archive-keyring.gpg
Add the repository to your sources list:
echo "deb [signed-by=/usr/share/keyrings/cider-archive-keyring.gpg] https://repo.cider.sh/apt stable main" | sudo tee /etc/apt/sources.list.d/cider.list
First, import the GPG key:
curl -fsSL https://repo.cider.sh/APT-GPG-KEY | sudo gpg --dearmor -o /usr/share/keyrings/cider-archive-keyring.gpg
Add the repository to your sources list:
echo "deb [signed-by=/usr/share/keyrings/cider-archive-keyring.gpg] https://repo.cider.sh/apt stable main" | sudo tee /etc/apt/sources.list.d/cider.list
Update your package cache:
sudo apt update
Now you can install Cider packages:
sudo apt install cider
The APT repository uses secure GPG signing. If you encounter any issues with the key, you can manually download it from https://repo.cider.sh/APT-GPG-KEY.
Pacman Repository
Follow these steps to add the Cider Collective pacman repository to your system:
First, import the GPG key:
curl -s https://repo.cider.sh/ARCH-GPG-KEY | sudo pacman-key --add -
sudo pacman-key --lsign-key A0CD6B993438E22634450CDD2A236C3F42A61682
Add the repository to your /etc/pacman.conf
file:
sudo tee -a /etc/pacman.conf << 'EOF'
# Cider Collective Repository
[cidercollective]
SigLevel = Required TrustedOnly
Server = https://repo.cider.sh/arch
EOF
Update your package database:
sudo pacman -Sy
Now you can install Cider packages:
sudo pacman -S cider
The GPG key ID A0CD6B993438E22634450CDD2A236C3F42A61682
is used for signing packages. If you encounter any issues with signature verification, please contact support.
Available Package Repositories
Browse all available packages by visiting our repositories