CowsDB Package Repository

Installation Script

DEB System

wget -q -O - https://github.com/cowsdb/cowsdb.github.io/raw/main/libcows_installer.sh | sudo bash
sudo yum install -y libcows

RPM System

wget -q -O - https://github.com/cowsdb/cowsdb.github.io/raw/main/libcows_installer.sh | sudo bash
sudo apt install libcows


Manual

Add a Debian Repository

Download the public key

wget -qO- https://cowsdb.github.io/cowsdb.gpg | sudo tee /etc/apt/trusted.gpg.d/cowsdb.gpg >/dev/null

Next, create the source in /etc/apt/sources.list.d/

echo "deb [arch=all signed-by=/etc/apt/trusted.gpg.d/cowsdb.gpg] https://cowsdb.github.io/deb stable main" | sudo tee /etc/apt/sources.list.d/cowsdb.list >/dev/null

Then run apt update && apt install -y followed by the names of the packages you want to install.

apt install libcows

Add a RPM Repository

Download the repo file cd /etc/yum.repos.d ; curl https://cowsdb.github.io/cowsdb.repo -LO

Then you can do yum install -y followed by the names of the packages you want to install.

yum install libcows