pacman

Isshiki🐈

--

Install packages using pacman

# update and yes to all questions
sudo pacman -Syyu
# install a package, apache in this case
sudo pacman -S apache

--

--

No responses yet