ts on AUR (Arch User Repository)

Last updated: November 23,2024

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

$ yay -S ts

* (Optional) Uninstall ts on Arch using YAY

$ yay -Rns ts

2. Manually Install "ts" via AUR

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

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

b. Clone ts's git locally

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

c. Go to ~/ts folder and install it

$ cd ~/ts $ makepkg -si

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

ID: 870650
Name: ts
PackageBaseID: 14411
PackageBase: ts
Version: 1.0.1-1
Description: A Unix batch system where the tasks spooled run one after the other
URL: http://vicerveza.homeunix.net/~viric/soft/ts/
NumVotes: 9
Popularity: 0
OutOfDate:
Maintainer: alub
FirstSubmitted: 1198740658
LastModified: 1614520257
URLPath: /cgit/aur.git/snapshot/ts.tar.gz

5. The same packages on other Linux Distributions