Managing Arch Linux using a custom package repository
joram.io·1d
📦Package Managers
Preview
Report Post

2023-08-10 (updated 2024-09-28)

I use Arch Linux (btw), and while the default package repositories are pretty complete, for some things I need the AUR. For several years I managed packages, including those from the AUR and the odd custom package, separately on each individual machine. This worked fine, but it was annoying to keep things up to date and in sync. To clean that up I recently set up a custom package repository.

The basics

A Pacman package repository is a relatively simple (compressed) TAR file, and it turns out they’re pretty easy to manage. The commands to do so (repo-add and repo-remove) are included in the [pacman](https://ar…

Similar Posts

Loading similar posts...