How to install snap on Kali Linux

Commands:

$ sudo apt update
$ sudo apt install -y snapd
$ sudo systemctl enable –now snapd apparmor
$ sudo snap install snap-store
$ sudo nano /home/username/.zshrc
$ export PATH=$PATH:/snap/bin
$ source /home/username/.zshrc
$ init 6

That is it! This is the Way How to Install snap on Kali Linux 2021.2 Step by step.

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply