How to Fixed Repository error in Kali Linux ?
काली लिनक्स में इंटेलेशन टूल त्रुटि को कैसे ठीक करें?
1 source list commonds-
nano /etc/apt/sources.list
2-Copy and pest in the sources.list-
See
deb kali-rolling main contrib non-free non-free-firmware
Additional line for source packages
deb-src kali-rolling main contrib non-free non-free-firmware
If not solve than use this commands
commands-
gpg –keyserver pgpkeys.mit.edu –recv-key ED444FF07D8D0BF6
gpg -a –export ED444FF07D8D0BF6 | sudo apt-key add
3 Open tweaks – with this commands-
kali-tweaks
select proper options according your sources list after that use next commands-
4 Runtis commands-
wget-4-0- apt-key add
5- Use to update
sudo apt-get update
6-Use to upgrade-
sudo apt-get upgrade
7-Now fix your error, you can install any tool without any error As-
sudo apt-get install gobuster
[ad_2]
source