extra on AUR (Arch User Repository)

Last updated: May 20,2024

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

$ yay -S extra

* (Optional) Uninstall extra on Arch using YAY

$ yay -Rns extra

2. Manually Install "extra" via AUR

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

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

b. Clone extra's git locally

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

c. Go to ~/extra folder and install it

$ cd ~/extra $ makepkg -si

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

ID: 506999
Name: extra
PackageBaseID: 119835
PackageBase: extra
Version: 0.0.1-2
Description: Extra is a app which allows you to install elementary themes on your computer.
URL: https://git.enlightenment.org/apps/extra.git/about/
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: FillFeile
Submitter: FillFeile
FirstSubmitted: 1487088376
LastModified: 1525161332
URLPath: /cgit/aur.git/snapshot/extra.tar.gz

5. The same packages on other Linux Distributions