Installing snapd on Kali Linux
Install Instructions
On Kali Linux, snap
can be installed through:
[email protected]:~$ sudo apt update
[email protected]:~$
[email protected]:~$ sudo apt install -y snapd
[email protected]:~$
Enabling and starting snapd
and snapd.apparmor
services:
[email protected]:~$ sudo systemctl enable --now snapd apparmor
Log out and back in again, or restart your system, to ensure snap’s paths are updated correctly.
Reference
Updated on: 2021-Dec-02
Author:
gad3r