Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on Arch Linux

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. Manjaro is a good Arch Linux based distribution.

  2. You can use pacman to manage packages on Arch Linux.

Use pacman to Manage Packages on Arch Linux

Install a package.

pacman -S package_name

Search for a package.

pacman -Ss package_name

Comments