Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.29 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.29 KB

lchip-arch-repo

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.

How to install lchip-arch-repo

To add a 3rd party repository:

  1. 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
  1. Then, sync your repositories:

$ sudo pacman -Sy

  1. Finally, install one of my packages with pacman. For example:

$ sudo pacman -S screendimmer

Where screendimmer is one of the package names listed below.

List of packages currently in this repository

Other

Special thanks to DistroTube for providing instructions on adding your own 3rd party repository and making the process straightforward.