Installing snap app store using ubuntu
Hello all, Today is Saturday 26 December 2020.
I want to talking about installing snap for ubuntu or debian based linux.
snap is a application to download application, Basically snap is app store for linux with using snap user can download application with a command line.
For example: " user want to download vlc " then user only need to type " sudo snap install vlc " or " user want to check application called vscode " then user only need to type " snap search vscode " therefore snap application will search application named vscode or have a Publisher called vscode.
from my perspective snap and apt is more or less is a same application,
user can download vlc using snap or apt.
Good point about snap, snap is always have a up to date application. Basically user will get the new version application
How To Install
-----------------------------------------------
sudo apt update
sudo apt install snapd
# How to search application using snap
snap search application-name
# How to install application using snap
sudo snap installl application-name
# How to remove application using snap
sudo snap remove applicaation-name
# How to disable application using snap
sudo snap disable application-name
# How to enable application using snap
sudo snap enable application-name
if you have any Question feel free to ask at: ghost087@protonmail.com
have a nice day
Comments
Post a Comment