深度阅读

How to install and remove software in Manjaro Linux with Pacman

作者
作者
2023年08月22日
更新时间
6.68 分钟
阅读时间
0
阅读量

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.

博客作者

热爱技术,乐于分享,持续学习。专注于Web开发、系统架构设计和人工智能领域。