conan on AUR (Arch User Repository)

Last updated: June 29,2024

1. Install "conan" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install conan on Arch using YAY

$ yay -S conan

* (Optional) Uninstall conan on Arch using YAY

$ yay -Rns conan

2. Manually Install "conan" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone conan's git locally

$ git clone https://aur.archlinux.org/conan.git ~/conan

c. Go to ~/conan folder and install it

$ cd ~/conan $ makepkg -si

3. Information about the conan package on Arch User Repository (AUR)

ID: 1416801
Name: conan
PackageBaseID: 114901
PackageBase: conan
Version: 2.1.0-1
Description: A distributed, open source, C/C++ package manager.
URL: https://conan.io
NumVotes: 67
Popularity: 0.01654
OutOfDate:
Maintainer: suridaj
Submitter: suridaj
FirstSubmitted: 1471743308
LastModified: 1709059086
URLPath: /cgit/aur.git/snapshot/conan.tar.gz

5. The same packages on other Linux Distributions