python-crontab on AUR (Arch User Repository)

Last updated: May 13,2024

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

$ yay -S python-crontab

* (Optional) Uninstall python-crontab on Arch using YAY

$ yay -Rns python-crontab

2. Manually Install "python-crontab" via AUR

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

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

b. Clone python-crontab's git locally

$ git clone https://aur.archlinux.org/python-crontab.git ~/python-crontab

c. Go to ~/python-crontab folder and install it

$ cd ~/python-crontab $ makepkg -si

3. Information about the python-crontab package on Arch User Repository (AUR)

ID: 1102475
Name: python-crontab
PackageBaseID: 19095
PackageBase: python-crontab
Version: 2.6.0-1
Description: Crontab module for read and writing crontab files and accessing the system cron automatically and simply using a direct API.
URL: https://pypi.python.org/pypi/python-crontab
NumVotes: 27
Popularity: 0.241163
OutOfDate:
Maintainer: tadly
FirstSubmitted: 1218675408
LastModified: 1655998899
URLPath: /cgit/aur.git/snapshot/python-crontab.tar.gz