Skip to content
Jason Hempstead edited this page Aug 14, 2020 · 1 revision

Arch packages

To install .list file using pkmgr:

pkmgr curl https://github.com/pkmgr/debian/raw/master/lists/default.list

To install .sh script using pkmgr

pkmgr script https://github.com/pkmgr/debian/raw/master/scripts/default.sh

use the following format to manual install:

sudo pacman -S $(cat pkglist.txt )
Clone this wiki locally