Skip to content

Instantly share code, notes, and snippets.

@kuamit5516
Last active October 20, 2021 10:44
Show Gist options
  • Save kuamit5516/99897918fd94e8c5310c370f3211e83e to your computer and use it in GitHub Desktop.
Save kuamit5516/99897918fd94e8c5310c370f3211e83e to your computer and use it in GitHub Desktop.
Kali-Linux Sources.list 2018/2019 ( Open Terminal - nano /etc/apt/sources.list )
deb http://http.kali.org/kali kali-rolling main non-free contrib
deb-src http://http.kali.org/kali kali-rolling main non-free contrib
deb http://http.kali.org/kali kali-rolling main non-free contrib
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
@adr8vj29
Copy link

[ Error writing /etc/apt/sources.list: Permission denied ] how to fix

sudo chown root:root /etc/apt/sources.list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment