Skip to content

Lawrence-Chiappelli/lchip-arch-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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.

About

My custom 3rd party repository for Arch Linux.

Topics

Resources

Stars

Watchers

Forks