Installing snapd on Kali Linux
Install Instructions
On Kali Linux, snap can be installed through:
:~$ sudo apt update
:~$
:~$ sudo apt install -y snapd
:~$Enabling and starting snapd and snapd.apparmor services:
:~$ sudo systemctl enable --now snapd apparmorLog out and back in again, or restart your system, to ensure snap’s paths are updated correctly.
Reference
Last updated
Was this helpful?