Last active
June 10, 2018 08:57
-
-
Save jagamts1/3bf8b241f2c703ce96e4c36430472c56 to your computer and use it in GitHub Desktop.
method for installing aur package and install atom-editer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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