bootchart on AUR (Arch User Repository)

Last updated: October 06,2024

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

$ yay -S bootchart

* (Optional) Uninstall bootchart on Arch using YAY

$ yay -Rns bootchart

2. Manually Install "bootchart" via AUR

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

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

b. Clone bootchart's git locally

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

c. Go to ~/bootchart folder and install it

$ cd ~/bootchart $ makepkg -si

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

ID: 600759
Name: bootchart
PackageBaseID: 140923
PackageBase: bootchart
Version: 1.20-3
Description: A 'startup' graphing tool
URL: https://github.com/sofar/bootchart
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer:
Submitter: arojas
FirstSubmitted: 1554272212
LastModified: 1554272212
URLPath: /cgit/aur.git/snapshot/bootchart.tar.gz

5. The same packages on other Linux Distributions