Skip to content

Instantly share code, notes, and snippets.

@ephraimduncan
Last active September 26, 2020 15:58
Show Gist options
  • Save ephraimduncan/51a97e08627ecf056c706740a809413c to your computer and use it in GitHub Desktop.
Save ephraimduncan/51a97e08627ecf056c706740a809413c to your computer and use it in GitHub Desktop.
Building Arch Package
# Clone the arch repository
git clone [the package url]
# Build It
cd [the package]
makepkg -si
# Remove Package
sudo pacman -R [package-name]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment