Linux · 1月 15, 2023 0

How to install and remove software in Manjaro Linux with Pacman

内容纲要

Graphical applications are easy to use, but terminal or command line programs are faster.
Installation of Software in Manjaro Linux with Pacman :
To install an application, all you have to do is enter the following command: pacman -S PACKAGENAME.

Pacman Installation

You can also install a group of packages using this command:

sudo pacman -S gnome

Removing Software in Manjaro Linux with Pacman.

All you have to do is type the following command:

sudo pacman -R PACKAGENAME

Just replace the package name with the name of the package you want to remove.

%d 博主赞过: