Member-only story
Install AppGate Client for Manjaro
Manjaro | Linux | Pacaur | Packman
1 min readFeb 11, 2021
Step 1. Install pacaur Package Manager
- Install the expac and jq dependencies by running:
sudo pacman -S expac jq
2. Download the git registry for auracle-git:
wget https://aur.archlinux.org/cgit/aur.git/snapshot/auracle-git.tar.gz
Note: I tried running βsudo pacman -S auracle-git; but the package was not found.
4. Un Tar the file buy running:
tar -xzf auracle-git.tar.gz
5. Change to the auracle-git directory:
cd auracle-git
6. Install the meson, gtest, and gmock dependencies prior to build by running:
sudo pacman gtest meson gmock
7. Build the auracle-git package by running:
makepkg PKGBUILD --skippgpcheck --noconfirm
8. Great now we can install auracle-git via packman by running:
pacman -U auracle-git-*
Download the pacaur installer:
git clone https://aur.archlinux.org/pacaur.git