clipcat on AUR (Arch User Repository)

Last updated: May 05,2024

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

$ yay -S clipcat

* (Optional) Uninstall clipcat on Arch using YAY

$ yay -Rns clipcat

2. Manually Install "clipcat" via AUR

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

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

b. Clone clipcat's git locally

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

c. Go to ~/clipcat folder and install it

$ cd ~/clipcat $ makepkg -si

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

ID: 866288
Name: clipcat
PackageBaseID: 159761
PackageBase: clipcat
Version: 0.5.0-2
Description: Clipcat is a clipboard manager written in Rust Programming Language.
URL: https://github.com/xrelkd/clipcat
NumVotes: 3
Popularity: 0.003956
OutOfDate:
Maintainer: yanganto
FirstSubmitted: 1605196191
LastModified: 1613785651
URLPath: /cgit/aur.git/snapshot/clipcat.tar.gz

5. The same packages on other Linux Distributions