Add the Repository
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/MLSTidbits.gpg] https://archive.mlstidbits.com/ stable main" | sudo tee /etc/apt/sources.list.d/MLSTidbits.list
wget -qO - https://archive.mlstidbits.com/key/MLSTidbits.gpg | gpg --dearmor | sudo dd of=/usr/share/keyrings/MLSTidbits.gpg
Once you have added the repository, now add the packages to the package manager database sudo apt update
.
After that, you can install any package from this repository using sudo apt install <package-name>
.
If you encounter any issues, please send an Email, or file an issue on GitHub.
Repository Information
This repository contains various packages for Debian-based systems. Please ensure that you have the necessary permissions to add this repository to your system.