Private Internet Access VPN software won't install as it expects the "core" repo
Unfortunately the PIA GUI won’t install in Artix due to the repos being named differently than those of Arch . I get the following error:
[handy@notebang ~/data/downloads]$ ./pia-v78-installer-linux.sh
Installing files...
Installing dependencies...
Running: sudo pacman -Sy --noconfirm core/net-tools extra/gconf extra/libxss extra/xdg-utils
:: Synchronizing package databases...
system is up to date
world is up to date
galaxy is up to date
extra is up to date
community is up to date
herecura is up to date
error: database not found: core
warning: gconf-3.2.6-5 is up to date -- reinstalling
warning: libxss-1.2.2-2 is up to date -- reinstalling
warning: xdg-utils-1.1.2-2 is up to date -- reinstalling
Package installation failed. Please make sure that your package manager is configured correctly and is still supported by your distribution vendor.
I manually installed the net-tools file (the only one missing) & retried, but it still fails as shown above. I guess I’ll email PIA support the error & perhaps they will modify their code to include the Artix layout too?