Repositories

This repository contains the binaries of some of the projects hosted on https://git.dcpri.me

APT Repository

Setting up

Firstly, you'll need the public key for accessing this repository.

curl https://repo.dcpri.me/pub.gpg | sudo apt-key add -

Then add the `deb` line.

sudo add-apt-repository 'deb https://repo.dcpri.me/pkgs/debs dcprime main'

Finally, update the local repository (if not already).

sudo apt-get update

Installing a package

Installing is simple, if there's a package available in this repository one can install it by following command.

sudo apt install that-ssl-checker

Checking for a package

Currently there's no way to check this, but there's a work around. Open this link to find the packages and their versions.

Alternatively we can do it using a simple curl.

curl -s https://repo.dcpri.me/pkgs/debs/dists/dcprime/main/binary-amd64/Packages\
            | grep Package | sort | uniq

YUM/DNF repository

Setting up

Add the repository entry in /etc/yum.repos.d

sudo tee -a /etc/yum.repos.d/dcprime.repo << 'EOF'
[repo.dcpri.me]
name=repo.dcpri.me
baseurl=https://repo.dcpri.me/pkgs/rpms/
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://repo.dcpri.me/pub.gpg
metadata_expire=1h
EOF

Installing a package

Installing is simply just running yum/dnf install, if there's a package available in this repository.

sudo dnf install that-ssl-checker

The key used for signing these packages is as follows and one might need to verify while installing a package.

Userid     : "Signing Key <release@dcpri.me>"
Fingerprint: 7DC5 A4BA C0B7 3F6C BCBB B432 F603 7DD3 0859 399B
From       : https://repo.dcpri.me/pub.gpg