Enabling Debian Repos for Kali
Hi! The Tutorial shows you Step-by-Step How to Add Debian Repo Kali Linux Desktop.
Most noteworthy: this is the proper way for Installing some Software that is Present only on the Debian Repositories.
Especially relevant: take Care to Disable this same Repo if some Conflict appear in Installing some Package that is also in the Kali Repos!
-
First, Open a Terminal Shell emulator window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Then to Make a Repo File.
sudo nano /etc/apt/sources.list.d/debian.list
For Jessie Repositories Append:
deb http://httpredir.debian.org/debian jessie main
Instead, to Install Stretch Packages Append:
deb http://httpredir.debian.org/debian stretch main
Ctrl+x to Save & Exit from nano :)
-
Finally, Refresh the Apt Repositories.
sudo apt update
After to Disable it simply Remove this File and Update again.