Re: Ruby data_mapper gem w/ Postgres error
Reply #7 –
https://wiki.artixlinux.org/Main/Repositories
If you carefully follow the short instructions on the Artix wiki (other instructions might be outdated or not for Artix) then it ought to work, perhaps you should run pacman -Sy afterwards before trying -Ss, and -Syu before installing anything new from the repos is usually advisable. Look carefully at the example /etc/pacman.conf as both the [reponame] and include lines need to be uncommented, also the artix-archlinux-support package needs to be installed.
Installing keylaunch is simple too, testing it shows the PKGBUILD does still work:
$ mkdir 2
$ cd 2
$ git clone https://github.com/aur-archive/keylaunch.git
$ cd keylaunch/
$ ls
PKGBUILD
$ makepkg
$ sudo pacman -U keylaunch-1.3.9-1-x86_64.pkg.tar.zst
$ keylaunch --help
Could not open the configuration.
keylaunch 1.3.9
2021 (c) Stefan Pfetzing <[email protected]>
Usage: (null)
keylaunch, has no Options at all.
You will need to create a ~/.keylaunchrc in order to use it.
But no idea how it works or what a .keylaunchrc should contain, hopefully you know that part
The Arch (not Artix) wiki has some helpful pages explaining more about pacman and also makepkg, which is the fundamental command line tool used to build things quickly and easily from PKGBUILD's.