Linux Repositories
We provide repositories for the following popular Linux package managers. In case you use one of them, we heavily recommend using these repositories as that will ensure that Cinecred is always up-to-date.
APT (Debian, Ubuntu, Mint, …)
We host Cinecred in our own APT repository, which you can incorporate like this:
-
Download our PGP key using these commands:
sudo mkdir -m 755 /etc/apt/keyrings/ sudo wget -P /etc/apt/keyrings/ https://cinecred.com/linux-repositories/cinecred.asc
-
Add our APT repository to your APT sources list using this command:
echo 'deb [signed-by=/etc/apt/keyrings/cinecred.asc] https://cinecred.com/debian/ stable main' | sudo tee /etc/apt/sources.list.d/cinecred.list
-
Now install Cinecred using the following commands:
sudo apt update sudo apt install cinecred
YUM (RHEL, Fedora, CentOS, SUSE, …)
We host Cinecred in our own YUM repository, which you can incorporate like this:
-
Add our YUM repository to your YUM repository list by creating the file
/etc/yum.repos.d/cinecred.repo
and filling it with the following content:[cinecred] name=Cinecred baseurl=https://cinecred.com/yum/ enabled=1 gpgcheck=1 repo_gpgcheck=1 gpgkey=https://cinecred.com/linux-repositories/cinecred.asc
-
Now install Cinecred using the following commands:
sudo yum install cinecred
AUR (Arch, Manjaro, …)
Cinecred is available in the Arch User Repository (AUR). You can install the package from there.