Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 534 Bytes

installing-snapd-on-kali-linux.md

File metadata and controls

24 lines (16 loc) · 534 Bytes

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 apparmor

Log out and back in again, or restart your system, to ensure snap’s paths are updated correctly.

Reference