c-client on AUR (Arch User Repository)

Last updated: May 19,2024

1. Install "c-client" 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 c-client on Arch using YAY

$ yay -S c-client

* (Optional) Uninstall c-client on Arch using YAY

$ yay -Rns c-client

2. Manually Install "c-client" via AUR

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

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

b. Clone c-client's git locally

$ git clone https://aur.archlinux.org/c-client.git ~/c-client

c. Go to ~/c-client folder and install it

$ cd ~/c-client $ makepkg -si

3. Information about the c-client package on Arch User Repository (AUR)

ID: 1197726
Name: c-client
PackageBaseID: 189577
PackageBase: c-client
Version: 2007f-20
Description: Imap client library
URL: https://github.com/uw-imap/imap
NumVotes: 4
Popularity: 0.017945
OutOfDate:
Maintainer: el_aur
Submitter: el_aur
FirstSubmitted: 1673867125
LastModified: 1673867125
URLPath: /cgit/aur.git/snapshot/c-client.tar.gz

5. The same packages on other Linux Distributions