Yondaime said:is there a GUI for package manager in Arch?
Gaurish said:Official - No. There is none & nor there would be. however there are few third party options available but can't comment how well they work. I exclusively use pacman + clyde, which both are CLI & work perfectly to my use.
Here is a list for GUI:
Pacman GUI Frontends - ArchWiki
you can use a Aur helper like clyde to do this task for you. its super simple.Yondaime said:thanks I still need to know a lot about arch! one among the many would involve installing applications from the AUR
lol how do I install clyde from the tarball?Gaurish said:
Yondaime said:lol how do I install clyde from the tarball?
$ mkdir Yondaime
$ cd Yondaime
$ wget [url]http://aur.archlinux.org/packages/clyde-git/clyde-git/PKGBUILD[/url]
#download the PKGBUILD
$ makepkg -s #make a package
$ pacman -U clyde*.tar.xz # replace with name of newly generated package
Gaurish said:you don't need a tarball, just PKGBUILD
do this
Code:$ mkdir Yondaime $ cd Yondaime $ wget [url]http://aur.archlinux.org/packages/clyde-git/clyde-git/PKGBUILD[/url] #download the PKGBUILD $ makepkg -s #make a package $ pacman -U clyde*.tar.xz # replace with name of newly generated package
Done
Yondaime said:how do I enable auto complete feature?
Now how do I install shaman using clyde ?
$ clyde <insert package name here>
kool thanks alot !!Gaurish said:
Try Clyde - Its 2-3times fast. yaourt is written in bash, so its slow.papul1993 said:i use yaourt.