How To Install Snap Store On Ubuntu
Introduction
Snap is a tool developed by Canonical for the purpose of parcel management and software deployment on Linux.
Snaps are packaged applications compiled with libraries and dependencies. Snaps work across a range of Linux distributions, which makes them a distro-agnostic upstream software deployment solution. The s napd daemon is a background service that allows yous to manage the snaps on your system.
This tutorial explains how to install and employ Snap on Ubuntu.
Prerequisites
- An Ubuntu system
- Access to the command line
- A user account with sudo or root privileges
Note: Acquire how the Snap packaging system compares to the APT bundle manager in Snap vs. APT.
How to Install Snap on Ubuntu
Snap is already installed and available for use on the bulk of the latest Ubuntu distributions.
Enter snap version
in the concluding to check if you lot have Snap installed on your system.
This lists the version of the Snap tool, the snapd daemon, the software series number, the name and release of your Linux distribution, as well equally the kernel version.
If you do not have Snap preinstalled, install it via the concluding.
1. Start past updating packages:
sudo apt update
ii. Enter the following command:
sudo apt install snapd
How to Install Snap Shop on Ubuntu
The Snap Store is a GUI application for finding, installing and managing snaps on Linux.
1. Install the Snap Store using the command below:
sudo snap install snap-store
two. Wait until the download completes and launch it by entering:
snap-store
Note: The Snap Store runs on GNOME and it works best on GTK Ubuntu desktop environments. To err on the condom side and accept full advantage of the Snap Shop, install a Linux desktop environs that uses GTK, such as GNOME, Mate, or Cinnamon.
Using Snap
To use a snap package on your system, you need to install it offset. Utilize the Snap Store if you lot prefer the GUI method, or use the terminal.
To install a snap app via the terminal, enter the following control:
sudo snap install [package name]
Await for the installation to terminate.
Search for Snaps
To browse through available snap packages, use the following:
snap observe
For example, to search for a web browser, enter:
snap find browser
The output shows a list of apps related to the keyword 'browser'.
List Installed Snaps
To encounter a list of all snaps installed on your arrangement, enter the following:
snap list
The output shows snap details such as package name, version, revision, and the publisher.
Run Installed Snaps
Run installed snaps from the terminal past entering the app name:
<package_name>
For example, to open the Opera spider web browser blazon opera
in the terminal and the app launches.
Remove Installed Snaps
To remove an installed snap, employ the following command:
sudo snap remove <package>
The snap remove
command removes the application lawmaking and any services previously alleged past the app. The control also cleans up the app's runtime dependencies and all associated user data.
Conclusion
After reading this tutorial, you lot should know how to install Snap on Ubuntu and piece of work with Snap packages.
Was this commodity helpful?
Yeah No
Source: https://phoenixnap.com/kb/install-snap-ubuntu
Posted by: whitttiver1990.blogspot.com
0 Response to "How To Install Snap Store On Ubuntu"
Post a Comment