« Snap » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
(→Links) |
|||
Ligne 1 : | Ligne 1 : | ||
[[Category:Ubuntu]] | [[Category:Ubuntu]] | ||
= Links = | = Links = | ||
* [https://snapcraft.io/docs/getting-started Documentation] | |||
* [https://snapcraft.io Snapcraft, the app store for Linux] | * [https://snapcraft.io Snapcraft, the app store for Linux] | ||
Version du 7 août 2023 à 22:23
Links
Description
Snap applications are installed with all their dependencies in the user folder.
Update
# update the applications sudo snap refresh |
Find
# list installed applications snap list # --all list also disabled applications # find a application snap find <application> |
Install
sudo snap install <application> |
Remove
# remove an application snap remove <application> # --purge remove also the associated user configurations |