This repository provides stable packages for Fabrice Quenneville's applications on Debian. Follow the instructions below to add this repository to your system's sources list and install packages securely.
Repository Information
To add this repository to your system:
echo "deb [signed-by=/etc/apt/keyrings/fabq-repo.asc]
https://debrepo.fabq.ca/ stable main" | sudo tee
/etc/apt/sources.list.d/fabq.list
First, create the keyring directory (if not already present):
sudo mkdir -p /etc/apt/keyrings && sudo chmod 755 /etc/apt/keyrings
Then download and save the repository key:
wget -O /etc/apt/keyrings/fabq-repo.asc
https://debrepo.fabq.ca/debrepo.fabq.ca-public-key.asc
Finally, update and install packages:
sudo apt update && sudo apt install [package-name]