深度阅读

How to remove snap packages on Manjaro

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

Snap is a package manager that provides a variety of desktop software for Linux-based operating systems .The snap packages can be installed using terminal support of Linux.
Manjaro is an Arch-based distribution of Linux that has its own official repository.

How to remove snap packages using terminal on Manjaro Linux distributions .

Step 1: Firstly , fire up the terminal and check the list of snaps installed on your Manjaro system .

$ sudo snap list

Note: It is recommended to carry out this step as you may not remember the exact name of the package .

Step 2: Once you have decided to remove any packages, then you .

$ sudo snap remove

For instance , in our case, the below-mentioned command will remove zoom-client from .

$ sudo snap remove zoom-client

Step 3: After successfully executing Step 2, you can verify the removal.To do so, run the below-stated command in your Manjaro’s terminal

$ sudo snap list

It can be observed that the “zoom-client” .

博客作者

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