Kategorie: Linux

Deleting apps installed from the Snap store

The guide below describes how to uninstall apps installed by the Snap Store.
To view the list of installed applications, run the terminal and issue a command:

snap list

A list of installed applications will appear:

Name               Version                     Rev    Tracking       Publisher   Notes
bare               1.0                         5      latest/stable  canonical✓  base
chromium           100.0.4896.127              1967   latest/stable  canonical✓  -
core18             20220309                    2344   latest/stable  canonical✓  base
core20             20220318                    1405   latest/stable  canonical✓  base
gnome-3-28-1804    3.28.0-19-g98f9e67.98f9e67  161    latest/stable  canonical✓  -
gnome-3-38-2004    0+git.1f9014a               99     latest/stable  canonical✓  -
gtk-common-themes  0.1-59-g7bca6ae             1519   latest/stable  canonical✓  -
shotcut            22.03.30                    662    latest/stable  meltytech✓  classic
snapd              2.54.4                      15177  latest/stable  canonical✓  snapd

To uninstall a given application, we issue a command:

sudo snap remove –purge nazwaaplikacji

NP:

sudo snap remove --purge firefox
sudo snap remove --purge chromium

and so with each application.

Linux

Udostępnij
Opublikowane przez
Linux

Recent posts

KeePass2 2.52 w Ubuntu 22.04

The guide below describes how to install KeePass on Ubuntu. Całość wykonamy za pomocą kilku poleceń

2 years temu

Installing Master PDF editor in Ubuntu 22.04

Master PDF Editor is a comprehensive PDF program, which includes many features. Oprócz tworzenia i edycji

2 years temu

iotop - memory monitoring

Iotop jest prostym narzędziem dla systemów Uniksowych umożliwiającym monitorowanie użycia dowolnego nośnika pamięci flash/hdd/ssd w

2 years temu

Run multiple commands in one cron job

You can separate two or more commands with semicolons (;), Semicolon (;): służy do oddzielania

2 years temu

Changing the exif data of a photo in the Linux terminal

Poniższy poradnik opisuje w jaki sposób za pomocą konsoli możemy dokonać edycji danych zdjęcia exif.

2 years temu

Installing Rocket.Chat Server on Rocky Linux 8

The following guide describes how to install Rocket.Chat on Rocky Linux 8 Całość bardzo prosto zainstalujemy

2 years temu