k on AUR (Arch User Repository)

Last updated: June 23,2024

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

$ yay -S k

* (Optional) Uninstall k on Arch using YAY

$ yay -Rns k

2. Manually Install "k" via AUR

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

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

b. Clone k's git locally

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

c. Go to ~/k folder and install it

$ cd ~/k $ makepkg -si

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

ID: 840870
Name: k
PackageBaseID: 161064
PackageBase: k
Version: 0.0.5-2
Description: a zsh script / plugin to make directory listings more readable, adding a bit of color and some git status information on files and directories.
URL: https://github.com/supercrabtree/k
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: zhixi
Submitter: zhixi
FirstSubmitted: 1608391821
LastModified: 1609477484
URLPath: /cgit/aur.git/snapshot/k.tar.gz