wakatime-cli-bin on AUR (Arch User Repository)
Last updated: November 16,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "wakatime-cli-bin" 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
Copied
b. Install wakatime-cli-bin on Arch using YAY
$
yay -S
wakatime-cli-bin
Copied
* (Optional) Uninstall wakatime-cli-bin on Arch using YAY
$
yay -Rns
wakatime-cli-bin
Copied
2. Manually Install "wakatime-cli-bin" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone wakatime-cli-bin's git locally
$
git clone https://aur.archlinux.org/wakatime-cli-bin.git
~/wakatime-cli-bin
Copied
c. Go to ~/wakatime-cli-bin folder and install it
$
cd
~/wakatime-cli-bin
Copied
$
makepkg -si
Copied