Usage: Difference between revisions

From BioArchLinux Wiki
bio>Admin
No edit summary
 
m (1 revision imported)
 
(No difference)

Latest revision as of 05:51, 21 November 2022

Use firstly

Add the fllowing to the /etc/pacman.conf

[bioarchlinux]
Server = https://repo.bioarchlinux.org/$arch

You can repleace the repo.bioarchlinux with any mirror in mirrorlist Then import GPG key

$ pacman-key --recv-keys B1F96021DB62254D
$ pacman-key --finger B1F96021DB62254D
$ pacman-key --lsign-key B1F96021DB62254D

Use next time

Add the fllowing to the /etc/pacman.conf

[bioarchlinux]
Server = https://repo.bioarchlinux.org/$arch

You can repleace the repo.bioarchlinux with any mirror in mirrorlist install GPG keyring to use bioarchlinux

sudo pacman -Sy && sudo pacman -S bioarchlinux-keyring