sccs on AUR (Arch User Repository)

Last updated: September 20,2024

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

$ yay -S sccs

* (Optional) Uninstall sccs on Arch using YAY

$ yay -Rns sccs

2. Manually Install "sccs" via AUR

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

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

b. Clone sccs's git locally

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

c. Go to ~/sccs folder and install it

$ cd ~/sccs $ makepkg -si

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

ID: 610967
Name: sccs
PackageBaseID: 93717
PackageBase: sccs
Version: 5.09-1
Description: The UNIX Source Code Control System actively maintained/enhanced.
URL: http://sccs.sourceforge.net/
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: aksr
Submitter: aksr
FirstSubmitted: 1433243888
LastModified: 1557396220
URLPath: /cgit/aur.git/snapshot/sccs.tar.gz

5. The same packages on other Linux Distributions