emacs-use-package on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S emacs-use-package

* (Optional) Uninstall emacs-use-package on Arch using YAY

$ yay -Rns emacs-use-package

2. Manually Install "emacs-use-package" via AUR

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

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

b. Clone emacs-use-package's git locally

$ git clone https://aur.archlinux.org/emacs-use-package.git ~/emacs-use-package

c. Go to ~/emacs-use-package folder and install it

$ cd ~/emacs-use-package $ makepkg -si

3. Information about the emacs-use-package package on Arch User Repository (AUR)

ID: 922304
Name: emacs-use-package
PackageBaseID: 121650
PackageBase: emacs-use-package
Version: 2.4.1-1
Description: A use-package declaration for simplifying your .emacs
URL: https://github.com/jwiegley/use-package
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: hamki
Submitter: WhittlesJr
FirstSubmitted: 1492636009
LastModified: 1623950497
URLPath: /cgit/aur.git/snapshot/emacs-use-package.tar.gz