1

I was reading a tutorial about installing Kali tools in Ubuntu. at the start, the instructions say to add repositories like this:

deb http://ppa.launchpad.net/wagungs/kali-linux2/ubuntu YOUR_UBUNTU_VERSION main 
deb-src http://ppa.launchpad.net/wagungs/kali-linux2/ubuntu YOUR_UBUNTU_VERSION main 
deb http://ppa.launchpad.net/wagungs/kali-linux/ubuntu YOUR_UBUNTU_VERSION main 
deb-src http://ppa.launchpad.net/wagungs/kali-linux/ubuntu YOUR_UBUNTU_VERSION main 

And in your Ubuntu version you have the following option

Ubuntu 12.04: Precise
Ubuntu 12.10: Quantal
Ubuntu 13.04: Raring

What is the code for 14.04? Can we install Kali tools in Ubuntu 14.04 or not?

Zanna
  • 70,465

1 Answers1

0

None of these PPAs support 13.10 or higher versions of Ubuntu. You can try using the code for 13.04 (raring), or install 12.04 and then use the PPA.

To get the code for any version of Ubuntu, use lsb_release:

$ lsb_release -sc
trusty
muru
  • 197,895
  • 55
  • 485
  • 740