Cinecred

Linux Repositories

We provide repository packages 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, Linux Mint etc.)

We host Cinecred in our own APT repository, which you can incorporate like this:

  1. Download the repo.loadingbyte.com PGP key from this link and add it to your system using this command:

    $ sudo apt-key add repo.loadingbyte.com.asc
    
  2. Add the repo.loadingbyte.com APT repository to your APT sources list using this command:

    $ echo 'deb https://repo.loadingbyte.com/repository/apt-releases/ stretch main' | sudo tee /etc/apt/sources.list.d/loadingbyte.list
    
  3. Now install Cinecred using the following commands:

    $ sudo apt update
    $ sudo apt install cinecred
    

YUM (RHEL, Fedora, CentOS, SUSE etc.)

We host Cinecred in our own YUM repository, which you can incorporate like this:

  1. Download the repo.loadingbyte.com PGP key from this link and add it to your system using this command:

    $ sudo rpm --import repo.loadingbyte.com.asc
    
  2. Add the repo.loadingbyte.com YUM repository to your YUM repository list by creating the file /etc/yum.repos.d/loadingbyte.repo and filling it with the following content:

    [loadingbyte]
    name=LoadingByte
    baseurl=https://repo.loadingbyte.com/repository/yum-releases/
    enabled=1
    gpgcheck=1
    repo_gpgcheck=0
    priority=1
    
  3. Now install Cinecred using the following command:

    $ sudo yum install cinecred
    

AUR (Arch, Manjaro etc.)

Cinecred is available in the Arch User Repository (AUR). You can very easily install the package from there.