Arch Linux Repositories
Posted: January 16, 2013 Author: Cian Mc Govern Category: Linux
Recently, I set up a couple of Arch Linux repositories which contain binary builds of packages from the Arch User Repository. Packages are available for both 32 bit and 64 bit architectures.
All packages and databases are signed with my GPG key. To allow pacman to verify the packages, import my key into pacman:
pacman-key -r 2AFDE92C |
And sign the key with:
pacman-key --lsign-key 2AFDE92C |
Linux-ice
This repository contains binary builds of linux-ice from https://aur.archlinux.org/packages/linux-ice/ . The package is linux-ice and is configured with the default kernel config from the AUR package.
To use this repository, add the following to your /etc/pacman.conf file:
[linux-ice] SigLevel = Required DatabaseRequired TrustedOnly Server = http://repo.cianmcgovern.com/$repo/$arch |
To install the package, run:
pacman -Sy && pacman -S linux-ice |
If you have any questions, post in the comments below or use the contact form.