Skip to content

Activating obcommunity repository

To enable the [obcommunity] repository and start benefiting from packages signed by obcommunity, follow these steps:

Look for the new package obcommunity-keyring in the[obcommunity] repository. You must install this package to take advantage of the signatures on packages from this repository.

Edit the /etc/pacman.conf file, uncomment the lines related to the [obcommunity] repository and modify the SigLevel field as below.

[obcommunity]
SigLevel = Never
Server = https://cloud.server.obarun.org/$repo/os/$arch/

Install the obcommunity-keyring package:

pacman -Sy obcommunity-keyring.

Edit the /etc/pacman.conf file again and change again the SigLevel field.

[obcommunity]
SigLevel = DatabaseOptional
Server = https://cloud.server.obarun.org/$repo/os/$arch/

Following these steps should allow you to install packages from the [obcommunity] repository and utilize their package signatures.

Thanks for your attention

Eric Vidal: eric@obarun.org