Installation of Snap in Kali Linux

September 05, 2019

Snap Store is an app store for Linux Destro. By default, the snap store is not installed in Kali. Now I’m going to share a procedure which is worked for me.

Step 1: Install Snap

Using terminal:

~$sudo apt update

03 snap installation | Tech Fizzer

~$ sudo apt install snap

00 snap installation | Tech Fizzer

But it shows something missing. To fix this, we need to execute another command.

~$ sudo apt --fix-broken install

01 snap installation | Tech Fizzer

Now again try to install Snap.

~$ sudo apt install Snap

02 snap installation | Tech Fizzer

It works! Time to go to the next step.

Step 2: Install Snapd

To install Snapd follow the commands.

~$ sudo apt install snapd

Step 3: Start and add the service to autoload

~$ sudo systemctl start snapd

~$ sudo systemctl enable snapd

05 snap installation | Tech Fizzer

Step 4: Enable Systemd Unit

~$ systemctl start apparmor ~$ systemctl enable apparmor

06 snap installation | Tech Fizzer

Step 5: Check it’s workable or not

Executing the following command snap ‘core’ will be installed too if it’s not installed in the system.

~$ snap install hello-world

07 snap installation | Tech Fizzer

Now restart the system and try to download via snap.

If getting any error related to the path just follow these instructions:

After restarting the PC if Snap doesn’t work then need to edit the bash file. To do this follow the instructions.

Step 1: Edit Bash File

~$ gedit ~/.bashrc

08 snap installation | Tech Fizzer

Step 2: Add a new line and declare the path of snap

export PATH=$PATH:/snap/bin

09 snap installation | Tech Fizzer

Save the bash file.

Step 3: Execute Bash.

~$ source ~/.bashrc

10 snap installation | Tech Fizzer

Restart the system and enjoy Snap.

Getting more commands of snap :

~$ snap help refresh

Installation of Snap Store :

To install the snap store follow the command:

~$ sudo snap install snap-store

To open the Snap store after finishing the installation.

~$ snap-store

Extra :

Find Package :

~$ sudo snap find <package name>

Install the package using snap :

~$ sudo snap install <package name>

List of installed apps :

~$ snap list

Update snap package :

~$ sudo snap refresh <package name>

Uninstall snap package :

~$ sudo snap remove <package name>

I successfully installed Snap in my Computer System using these procedures.

System Info :

System info | Tech Fizzer

Md Sohanur Rahman Sakib

For me, life is like a line. Line of a circle where my presence is just like a dot. A dot, which has value or maybe hasn't!

0 Comments

Trackbacks/Pingbacks

  1. Installation of Mailspring in Kali Linux - Tech Fizzer - […] The procedure of installing snap: https://techfizzer.com/blog/installation-of-snap-in-kali/ […]
  2. Installation of Mailspring in Kali Linux - Tech Fizzer - […] The procedure of installing snap: https://techfizzer.com/installation-of-snap-in-kali/ […]

Submit a Comment

Your email address will not be published. Required fields are marked *

Recent Articles

Facebook Sound Collection: Get Copyright-Free Music

Facebook Sound Collection: Get Copyright-Free Music

If you are a content creator on Meta's platforms, this article is for you. Today, we are going to discuss Meta's feature, which is the Facebook Sound Collection. We won't face copyright-related issues by using music from here for our projects. It's free with a ton of...

read more
How to enable cGroups v2 in AlmaLinux 9

How to enable cGroups v2 in AlmaLinux 9

AlmaLinux is becoming popular day by day for the server-side OS. Besides, cGroups v2 plays a significant role in managing resources! Based on the necessity to have cGroups v2 enabled in AlmaLinux, today we will learn how to enable cGroups v2 in AlmaLinux 9. What's the...

read more
How to check cPanel License in 2024?

How to check cPanel License in 2024?

cPanel is one of the most popular web hosting control panels. A valid key is necessary to run the panel with any server or VPS. However, there are a few cases in which many providers don't provide genuine cPanel service. They use bypassed cPanel, which you may call...

read more

Related Articles

How to enable cGroups v2 in AlmaLinux 9

How to enable cGroups v2 in AlmaLinux 9

AlmaLinux is becoming popular day by day for the server-side OS. Besides, cGroups v2 plays a significant role in managing resources! Based on the necessity to have cGroups v2 enabled in AlmaLinux, today we will learn how to enable cGroups v2 in AlmaLinux 9. What's the...

read more
How to Install and Configure Fail2Ban in AlmaLinux 9

How to Install and Configure Fail2Ban in AlmaLinux 9

Fail2ban is an open-source & free intrusion prevention system. It's used to protect the server system against brute-force attacks. Fail2ban monitors the SSH log files for authentication attempts continuously. It's banned the client IP after a specified number of...

read more

Pin It on Pinterest

Share This