Skip to content

Instantly share code, notes, and snippets.

@jagamts1
Last active June 10, 2018 08:57
Show Gist options
  • Save jagamts1/3bf8b241f2c703ce96e4c36430472c56 to your computer and use it in GitHub Desktop.
Save jagamts1/3bf8b241f2c703ce96e4c36430472c56 to your computer and use it in GitHub Desktop.
method for installing aur package and install atom-editer
1.download file from arch repo
https://aur.archlinux.org/packages/atom-editor-bin/
2.unzip the file
tar -xvzf atom-editor-bin.tar.gz
3.change into the dirctory
cd atom-editor-bin
4.for complie the package
makepkg -s
5.to install the package
sudo pacman -U filename end with .xz
*********
same method can be used for install all aur packages
**********
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment