How to install Snap Store on any Linux Distributions?
You can see Android Store(Play Store, Uptodown), Windows Store, Apple store. Most of the members may or may not be know about the Linux Store i.e. Snap Store.You know very well that all App Store requires an account to download and install apps. But you need not to have an account in SnapStore i.e the speciality.
My Recommendation to install snapd:
1.Use the root user account.
2. Having Better internet connection.
Necessity to Install:
Note: you can use any distribution. For some distribution snapd is already installed.
- Platform: Linux.
- Snapd already installed.
- Make sure you have a well internet connection.
Snapd Pre-installed distribution:
you can select the distributions here. By selecting the distribution (I am using Kali Linux. So I will use the Kali Linux commands to install it.) you can see the commands to install snapd.
Two types of SnapStore:
1.Command Line Interface (CLI).
2.Graphical User Interface (GUI).
Note: you can install both interface. Also First you need to install CLI of SnapStore.
Note: Type or copy after #(hashtag)
Installing snapd (CLI) on Kali Linux:
1.Open the Terminal Emulator window.
2.Now type the following Commands:
# apt update
# apt install snapd
# systemctl enable --now snapd apparmor
3. Restart the computer or login again to ensure the path of Snapd.
4. To check snapd is installed, try:
$ snap install hello-world
hello-world 6.3 from Canonical✓ installed
$ hello-world
Hello World!
Installing SnapStore (GUI) on Kali Linux:
After installing CLI of SnapStore, Simply type the following Command on your terminal:
# snap install snap-store
Done!!! You successfully installed the SnapStore application.
Now you can download and install any application from the store.
If you find any errors while installing check this site : https://snapcraft.io/docs/troubleshooting
Or Comment me...
0 comments: