Hacker News new | ask | show | jobs
Installing Snap on Kali Linux
4 points by liversalts 2243 days ago
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