ArchLinux Package Management with pacman

To update packages, run pacman -Syu To install a software, run pacman -S PKG_NAME To search for a package pacman -Ss PKG_NAME Show information about a specific package pacman -Si PKG_NAME To get list of all files installed by a package pacman -Fl PKG_NAME pacman -Ql PKG_NAME To verify presence of all files installed by … Read more

Trying Out Archlinux

ArchLinux AUR

Archlinux is a popular rolling distro. You always get latest software with Arch, there is no new version release like Ubuntu/RedHat etc.. You are always on latest version of ArchLinux by updating your system. So it is like install once and use for ever. Generally ArchLinux have very positive review from users. So i wanted … Read more