Settings

Theme

Installing Snap on Kali Linux

4 points by liversalts 6 years ago · 0 comments · 1 min read


I've stumbled accross an issue when installing snap on Kali 2020.1

https://snapcraft.io/docs/installing-snap-on-kali

/snap/bin isn’t added to the path by default. This looks to be a bug and will need to add this to the path manually.

https://bugs.kali.org/view.php?id=5949

Currently, for snap apps to be found, /snap/bin needs to be manually added to a user’s PATH environment variable. For the default Bash terminal, add the following to either ~/.bashrc , for the current user, or /etc/bashrc for all users:

export PATH=$PATH:/snap/bin

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection