How to remove snap packages on Manjaro
Published on Aug. 22, 2023, 12:12 p.m.
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” .