dindent on AUR (Arch User Repository)

Last updated: May 18,2024

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

$ yay -S dindent

* (Optional) Uninstall dindent on Arch using YAY

$ yay -Rns dindent

2. Manually Install "dindent" via AUR

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

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

b. Clone dindent's git locally

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

c. Go to ~/dindent folder and install it

$ cd ~/dindent $ makepkg -si

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

ID: 604763
Name: dindent
PackageBaseID: 141319
PackageBase: dindent
Version: 2.3.0-1
Description: PHP library and CLI for indenting HTML for development and testing.
URL: https://github.com/gajus/dindent
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: flying-sheep
Submitter: flying-sheep
FirstSubmitted: 1555528552
LastModified: 1555528552
URLPath: /cgit/aur.git/snapshot/dindent.tar.gz