kscope on AUR (Arch User Repository)

Last updated: July 04,2024

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

$ yay -S kscope

* (Optional) Uninstall kscope on Arch using YAY

$ yay -Rns kscope

2. Manually Install "kscope" via AUR

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

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

b. Clone kscope's git locally

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

c. Go to ~/kscope folder and install it

$ cd ~/kscope $ makepkg -si

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

ID: 1290169
Name: kscope
PackageBaseID: 193425
PackageBase: kscope
Version: 1.9.4-1
Description: A source-code browsing, analysis and editing environment for large C projects.
URL: https://sourceforge.net/projects/kscope/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: AronYoung
Submitter: AsukaMinato
FirstSubmitted: 1683579286
LastModified: 1689594746
URLPath: /cgit/aur.git/snapshot/kscope.tar.gz

5. The same packages on other Linux Distributions