libcron on AUR (Arch User Repository)

Last updated: June 24,2024

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

$ yay -S libcron

* (Optional) Uninstall libcron on Arch using YAY

$ yay -Rns libcron

2. Manually Install "libcron" via AUR

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

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

b. Clone libcron's git locally

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

c. Go to ~/libcron folder and install it

$ cd ~/libcron $ makepkg -si

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

ID: 978151
Name: libcron
PackageBaseID: 172308
PackageBase: libcron
Version: 1.3.0-1
Description: A C++ scheduling library using cron formatting.
URL: https://github.com/PerMalmberg/libcron
NumVotes: 0
Popularity: 0
OutOfDate: 1705059496
Maintainer: cygn
Submitter: cygn
FirstSubmitted: 1634977824
LastModified: 1634977824
URLPath: /cgit/aur.git/snapshot/libcron.tar.gz