Installing AUR packages

  1. Installing AUR packages
    1. Installing AUR packages
    2. Install git
    3. Install base devel
    4. Find the package
    5. Create directory
    6. Build it

Installing AUR packages

Os Linux

Created At : 2021-07-04 13:45

Count:72 Views 👀 :2217

Installing AUR packages

Install git

sudo pacman -S git

Install base devel

sudo pacman -S base-devel

Find the package

Visit AUR: https://aur.archlinux.org/

find the git clone URL of the chosen package.

it should look like this: https://aur.archlinux.org/opencv3-opt.git

Create directory

If it’s your first package you should create a directory for the AUR packages

mkdir ~/AUR

Build it

git clone [the package], cd [the package], makepkg -si

©2021 Peanutstick’s Blog

Built with Hexo and 3-hexo theme