Results 1 to 4 of 4

Thread: Kali linux 2 lite missing tools

  1. #1
    Join Date
    2015-Mar
    Posts
    2

    Kali linux 2 lite missing tools

    I just installed kali linux 2 lite and all the tools missing except nmap/sqlmap/ncat.
    Is that right ? any way to get all the tools installed ? :/

  2. #2
    Yup. This is correct.
    Kali Light is 1GB in size.
    Kali is 3GB is in size (the extra 2GB is mostly the tools).

    If you wish to get the 'standard' tools - you can install it via the meta packages.
    More information:
    + https://www.kali.org/news/kali-linux-metapackages/
    + http://tools.kali.org/kali-metapackages


    In short:
    By running apt-get install kali-linux-full, you will upgrade the tool from from Kali Light to Kali, and still have XFCE rather than GNOME.

    kali-linux (Kali Light default tools)
    kali-linux-full (Kali default tools)
    This is a Kali-Linux support forum - not general IT/infosec help.

    Useful Commands: OS, Networking, Hardware, Wi-Fi
    Troubleshooting: Kali-Linux Installation, Repository, Wi-Fi Cards (Official Docs)
    Hardware: Recommended 802.11 Wireless Cards

    Documentation: http://docs.kali.org/ (Offline PDF version)
    Bugs Reporting & Tool Requests: https://bugs.kali.org/
    Kali Tool List, Versions & Man Pages: https://tools.kali.org/

  3. #3
    Join Date
    2015-Sep
    Posts
    1

    not working

    Quote Originally Posted by g0tmi1k View Post
    Yup. This is correct.
    Kali Light is 1GB in size.
    Kali is 3GB is in size (the extra 2GB is mostly the tools).

    If you wish to get the 'standard' tools - you can install it via the meta packages.
    More information:
    + https://www.kali.org/news/kali-linux-metapackages/
    + http://tools.kali.org/kali-metapackages


    In short:
    By running apt-get install kali-linux-full, you will upgrade the tool from from Kali Light to Kali, and still have XFCE rather than GNOME.

    kali-linux (Kali Light default tools)
    kali-linux-full (Kali default tools)

    when i try to run this comand i get

    root@kali:~# apt-get install kali-linux-full
    Bus error
    root@kali:~#

  4. #4
    Join Date
    2015-Nov
    Posts
    2
    Hey P4tryck95,

    I don't know about your "Bus error" but I had a similar problem (meta packages are not found via apt-get) and I guess I'm not the only one. Found a solution here.

    1. Make sure you have correct repository.

    2. Backup you sources.list:
    Code:
    mv /etc/apt/sources.list /etc/apt/sources.list_BAK
    3. Edit your source file:
    Code:
    vi /etc/apt/sources.list
    4. Paste into /etc/apt/sources.list:

    Code:
    deb http://http.kali.org/kali sana main non-free contrib
    deb http://security.kali.org/kali-security sana/updates main contrib non-free
    deb-src http://http.kali.org/kali sana main non-free contrib
    deb-src http://security.kali.org/kali-security sana/updates main contrib non-free
    5. Update:

    Code:
    apt-get update
    6. You can search/install meta-packages via apt-get now:

    Code:
    apt-cache search kali meta

Similar Threads

  1. Need help configuring kali linux lite as a router
    By ActiveUser in forum General Archive
    Replies: 0
    Last Post: 2018-07-19, 01:31
  2. Replies: 6
    Last Post: 2015-12-03, 09:26
  3. Chromebook 2 - Kali - Crouton - Missing Tools
    By Stray in forum Installing Archive
    Replies: 1
    Last Post: 2015-08-20, 15:59

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •