lchip-arch-repo
is my custom third-party repository for Arch Linux.
In the event my packages are removed from the Arch User Repository, and/or my software is not on the AUR because it does not meet the community's criteria for rules of submission, one is able to easily download/install my packages with pacman after adding my repository.
To add a 3rd party repository:
- Add the following lines to the very end of
/etc/pacman.conf
:
[lchip-arch-repo]
SigLevel = Optional DatabaseOptional
Server = https://raw.githubusercontent.com/Lawrence-Chiappelli/$repo/main/$arch
- Then, sync your repositories:
$ sudo pacman -Sy
- Finally, install one of my packages with pacman. For example:
$ sudo pacman -S screendimmer
Where screendimmer is one of the package names listed below.
Special thanks to DistroTube for providing instructions on adding your own 3rd party repository and making the process straightforward.