I wanted to install awesome window manager for Arch, however Arch repo does not include awesome anymore, I need to get from AUR. Installing package is easier with yaourt. I found that makepkg -s cannot resolve dependency if the dependency is not found in Arch mirrorlist. Install package-query package-query is one of the dependency, and … Continue reading Arch Linux: Install yaourt
Tag: AUR
Arch Linux: Installing packages from AUR (Installing google chrome)
I have the choice of installing packages from Arch Linux User Community Repository. Here is the summary of what I have done: 1. Pick a package from AUR, then download the tar package. 2. The tar contains PKGBUILD, untar it and a build directory is created. 3. Go to the build directory, and run makepkg … Continue reading Arch Linux: Installing packages from AUR (Installing google chrome)