python-asdf on AUR (Arch User Repository)

Last updated: November 07,2024

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

$ yay -S python-asdf

* (Optional) Uninstall python-asdf on Arch using YAY

$ yay -Rns python-asdf

2. Manually Install "python-asdf" via AUR

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

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

b. Clone python-asdf's git locally

$ git clone https://aur.archlinux.org/python-asdf.git ~/python-asdf

c. Go to ~/python-asdf folder and install it

$ cd ~/python-asdf $ makepkg -si

3. Information about the python-asdf package on Arch User Repository (AUR)

ID: 1417060
Name: python-asdf
PackageBaseID: 130040
PackageBase: python-asdf
Version: 3.1.0-1
Description: A Python tool for reading and writing Advanced Scientific Data Format (ASDF) files
URL: https://asdf.readthedocs.io
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: Universebenzene
Submitter: Universebenzene
FirstSubmitted: 1518606078
LastModified: 1709097201
URLPath: /cgit/aur.git/snapshot/python-asdf.tar.gz

5. The same packages on other Linux Distributions