tinyserial on AUR (Arch User Repository)

Last updated: July 05,2024

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

$ yay -S tinyserial

* (Optional) Uninstall tinyserial on Arch using YAY

$ yay -Rns tinyserial

2. Manually Install "tinyserial" via AUR

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

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

b. Clone tinyserial's git locally

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

c. Go to ~/tinyserial folder and install it

$ cd ~/tinyserial $ makepkg -si

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

ID: 1235369
Name: tinyserial
PackageBaseID: 192225
PackageBase: tinyserial
Version: 20090305-5
Description: Small minicom replacement for accessing serial ports on Linux inspired by FreeBSD 'tip'
URL: http://brokestream.com/tinyserial.html
NumVotes: 1
Popularity: 0.001236
OutOfDate:
Maintainer: kleintux
Submitter: arojas
FirstSubmitted: 1680370952
LastModified: 1680370952
URLPath: /cgit/aur.git/snapshot/tinyserial.tar.gz

5. The same packages on other Linux Distributions