Installing snapd on Kali Linux
Table of Contents
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: 2022-Aug-14
Author:
gad3r