Results 1 to 7 of 7

Thread: (apt-get install) issue after installing kali rolling .

  1. #1
    Join Date
    2016-May
    Posts
    2

    (apt-get install) issue after installing kali rolling .

    hello everyone , I'm having a problem installing any package i want
    for example ; these packages i can't install
    libgtk2.0
    autoreconf
    and many more
    i keep trying but terminal output is

    Code:
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    E: Unable to locate package autoreconf
    sources.list

    Code:
    # 
    
    # deb cdrom:[Debian GNU/Linux 2016.1 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20160120-18:14]/ kali-rolling contrib main non-free
    
    #deb cdrom:[Debian GNU/Linux 2016.1 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20160120-18:14]/ kali-rolling contrib main non-free

  2. #2
    Add this line to your /etc/apt/sources.list

    deb http://http.kali.org/kali kali-rolling main contrib non-free

  3. #3
    Join Date
    2016-Apr
    Posts
    15
    Terminal type

    echo "deb http://http.kali.org/kali kali-rolling main contrib non-free" >> /etc/apt/sources.list
    echo "deb-src http://http.kali.org/kali kali-rolling main contrib non-free" >> /etc/apt/sources.list

    Or leafpad /etc/apt/sources.list

    And enter the above save then try.

    apt-get update

  4. #4
    Join Date
    2016-May
    Posts
    2
    Quote Originally Posted by aephlux View Post
    Add this line to your /etc/apt/sources.list

    deb http://http.kali.org/kali kali-rolling main contrib non-free
    thank you , worked .

  5. #5
    Join Date
    2016-Mar
    Posts
    24
    I had the same exact problem after kali rolling update...thought I broke kali...change to kde...no go...almost thought about a complete reinstall...instead I tried dpkg and it work but only on command or app that i on. Bottom line googled and google , tried a few forums ended up /etc/apt/source.list commented everything out but kali rolling , sofar so good.

  6. #6
    Join Date
    2016-Jul
    Posts
    4
    brand new install of rolling kali ( http://cdimage.kali.org/kali-2016.1/...16.1-amd64.iso ) and unable to install vm tools on vmware guest machine

    I did , apt-get update && apt-get upgrade && apt-get dist-upgrade and a reboot

    ## cat of my source.list

    #
    # deb cdrom:[Debian GNU/Linux 2016.1 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20160120-18:14]/ kali-rolling contrib main non-free
    #deb cdrom:[Debian GNU/Linux 2016.1 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20160120-18:14]/ kali-rolling contrib main non-free
    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

    try to install the vm tools using the following and get "E: Unable to locate package open-vm-tools-desktop"

    root@kali:~# apt-get install open-vm-tools-desktop fuse

    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package open-vm-tools-desktop

    ANY IDEAS

  7. #7
    Join Date
    2016-Aug
    Posts
    1
    I added the lines suggested by Node to /etc/apt/sources.list and I still get the same error: E: Unable to locate package gparted

    This is the contents of /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 contrib non-free
    deb-src http://http.kali.org/kali kali-rolling main contrib non-free


    Any suggestions on how to remedy this?

    Thanks in advance!

Similar Threads

  1. Kali Rolling USB booting issue!
    By tukianov2 in forum Installing Archive
    Replies: 0
    Last Post: 2016-10-05, 16:00
  2. Issue installing OpenVPN in Kali Rolling 2.0
    By mallock in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2016-09-24, 20:22
  3. issue installing kali-rolling Xorg.wrap
    By thebruuj in forum General Archive
    Replies: 1
    Last Post: 2016-08-01, 09:40
  4. Kali Sana to Rolling update issue.
    By alacazam in forum Installing Archive
    Replies: 3
    Last Post: 2016-02-02, 06:40

Posting Permissions

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