• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
KaliTut

KaliTut

Kali Linux tutorial and Linux system tips

  • Home
  • Raspberry Pi
  • Privacy Policy
  • About us

Fix Kali Linux sources.list Repositories

Last Updated on July 19, 2020 by Kalitut 167 Comments

After installing Kali Linux from an ISO file, you may need to manually update the kali linux repository sources.list file with the official list of repositories.
This guide will show you how to add Kali Linux repositories to sources.list.
Apt requires software repositories to download packages and install them on your computer.
So, let’s begin.

kali linux repository

  • Kali Linux official repository
  • kali linux repository
    • kali linux 2020
    • Kali Linux 2017.1
    • Kali Linux 2.0
    • Kali Linux 1.x
  • How to update Kali Linux repository

Kali Linux official repository

First after installing a clean Kali Linux the sources.list contains only tow repository and they are

## Regular repositories
deb http://http.kali.org/kali kali main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free

if you try to do update it may update a few apps and if you try to install a new app 90% it won’t and it will give you a message like this one E:Unable to locate package

Kali linux E:Unable to locate package

The simplest way is to edit the
/etc/apt/sources.list
Clear your Sources.list file by removing everything inside to do so please follow those steps:

Terminal command:

sudo mousepad /etc/apt/sources.list

after this commend, you will get something like this

Kali Linux sources.list Repositories

now remove every line of them and add this new lines

kali linux repository

kali linux 2020

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

Kali Linux 2017.1

Kali Linux 2017.1 sources.list use the repo below:

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

For Kali Linux 2016 – Kali Rolling use the repo below:

# For source package access, uncomment the following line
deb http://http.kali.org/kali kali-rolling main contrib non-free

Kali Linux 2.0

For Kali Linux 2.0 – Kali Sana uses the repo below:
No more update for Kali Sana but not for long so please upgrade to Kali 2016.1

# Regular repositories
deb http://http.kali.org/kali sana main non-free contrib
deb http://security.kali.org/kali-security sana/updates main contrib non-free
<h1>Source repositories</h1>
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

Kali Linux 1.x

For Kali Linux 1.x users use the repo below:
No more update for Kali 1.0 please upgrade to new Kali 2016

## Regular repositories
deb http://http.kali.org/kali kali main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free
<h2>Source repositories</h2>
deb-src http://http.kali.org/kali kali main non-free contrib
deb-src http://security.kali.org/kali-security kali/updates main contrib non-free

Save and close the file. Details and explanations can be found in adding official Kali Linux Repositories page.

Now after we are done adding Kali Linux Repositories it’s time to do Clean, update, upgrade and dist-upgrade for Kali installation, to do so follow those commands

apt-get clean & apt-get update & apt-get upgrade -y & apt-get dist-upgrade -y

How to update Kali Linux repository

To update Kali Linux repository first log in as root or user and start the terminal.
In the terminal, check the current list of apt repositories present on the system.

cat /etc/apt/sources.list
How to update kali linux repository

If there are no APT repositories, paste the code below to add them.

sudo tee -a /etc/apt/sources.list<<EOF
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
EOF

The command shown above will add standard and source repositories to /etc/apt/sources.list .
Confirm that they are added and Update the list of your packages:

sudo apt update
  • The Kali Rolling Repository
  • Kali sana (2.0) Repositories
  • Kali moto (1.0) Repositories
  • Kali Linux Repositories

The kali-rolling Repository

In contrast to kali-dev, kali-rolling is expected to be of better quality because it’s managed by a tool that ensures the installability of all the packages it contains. The tool picks updated packages from kali-dev and copies them to kali-rolling only when they have been verified to be installable.

if you still have any update error please check this post

how to update Kali Linux and Fix update error

You may also check this youtbe Video
how to update Kali Linux and fix kali sources.list Repositories

Have a great day hope I did help πŸ™‚
leave a comment and Follow me on Twitter

Filed Under: Kali Linux Tagged With: kali linux

Comments

  1. Unknown says

    January 4, 2016 at 8:42 pm

    Worked πŸ™‚ … Thanks a lot

    Reply
  2. Unknown says

    January 7, 2016 at 1:38 pm

    Thanks worked for me

    Reply
  3. Walid Salame says

    January 9, 2016 at 1:26 pm

    you are more then welcome

    Reply
  4. Walid Salame says

    January 9, 2016 at 1:29 pm

    Great πŸ™‚

    Reply
  5. anuj rathore says

    January 20, 2016 at 5:26 pm

    This comment has been removed by the author.

    Reply
  6. anuj rathore says

    January 20, 2016 at 5:27 pm

    Thanks, worked for me πŸ™‚

    Reply
  7. Unknown says

    January 21, 2016 at 7:20 pm

    Thanks <3

    Reply
  8. Walid Salame says

    January 22, 2016 at 10:48 pm

    great you are welcome πŸ™‚

    Reply
  9. Walid Salame says

    January 22, 2016 at 10:48 pm

    welcome mr unknown πŸ™‚

    Reply
  10. Unknown says

    January 26, 2016 at 4:27 pm

    it's still not working for me… please help…

    Reply
  11. Walid Salame says

    January 26, 2016 at 9:29 pm

    witch one you are using ? ?
    The Kali Rolling 2016
    Kali moto (1.0)
    Kali Linux 2.0
    and whatss the error you are geting

    Reply
  12. Unknown says

    January 27, 2016 at 5:33 am

    same problem of me…
    i'm using kali linux 1.1.0

    Reply
  13. Walid Salame says

    January 27, 2016 at 1:30 pm

    There is no more support for Kali linux 1.0
    you should upgrade to new Kali 2016

    anyway you may be able to update using this repo

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

    add it to sources.list

    Reply
  14. EZRA says

    January 28, 2016 at 1:04 am

    i do that on my new brand kali but have some fails that get erorre 404 file not found thats okay ?

    Reply
  15. EZRA says

    January 28, 2016 at 1:05 am

    forget to say i use kali rolling

    Reply
  16. Walid Salame says

    January 28, 2016 at 2:34 am

    if you can copy the error and post it here that would help …

    Reply
  17. Unknown says

    January 28, 2016 at 3:45 am

    hello, may I get some help from you?
    actually I'm newbie to use Kali Linux, in my condition I have installed Kali Linux 1.1.0..
    can I get some explanation about some different item between Repository Kali Sana (2.0) and Repository Kali Moto (1.0)..
    Thank you very much…

    Reply
  18. Walid Salame says

    January 28, 2016 at 9:40 am

    hi there , its not about different item its about the feed service
    plus new and updated tools won't be listed on old feed service
    so you wont get the latest tools and you should upgrade to kali rolling 2016.1

    and you are welcome πŸ™‚

    Reply
  19. Unknown says

    January 29, 2016 at 5:38 am

    Sir..
    I have a 1 situation when I try install php5-cgi is failed..

    'The following packages have unmet dependencies :
    Php5-cgi : Depends : php5-common (= 5.4.36-0+deb7u1) but 5.4.36-0+deb7u3 is to be installed
    E: Unable to correct problems, you have held broken packages.'

    May I have some explaination from you about my problem?

    Thank you very much..

    Reply
  20. Unknown says

    January 29, 2016 at 5:39 am

    Sir..
    I have a 1 situation when I try install php5-cgi is failed..

    'The following packages have unmet dependencies :
    Php5-cgi : Depends : php5-common (= 5.4.36-0+deb7u1) but 5.4.36-0+deb7u3 is to be installed
    E: Unable to correct problems, you have held broken packages.'

    May I have some explaination from you about my problem?

    Thank you very much..

    Reply
  21. Walid Salame says

    January 29, 2016 at 12:08 pm

    try this>>>

    1) apt-get update –fix-missing
    2) apt-get update && apt-get upgrade

    for better understanding read this post

    https://kalitut.com/how-to-update-kali-linux-and-fix-update.html

    Reply
  22. Unknown says

    February 7, 2016 at 9:44 pm

    Hi Walid.

    I was wondering if you could perhaps help me out? I have just recently received an old laptop and decided to install Kali Sana (2.0) onto it, however I could install various apps like Inkscape and other Debian based apps by using the command: apt-get install inkscape (or whatever I want to install). I even installed WINE and my Windows programs worked fine on it. I did upgrade to Kali Rolling (2016-1) the other day and everything worked fine except my sound drivers were missing. I decided to get the Kali Rolling ISO and installed it onto the laptop as a clean installation and everything is working 100% except: apt-get install (program name). I have tried to add the Repositories listed on the official Kali website to the sources list ( /etc/apt/sources.list ), but it still does not work. Any ideas how I can get it fixed? Or should I just install Kali Sana in VirtualBox and copy the sources.list info from there?

    Thank you in advance πŸ™‚

    Ashton Whitemonk

    Reply
  23. Unknown says

    February 8, 2016 at 6:25 am

    Hi Walid.

    It seems that it's all working now after I added the following repos

    deb http://http.kali.org/kali kali-rolling main contrib non-free
    # For source package access, uncomment the following line
    deb-src http://http.kali.org/kali kali-rolling main contrib non-free

    and typing in the following

    apt-get clean && apt-get update && apt-get upgrade -y

    Now I can finally use the apt-get install (program) command with no problems.

    Thank you for your post, and keep up the good work πŸ˜€

    Ashton Whitemonk

    Reply
  24. Walid Salame says

    February 8, 2016 at 11:31 am

    the sources.list file of Kali Sana is not like the one of kali rolling and it wont work that way …

    Reply
  25. Walid Salame says

    February 8, 2016 at 11:32 am

    okay that's great,
    i hope you will always find what you need in this blog πŸ™‚

    Reply
  26. Unknown says

    February 9, 2016 at 5:42 pm

    TOP MAN SUCESSFULLY UPDATES EVERYTHING FOR ME WITH KALI.2016 NOTHING ELSE WOULD WORK WOULDNT UPDATE PACKAGES ECT. This will be a big help for me now to use driver i need. πŸ˜‰ Thanks

    Reply
  27. Walid Salame says

    February 13, 2016 at 2:23 am

    you are more then welcome πŸ™‚ glad i did help πŸ™‚

    Reply
  28. Unknown says

    February 14, 2016 at 4:17 pm

    i'm using kali rolling…
    then i wanna use setoolkit
    after thet it show kali bleeding
    in my sources i have add a kali bleeding respositories
    and now i'm still dont know how to fix it….
    need help. . . .

    Reply
  29. Unknown says

    February 15, 2016 at 8:22 am

    I am using kali rolling 2016 after adding the source list i cant install any software or even update over LAN even after setting correct proxies …… how can i fix this??

    Iam getting this error message
    "Err:1 http://http.kali.org/kali kali-rolling InRelease
    Could not resolve 'http.kali.org'
    Reading package lists… Done
    W: Failed to fetch http://http.kali.org/kali/dists/kali-rolling/InRelease Could not resolve 'http.kali.org'
    W: Some index files failed to download. They have been ignored, or old ones used instead."

    Reply
  30. Walid Salame says

    February 15, 2016 at 4:16 pm

    i dont really get whats the error you are getting ?
    can you post it here ?

    Reply
  31. Walid Salame says

    February 15, 2016 at 4:19 pm

    make your source list look like this and try

    # For source package access, uncomment the following line
    deb-src http://http.kali.org/kali kali-rolling main contrib non-free
    deb http://http.kali.org/kali kali-rolling main contrib non-free

    let me know if it work ,

    Reply
  32. Unknown says

    February 17, 2016 at 6:17 am

    still not working but now getting a diffrent error message
    "Get:1 http://kali.mirror.garr.it/mirrors/kali kali-rolling InRelease [20.3 kB]
    Get:2 http://kali.mirror.garr.it/mirrors/kali kali-rolling/main Sources [10.0 MB]
    Get:3 http://kali.mirror.garr.it/mirrors/kali kali-rolling/contrib Sources [61.3 kB]
    Fetched 20.3 kB in 54s (374 B/s)
    Reading package lists… Done
    W: Failed to fetch http://http.kali.org/kali/dists/kali-rolling/InRelease Unable to find expected entry 'non-freee/source/Sources' in Release file (Wrong sources.list entry or malformed file)
    E: Some index files failed to download. They have been ignored, or old ones used instead."

    Reply
  33. Walid Salame says

    February 17, 2016 at 7:27 pm

    try this command ..
    apt-get clean && apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y

    and did you upgrade from kali 2.0 to kali 2016 or its a fresh install ?

    Reply
  34. Unknown says

    February 28, 2016 at 11:31 am

    Thanks a lot , finally it work for me

    Reply
  35. Walid Salame says

    February 28, 2016 at 1:26 pm

    you are more then welcome πŸ™‚

    Reply
  36. Unknown says

    March 19, 2016 at 3:19 pm

    Please help, my own Kali Linux Nethunter lollipop getting crash. Vnc server would not start, getting my phone restart. It started when I try add repositories to install another web browser. Because the default Iceweasel not running well (phone always restart too). What should I do??? What command should I use to edit /etc/apt/sources.list on my [email protected]… Thanks

    Reply
  37. Walid Salame says

    March 20, 2016 at 2:00 am

    hi there … try this command to edit sources.list
    leafpad /etc/apt/sources.list

    and i'm sorry if it dont work but the problem is i don't use Nethunter so i cant really help with it

    Reply
  38. Unknown says

    March 21, 2016 at 4:06 pm

    Big thanks buddy for this!

    Reply
  39. Unknown says

    March 22, 2016 at 12:31 am

    very good and very easy thank's

    Reply
  40. Walid Salame says

    March 24, 2016 at 3:48 am

    You are welcome

    Reply
  41. Walid Salame says

    March 24, 2016 at 3:49 am

    Glad to hear that πŸ™‚

    Reply
  42. HackerXTiGer says

    April 2, 2016 at 8:47 pm

    BrO YOu help me :

    Reply
  43. Unknown says

    April 3, 2016 at 3:19 am

    i need help i install kali linux rolling but during the installation the mirror fail
    i tried to change repositories of kali using rolling but still i cant update and upgrade.
    always said that error "Err:1 http://ftp.free.fr/pub/kali kali-rolling InRelease
    NΓ£o foi possΓ­vel resolver 'ftp.free.fr'
    A ler as listas de pacotes… Pronto
    W: Failed to fetch http://http.kali.org/kali/dists/kali-rolling/InRelease NΓ£o foi possΓ­vel resolver 'ftp.free.fr'
    W: Falhou o download de alguns ficheiros de Γ­ndice. Foram ignorados ou os antigos foram usados em seu lugar.
    "
    can someone help me pls

    Reply
  44. Walid Salame says

    April 3, 2016 at 3:29 pm

    you should turn mirror off during the installation
    here is this video for the installation of kali linux
    https://www.youtube.com/watch?v=Fz0Ll9YWKrI

    Reply
  45. Unknown says

    April 5, 2016 at 1:16 am

    hi walid πŸ˜€
    I try all your suggestions , my isc-dhcp-server is now fix but my Hostapd,lighttpd and Php5-cgi is still "unable to locate Package"

    thnk you in advance

    Reply
  46. Walid Salame says

    April 5, 2016 at 4:31 am

    hi there … try this commend
    apt-get update –fix-missing

    and check this post
    https://kalitut.com/how-to-update-kali-linux-and-fix-update/

    Reply
  47. Unknown says

    April 5, 2016 at 2:56 am

    This comment has been removed by the author.

    Reply
  48. Unknown says

    April 5, 2016 at 2:57 am

    Aircrack-ng…..OK!
    Aireplay-ng…..OK!
    ./airmon…….OK!
    Airodump-ng…..OK!
    Awk………….OK!
    Curl…………OK!
    Dhcpd………..OK!
    Hostapd………Not installed
    Iwconfig……..OK!
    Lighttpd……..Not installed
    Macchanger……OK!
    Mdk3…………OK!
    Nmap…………OK!
    Php5-cgi……..Not installed
    Pyrit………..OK!
    Python……….OK!
    Unzip………..OK!
    Xterm………..OK!

    Reply
  49. Unknown says

    April 17, 2016 at 11:50 am

    Thanks so lot,i fix the problem with linux-headers kernel!I ask you if you have a guide or can you help me to try install Nvidia drivers,i try much time to install but anytime i have some probem and i reinstall kali.
    This is the configuration on my PC:
    [email protected]:~# uname -a
    Linux kali 4.4.0-kali1-amd64 #1 SMP Debian 4.4.6-1kali1 (2016-03-18) x86_64 GNU/Linux
    [email protected]:~# lsb_release -a
    No LSB modules are available.
    Distributor ID: Kali
    Description: Kali GNU/Linux Rolling
    Release: kali-rolling
    Codename: kali-rolling
    [email protected]:~# lspci |grep VGA
    00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
    Thanks so much and sorry for my bad english

    Reply
  50. Said Ramadhan says

    April 21, 2016 at 6:31 pm

    please help i am using kali 2.0 but i cant save the file in source.list and i cant adding anything it's say No open file system

    Reply
  51. Walid Salame says

    April 22, 2016 at 8:57 am

    hi said you have to be on root user
    or
    from terminal write the commend like this

    sudo leafpad /etc/apt/sources.list

    so yes just add sudo at the biggning

    Reply
  52. Unknown says

    April 29, 2016 at 7:07 pm

    So please I'm new to kali. I'm using the kali 1.1.0 and i don't want to update to kali sana. Because i have Mac Os theme as my interface and i still want to maintain that, but I'm afraid it will turn out to be different thing when i upgrade to sana so i feel pretty okay using the kali 1.1.0. Is there any way i can get my kali updated without upgrading to sana. Because i hate sana. And i don't like the interface of it.

    Reply
  53. Walid Salame says

    May 6, 2016 at 4:10 pm

    you can keep kali 1.1.0 but you will need to do the update by your self ..
    you need to download the files unpack and make and make install
    and 90% you will get error you have to deal with ,,,
    even kali sana wont receive updates for long time , we are on Kali Linux 2016 now which is the newest

    Reply
  54. Unknown says

    May 12, 2016 at 6:12 am

    Hello, first of all, thanks for this tutorial. I have a problem and I hope you will help me to solve it.

    So, I downloaded kali linux 2016.1 on the official website, and I installed it on VMware Workstation. After that, I wanted to install vmware tools with this command : apt-get update
    apt-get install open-vm-tools-desktop fuse
    reboot
    But it didn't work. So I saw you tutorial and I added repositories in the file.
    After, I entered this command : apt-get clean && apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y.
    30mn after, the upgrade finished and I was able to install vmware tools with the previous command.
    Here it is my problem. Now I'm updated and Maltego disappeared !! I can see Maltego when I'm writing this command : dpkg -l but when I search it, I have : "no found".
    Can you help me ? Thanks a lot and sorry for my english, I'm french.

    Reply
  55. kaktegar says

    May 17, 2016 at 6:00 pm

    work, thanks you are my hero
    but if i start for example (wine idm.exe)
    i have messeges : wine: bad exe
    help me please

    Reply
  56. Walid Salame says

    May 18, 2016 at 6:56 pm

    its wired what happen with you … i don't know if i could help without log file !
    i need to know why it disappeared and that's what you want too …
    first sorry for taking too long to reply … now do you still have this problem and if you fix it what did you do to fix it ?
    your english is good

    Reply
  57. Walid Salame says

    May 18, 2016 at 6:58 pm

    the erorr is with wine not with your sources.list Repositories anymore
    so you need to check a tutorial for how to use wine … i will try to make one soon

    Reply
  58. Unknown says

    May 20, 2016 at 7:33 pm

    please bro help me. I install Kali Linux Rolling amd64. after finish installation I try update and upgrade but the message in my terminal "apt-get clean && apt-get update && apt-get upgrade -y
    Reading package lists… Done
    Reading package lists… Done
    Building dependency tree
    Reading state information… Done
    Calculating upgrade… Done
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded."
    Please help me fix the problem bro. I was change repository before. Thanks

    Reply
  59. Walid Salame says

    May 22, 2016 at 4:11 am

    did you check your sources.list Repositories ?

    Reply
  60. Unknown says

    June 3, 2016 at 8:05 pm

    this is so helpfull.. thank a lot bro πŸ˜€

    Reply
  61. Unknown says

    June 17, 2016 at 10:24 am

    Thanks man you really helped me with this, gratitude…

    Reply
  62. Nidauljannah says

    June 26, 2016 at 8:13 pm

    Bereh3 i achehness
    Thank a lot

    Reply
  63. Unknown says

    June 29, 2016 at 8:40 pm

    awesome thanx!

    Reply
  64. Walid Salame says

    June 29, 2016 at 9:33 pm

    welcome πŸ™‚

    Reply
  65. Unknown says

    July 6, 2016 at 4:17 am

    bro it worked for me but while installing i again get problem that
    E:there are problem and y- was used without –force-y
    (and)
    W:gpg error

    Reply
  66. Unknown says

    July 7, 2016 at 9:05 pm

    k to hai hero mera. worked !!! So glad it did finally!!

    Reply
  67. Anonymous says

    July 9, 2016 at 10:15 am

    Thanks @Walid Salame For Helping Newbie Kali Linux User. It's Awesome Post and Helpful.

    Reply
  68. Walid Salame says

    July 9, 2016 at 11:21 am

    you are welcome πŸ™‚

    Reply
  69. Walid Salame says

    July 9, 2016 at 11:22 am

    thats great , welcome to kali linux world πŸ˜‰

    Reply
  70. Blog Author says

    July 11, 2016 at 1:50 pm

    THanks a ton. At last it sorted out my problems.

    Reply
  71. Walid Salame says

    July 11, 2016 at 2:56 pm

    That's great

    Reply
  72. K.Quinn says

    July 12, 2016 at 2:52 am

    Im runing an older version of kali 1.0.7 and want to upgrade using root, too kali 2016. how do I? since the machine screen saver comes on.

    Reply
  73. K.Quinn says

    July 12, 2016 at 2:52 am

    Im runing an older version of kali 1.0.7 and want to upgrade using root, too kali 2016. how do I? since the machine screen saver comes on.

    Reply
  74. Unknown says

    July 22, 2016 at 12:40 am

    Thank you!

    Reply
  75. Walid Salame says

    July 22, 2016 at 5:22 am

    you are welcome πŸ™‚

    Reply
  76. Walid Salame says

    July 22, 2016 at 5:24 am

    Check this post on how to upgrade to 2016
    Kali Linux 2016

    Reply
  77. Unknown says

    September 12, 2016 at 8:38 am

    After install kali linux i did the following steps update, upgrade and dist-upgrade after that i try to install additional tools i am getting error E: unable to locate the preload. when i open the source.list it is empty file nothing on it. wt is the solution to fix the problem. thanks

    Reply
  78. Unknown says

    September 14, 2016 at 12:59 pm

    bro its not working for me i am using the latest one kali 2016.2 please help me

    Reply
  79. Walid Salame says

    September 16, 2016 at 12:18 pm

    let's start with fixing your source.list file
    just do as you see on this post and update your repository sources.list

    Reply
  80. Unknown says

    September 16, 2016 at 8:10 pm

    thx

    Reply
  81. Unknown says

    September 18, 2016 at 8:52 am

    thz

    Reply
  82. hornet says

    September 24, 2016 at 9:29 pm

    [email protected]:~# apt-get clean && apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y
    W: Unable to read /etc/apt/apt.conf.d/ – DirectoryExists (2: No such file or directory)
    Reading package lists… Done
    W: Unable to read /etc/apt/apt.conf.d/ – DirectoryExists (2: No such file or directory)
    W: Unable to read /etc/apt/sources.list.d/ – DirectoryExists (2: No such file or directory)
    W: Unable to read /etc/apt/sources.list – RealFileExists (2: No such file or directory)
    Reading package lists… Done
    Building dependency tree
    Reading state information… Done
    Calculating upgrade… Done
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    W: Unable to read /etc/apt/apt.conf.d/ – DirectoryExists (2: No such file or directory)
    W: Unable to read /etc/apt/sources.list.d/ – DirectoryExists (2: No such file or directory)
    W: Unable to read /etc/apt/sources.list – RealFileExists (2: No such file or directory)
    W: Unable to read /etc/apt/preferences.d/ – DirectoryExists (2: No such file or directory)
    Reading package lists… Done
    Building dependency tree
    Reading state information… Done
    Calculating upgrade… Done
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    W: Unable to read /etc/apt/apt.conf.d/ – DirectoryExists (2: No such file or directory)
    W: Unable to read /etc/apt/sources.list.d/ – DirectoryExists (2: No such file or directory)
    W: Unable to read /etc/apt/sources.list – RealFileExists (2: No such file or directory)
    W: Unable to read /etc/apt/preferences.d/ – DirectoryExists (2: No such file or directory)

    Reply
  83. hornet says

    September 24, 2016 at 9:30 pm

    please salve to me this problems

    Reply
  84. miracle says

    September 29, 2016 at 4:29 pm

    pls i am having this comment at the end o0f my update..pls what can i do or should i do.W: Failed to fetch http://security.kali.org/kali-security/dists/sana/updates/main/source/Sources 404 Not Found

    W: Failed to fetch http://security.kali.org/kali-security/dists/sana/updates/contrib/source/Sources 404 Not Found

    W: Failed to fetch http://security.kali.org/kali-security/dists/sana/updates/non-free/source/Sources 404 Not Found

    W: Failed to fetch http://security.kali.org/kali-security/dists/sana/updates/main/binary-amd64/Packages 404 Not Found

    W: Failed to fetch http://security.kali.org/kali-security/dists/sana/updates/contrib/binary-amd64/Packages 404 Not Found

    W: Failed to fetch http://security.kali.org/kali-security/dists/sana/updates/non-free/binary-amd64/Packages 404 Not Found

    E: Some index files failed to download. They have been ignored, or old ones used instead.

    Reply
  85. Walid Salame says

    September 30, 2016 at 11:32 am

    you still use kali linux 2 ?

    Reply
  86. Walid Salame says

    September 30, 2016 at 11:34 am

    are you using kali linux 2016.2 ?

    Reply
  87. Unknown says

    October 7, 2016 at 10:24 am

    This comment has been removed by the author.

    Reply
  88. Unknown says

    October 7, 2016 at 10:36 am

    this is what i got after updating the linux,

    sudo apt-get install y linux headers$(uname -r)

    Reading package lists… Done Building dependency tree Reading state information… Done
    E: Unable to locate package linux-headers-4.6.0-kali1-amd64
    E: Couldn't find any package by glob 'linux-headers-4.6.0-kali1-amd64'
    E: Couldn't find any package by regex 'linux-headers-4.6.0-kali1-amd64'

    i tried to install the linux headers since without it i hv been told by vmware can't intall it's tools properly, please helpο»Ώ

    my email. [email protected] or u can also contact me on icq (uin) 704555350ο»Ώ
    ;((

    Reply
  89. Unknown says

    October 7, 2016 at 2:03 pm

    Thanks a lot. it saved me from being dumper..

    Reply
  90. Unknown says

    October 7, 2016 at 5:56 pm

    Hi @Walid, i am still having issues, even after following all your directions, i am having the error,
    Err:1 http://http.kali.org/kali kali-rolling InRelease
    Could not connect to http.kali.org:80 (192.99.200.113). – connect (111: Connection refused)

    MY sources.list file currently looks like:
    deb-src http://http.kali.org/kali kali-rolling main contrib non-free
    deb http://http.kali.org/kali kali-rolling main contrib non-free
    Reading package lists…. Done
    W; Failed to fetch http://http.kali.org/kali/dists/kali-rolling/InRelease Could not connect to http.kali.org:80 (192.99.200.113). – connect (11: Connection refused)
    W: Some index files failed to download. They have been ignored, or old ones used instead.

    Please help i really need it to work, note i have followed every single step that you mentioned in the previous posts. Thanks

    Reply
  91. Unknown says

    October 8, 2016 at 1:24 am

    slow update,how to fix this ?

    Reply
  92. Walid Salame says

    October 8, 2016 at 7:22 am

    how fast is your internet speed and whats the speed you are getting while updating ?

    Reply
  93. Walid Salame says

    October 8, 2016 at 7:25 am

    try to reboot and update

    Reply
  94. Walid Salame says

    October 8, 2016 at 7:25 am

    you are more then welcome πŸ™‚

    Reply
  95. Walid Salame says

    October 8, 2016 at 7:26 am

    did you update your sources.list Repositories ?

    Reply
  96. Unknown says

    October 9, 2016 at 3:25 pm

    thanks, seems fine now

    Reply
  97. Unknown says

    October 12, 2016 at 9:41 am

    hi i cannot seem to do an update in kali (nethunter)Kali GNU/Linux Rolling n l

    i keep getting this error:

    [email protected]:~# apt-get update
    Err:1 http://http.kali.org/kali kali-rolling InRelease
    Temporary failure resolving 'http.kali.org'
    Reading package lists… Done
    W: Failed to fetch http://http.kali.org/kali/dists/kali-rolling/InRelease Temporary failure resolving 'http.kali.org'
    W: Some index files failed to download. They have been ignored, or old ones used instead.

    My internet works fine, my DNS is set to google DNS 8.8.8.8 and my GPG keyring is up to date.

    [email protected]:~# kali-archive-keyring is already the newest version (2015.2).

    this is my source.list:

    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

    my kali info:

    Linux kali 3.4.105-g766de8b #1 SMP PREEMPT Sun May 29 13:33:54 PDT 2016 armv7l GNU/Linux

    Distributor ID: Kali
    Description: Kali GNU/Linux Rolling
    Release: kali-rolling
    Codename: kali-rolling

    Reply
  98. Walid Salame says

    October 12, 2016 at 6:27 pm

    i don't really prove any support for kali nethunter as i don't use it my self …

    Reply
  99. Unknown says

    November 10, 2016 at 8:49 pm

    Hi,
    I wanted to install mingw but Kali was unable to find the packages. So I did just like you said, install mingw and then reboot : now I can no longer run it in the graphical mode, its completely broke.. Can you help me whit that please ?
    Sorry for my English, I'm French..
    Thanks

    Reply
  100. Walid Salame says

    November 11, 2016 at 12:07 am

    whats The version of Kali Linux are you using ?
    did you used the right Repositories for your version ?
    and how did you get to install mingw i mean whats the command you used to do that ?

    Reply
  101. Unknown says

    November 11, 2016 at 8:03 pm

    Hi,

    Thank you very much! I was stuck and now it's downloading packages.

    Good Job!!!

    Reply
  102. Walid Salame says

    November 11, 2016 at 8:05 pm

    Great πŸ™‚

    Reply
  103. o-b says

    November 13, 2016 at 9:47 am

    hello i have a problem in installing kali linux while i was installing it a problem in

    Detect network hardware "Some of your hardware needs non-free firmware files to operate.The firmware can be loaded from removable media,….etc

    The missing firmware files is are: b43/ucode15.fw b43/ucode15.fw b43-open/ucode15.fw b43-open/ucode15.fw"

    i managed to install kali linux if i went to terminal and tybe "apt-get update"

    then this appears
    "
    Err:40 http://security.kali.org/kali-security kali/updates/main Sources
    404 Not Found
    Ign:59 http://http.kali.org/kali kali/non-free Translation-en_US
    Ign:42 http://security.kali.org/kali-security kali/updates/contrib Sources
    Ign:61 http://http.kali.org/kali kali/non-free Translation-en
    Ign:44 http://security.kali.org/kali-security kali/updates/non-free Sources
    Ign:46 http://security.kali.org/kali-security kali/updates/main i386 Packages
    Ign:50 http://security.kali.org/kali-security kali/updates/main all Packages
    Ign:51 http://security.kali.org/kali-security kali/updates/main Translation-en_US
    Ign:52 http://security.kali.org/kali-security kali/updates/main Translation-en
    Ign:54 http://security.kali.org/kali-security kali/updates/contrib i386 Packages
    Ign:56 http://security.kali.org/kali-security kali/updates/contrib all Packages
    Ign:58 http://security.kali.org/kali-security kali/updates/contrib Translation-en_US
    Ign:60 http://security.kali.org/kali-security kali/updates/contrib Translation-en
    Fetched 14.5 MB in 51s (284 kB/s)
    Reading package lists… Done
    W: The repository 'http://security.kali.org/kali-security sana/updates Release' does not have a Release file.
    N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
    N: See apt-secure(8) manpage for repository creation and user configuration details.
    W: The repository 'http://security.kali.org/kali-security kali/updates Release' does not have a Release file.
    N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
    N: See apt-secure(8) manpage for repository creation and user configuration details.
    W: The repository 'http://http.kali.org/kali sana Release' does not have a Release file.
    N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
    N: See apt-secure(8) manpage for repository creation and user configuration details.
    W: The repository 'http://http.kali.org/kali kali Release' does not have a Release file.
    N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
    N: See apt-secure(8) manpage for repository creation and user configuration details.
    E: Failed to fetch http://security.kali.org/kali-security/dists/sana/updates/main/source/Sources 404 Not Found
    E: Failed to fetch http://security.kali.org/kali-security/dists/kali/updates/main/source/Sources 404 Not Found
    E: Failed to fetch http://http.kali.org/kali/dists/sana/main/source/Sources 404 Not Found
    E: Failed to fetch http://http.kali.org/kali/dists/kali/main/source/Sources 404 Not Found
    E: Some index files failed to download. They have been ignored, or old ones used instead."

    Reply
  104. o-b says

    November 13, 2016 at 9:47 am

    ..

    Reply
  105. Walid Salame says

    November 13, 2016 at 9:50 am

    how you are trying to install it in VMware /virtualbox ?

    Reply
  106. Walid Salame says

    November 14, 2016 at 11:22 am

    when you get to this step click on no then continue

    A network mirror can be used to supplement the software that is included on the CD-Rom. This may also make newer versions of sofrware available.

    Use a network mirror ?

    No

    How to Install Kali Linux 2016

    Reply
  107. Unknown says

    November 14, 2016 at 11:16 am

    No in PC
    kali is the only operating system

    Reply
  108. Unknown says

    November 14, 2016 at 11:16 am

    I'm the same guy o-b

    Reply
  109. Unknown says

    November 15, 2016 at 10:19 pm

    Hi Walid thanks for your tutorial. I was hoping it will solve my issue but i still keep getting the same error when i try to run the "make" command on kali linux rolling

    make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.6.0-kali1-amd64/build M=/rtl8192eu-linux-driver modules
    make[1]: *** /lib/modules/4.6.0-kali1-amd64/build: No such file or directory. Stop.
    Makefile:1335: recipe for target 'modules' failed
    make: *** [modules] Error 2

    Reply
  110. Walid Salame says

    November 15, 2016 at 10:24 pm

    Try to install Linux headers then try to install the Drivers … to install Linux headers use this Command:
    apt-get install linux-headers-$(uname -r)

    Reply
  111. Unknown says

    November 16, 2016 at 9:58 am

    Hi Walid thanks for your response, when i do that i get this

    [email protected]:~# apt-get install linux-headers-$(uname -r)
    Reading package lists… Done
    Building dependency tree
    Reading state information… Done
    E: Unable to locate package linux-headers-4.6.0-kali1-amd64
    E: Couldn't find any package by glob 'linux-headers-4.6.0-kali1-amd64'
    E: Couldn't find any package by regex 'linux-headers-4.6.0-kali1-amd64'

    Reply
  112. Walid Salame says

    November 16, 2016 at 10:01 am

    which version of kali linux are you using ?
    and can you show me your /etc/apt/sources.list

    Reply
  113. Unknown says

    November 16, 2016 at 11:19 am

    Hi Walid, I am using Kali linux Rolling.

    can you show me your /etc/apt/sources.list: heres what i get;

    [email protected]:~# nano /etc/apt/sources.list

    #

    # deb cdrom:[Debian GNU/Linux 2016.1 _Kali-rolling_ – Official Snapshot amd64 L$

    #deb cdrom:[Debian GNU/Linux 2016.1 _Kali-rolling_ – Official Snapshot amd64 LI$

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

    Reply
  114. Walid Salame says

    November 16, 2016 at 11:23 am

    ok change your file to look like this :

    deb http://http.kali.org/kali kali-rolling main contrib non-free
    # For source package access, uncomment the following line
    deb-src http://http.kali.org/kali kali-rolling main contrib non-free

    and in the past did you turn off your computer while it was updating ?

    Reply
  115. Unknown says

    November 16, 2016 at 11:33 am

    oh ok so i delete everything currently in the sources list and change it to:

    deb http://http.kali.org/kali kali-rolling main contrib non-free
    # For source package access, uncomment the following line
    deb-src http://http.kali.org/kali kali-rolling main contrib non-free

    and no I have not but the connection to the internet goes off sometimes and i also try to pause the updates with "cmd+z"

    Reply
  116. Walid Salame says

    November 16, 2016 at 11:37 am

    here's type those Commands
    1) apt-get update –fix-missing
    2) apt-get clean && apt-get update && apt-get dist-upgrade

    then try to install headers by this Command
    apt-get install linux-headers-$(uname -r)

    Reply
  117. Walid Salame says

    November 16, 2016 at 1:29 pm

    did that work for you ?

    Reply
  118. Unknown says

    November 16, 2016 at 1:46 pm

    Hi Walid thanks for checking in. I have not been able to check it yet. Once i do i'd get back to you.

    Reply
  119. Unknown says

    November 16, 2016 at 10:26 pm

    Hi Walid after doing the second step, i get asked
    Do i want to continue? Y/n ?

    should i choose Y?

    Reply
  120. Walid Salame says

    November 16, 2016 at 10:27 pm

    Yes choose Y and if ask more choose Y

    Reply
  121. Unknown says

    November 17, 2016 at 10:44 am

    Hi Walid I followed all the steps rebooted and then tried to install the driver again and i get this

    [email protected]:~# cd Desktop
    [email protected]:~/Desktop# ls
    compat-wireless-2010-06-26-p TL-WN823N update
    compat-wireless-2010-06-26-p.tar.bz2 TL-WN823N(EU)_V2_160315_Linux.zip
    [email protected]:~/Desktop# cd TL-WN823N
    [email protected]:~/Desktop/TL-WN823N# ls
    Driver Installation for linux driver_RTL.pdf
    [email protected]:~/Desktop/TL-WN823N# cd Driver
    [email protected]:~/Desktop/TL-WN823N/Driver# ls
    bin core ifcfg-wlan0 Kconfig os_dep runwpa wpa_0_8.conf
    clean hal include Makefile platform wlan0dhcp
    [email protected]:~/Desktop/TL-WN823N/Driver# sudo make
    "******************************************"
    "NO SKRC,we will use default KSRC"
    "******************************************"
    make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.8.0-kali1-amd64/build M=/root/Desktop/TL-WN823N/Driver modules
    make[1]: Entering directory '/usr/src/linux-headers-4.8.0-kali1-amd64'
    "******************************************"
    "NO SKRC,we will use default KSRC"
    "******************************************"
    CC [M] /root/Desktop/TL-WN823N/Driver/core/rtw_cmd.o
    In file included from /root/Desktop/TL-WN823N/Driver/include/drv_types.h:95:0,
    from /root/Desktop/TL-WN823N/Driver/core/rtw_cmd.c:22:
    /root/Desktop/TL-WN823N/Driver/include/hal_com.h:413:13: error: β€˜file_path’ redeclared as different kind of symbol
    extern char file_path[PATH_LENGTH_MAX];
    ^
    In file included from /usr/src/linux-headers-4.8.0-kali1-common/include/linux/seq_file.h:10:0,
    from /usr/src/linux-headers-4.8.0-kali1-common/include/linux/pinctrl/consumer.h:17,
    from /usr/src/linux-headers-4.8.0-kali1-common/include/linux/pinctrl/devinfo.h:21,
    from /usr/src/linux-headers-4.8.0-kali1-common/include/linux/device.h:24,
    from /usr/src/linux-headers-4.8.0-kali1-common/include/linux/dmaengine.h:20,
    from /usr/src/linux-headers-4.8.0-kali1-common/include/linux/netdevice.h:38,
    from /root/Desktop/TL-WN823N/Driver/include/osdep_service_linux.h:35,
    from /root/Desktop/TL-WN823N/Driver/include/osdep_service.h:41,
    from /root/Desktop/TL-WN823N/Driver/include/drv_types.h:32,
    from /root/Desktop/TL-WN823N/Driver/core/rtw_cmd.c:22:
    /usr/src/linux-headers-4.8.0-kali1-common/include/linux/fs.h:2707:14: note: previous declaration of β€˜file_path’ was here
    extern char *file_path(struct file *, char *, int);
    ^
    In file included from /root/Desktop/TL-

    Reply
  122. Unknown says

    November 17, 2016 at 10:44 am

    WN823N/Driver/include/drv_types.h:65:0,
    from /root/Desktop/TL-WN823N/Driver/core/rtw_cmd.c:22:
    /root/Desktop/TL-WN823N/Driver/core/rtw_cmd.c: In function β€˜btinfo_evt_dump’:
    /root/Desktop/TL-WN823N/Driver/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
    #define _seqdump seq_printf
    ^
    /root/Desktop/TL-WN823N/Driver/include/rtw_debug.h:242:7: note: in expansion of macro β€˜_seqdump’
    if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/;
    ^
    /root/Desktop/TL-WN823N/Driver/core/rtw_cmd.c:3293:2: note: in expansion of macro β€˜DBG_871X_SEL_NL’
    DBG_871X_SEL_NL(sel, "cid:0x%02x, len:%un", info->cid, info->len);
    ^
    /root/Desktop/TL-WN823N/Driver/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
    #define _seqdump seq_printf
    ^
    /root/Desktop/TL-WN823N/Driver/include/rtw_debug.h:242:7: note: in expansion of macro β€˜_seqdump’
    if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/;
    ^
    /root/Desktop/TL-WN823N/Driver/core/rtw_cmd.c:3296:3: note: in expansion of macro β€˜DBG_871X_SEL_NL’
    DBG_871X_SEL_NL(sel, "byte2:%s%s%s%s%s%s%s%sn"
    ^
    /root/Desktop/TL-WN823N/Driver/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
    #define _seqdump seq_printf
    ^
    /root/Desktop/TL-WN823N/Driver/include/rtw_debug.h:242:7: note: in expansion of macro β€˜_seqdump’
    if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/;
    ^
    /root/Desktop/TL-WN823N/Driver/core/rtw_cmd.c:3308:3: note: in expansion of macro β€˜DBG_871X_SEL_NL’
    DBG_871X_SEL_NL(sel, "retry_cnt:%un", info->retry_cnt);
    ^
    /root/Desktop/TL-WN823N/Driver/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
    #define _seqdump seq_printf
    ^
    /root/Desktop/TL-WN823N/Driver/include/rtw_debug.h:242:7: note: in expansion of macro β€˜_seqdump’
    if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/;
    ^
    /root/Desktop/TL-WN823N/Driver/core/rtw_cmd.c:3311:3: note: in expansion of macro β€˜DBG_871X_SEL_NL’
    DBG_871X_SEL_NL(sel, "rssi:%un", info->rssi);
    ^
    /root/Desktop/TL-WN823N/Driver/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
    #define _seqdump seq_printf
    ^
    /root/Desktop/TL-WN823N/Driver/include/rtw_debug.h:242:7: note: in expansion of macro β€˜_seqdump’
    if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; ^
    /root/Desktop/TL-WN823N/Driver/core/rtw_cmd.c:3314:3: note: in expansion of macro β€˜DBG_871X_SEL_NL’
    DBG_871X_SEL_NL(sel, "byte5:%s%sn"
    ^
    /usr/src/linux-headers-4.8.0-kali1-common/scripts/Makefile.build:294: recipe for target '/root/Desktop/TL-WN823N/Driver/core/rtw_cmd.o' failed
    make[4]: *** [/root/Desktop/TL-WN823N/Driver/core/rtw_cmd.o] Error 1
    /usr/src/linux-headers-4.8.0-kali1-common/Makefile:1488: recipe for target '_module_/root/Desktop/TL-WN823N/Driver' failed
    make[3]: *** [_module_/root/Desktop/TL-WN823N/Driver] Error 2
    Makefile:150: recipe for target 'sub-make' failed
    make[2]: *** [sub-make] Error 2
    Makefile:8: recipe for target 'all' failed
    make[1]: *** [all] Error 2
    make[1]: Leaving directory '/usr/src/linux-headers-4.8.0-kali1-amd64'
    Makefile:1696: recipe for target 'modules' failed
    make: *** [modules] Error 2
    [email protected]:~/Desktop/TL-WN823N/Driver# sudo make install
    "******************************************"
    "NO SKRC,we will use default KSRC"
    "******************************************"
    install -p -m 644 8192eu.ko /lib/modules/4.8.0-kali1-amd64/kernel/drivers/net/wireless/
    install: cannot stat '8192eu.ko': No such file or directory
    Makefile:1702: recipe for target 'install' failed
    make: *** [install] Error 1
    [email protected]:~/Desktop/TL-WN823N/Driver#

    Reply
  123. Walid Salame says

    November 17, 2016 at 10:54 am

    is this the adapter TL-WN823N you are trying to install driver for ?
    im not sure i can help in here but i will try

    Reply
  124. Unknown says

    November 17, 2016 at 12:01 pm

    Yeah it is. Any help would be accepted ;((

    Reply
  125. Unknown says

    November 18, 2016 at 1:58 pm

    Hows it going Walid, any options yet?

    Reply
  126. Walid Salame says

    November 18, 2016 at 2:02 pm

    i'm trying to find a working Drivers for this adapter
    many of those who get it to work can't get monitor mode working on it

    Reply
  127. Unknown says

    November 19, 2016 at 10:22 am

    thanks man, you're a life saver

    Reply
  128. Unknown says

    December 2, 2016 at 11:18 am

    apt-get clean && apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y
    Err http://repo.kali.org kali-rolling InRelease

    Err http://repo.kali.org kali-rolling Release.gpg
    Could not resolve 'repo.kali.org'
    Segmentation fault
    Reading package lists… Done
    W: Failed to fetch http://repo.kali.org/kali/dists/kali-rolling/InRelease

    W: Failed to fetch http://repo.kali.org/kali/dists/kali-rolling/Release.gpg Could not resolve 'repo.kali.org'

    W: Some index files failed to download. They have been ignored, or old ones used instead.
    Reading package lists… Done
    Building dependency tree
    Reading state information… Done
    Calculating upgrade… Done
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    Reading package lists… Done
    Building dependency tree
    Reading state information… Done
    Calculating upgrade… Done
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    [email protected]:/home/astra#
    help me bro

    Reply
  129. Unknown says

    December 2, 2016 at 11:19 am

    same with me help me

    Reply
  130. Unknown says

    December 2, 2016 at 11:19 am

    walid please help me

    Reply
  131. Walid Salame says

    December 2, 2016 at 11:21 am

    you are not using the one i give here … change your file to

    # For source package access, uncomment the following line
    # deb-src http://http.kali.org/kali kali-rolling main contrib non-free
    deb-src http://http.kali.org/kali kali-rolling main contrib non-free
    deb http://http.kali.org/kali kali-rolling main contrib non-free

    Reply
  132. Unknown says

    January 3, 2017 at 3:49 pm

    hello i tried to install wine and winusb32 in kali rolling but i get the same massege every time

    [email protected]:/home/kali/Downloads# apt-get install wine
    Reading package lists… Done
    Building dependency tree
    Reading state information… Done
    wine is already the newest version (1.8.5-1).
    You might want to run 'apt-get -f install' to correct these:
    The following packages have unmet dependencies:
    google-chrome-stable : Depends: libappindicator1 but it is not going to be installed
    E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    [email protected]:/home/kali/Downloads# wine
    it looks like wine32 is missing, you should install it.
    as root, please execute "apt-get install wine32"
    Usage: wine PROGRAM [ARGUMENTS…] Run the specified program
    wine –help Display this help and exit
    wine –version Output version information and exit
    [email protected]:/home/kali/Downloads# wine –version
    it looks like wine32 is missing, you should install it.
    as root, please execute "apt-get install wine32"
    wine-1.8.5 (Debian 1.8.5-1)
    [email protected]:/home/kali/Downloads#

    i used the repo u just posted for Walid, but it did not help, can u plz help me ?

    Reply
  133. Unknown says

    February 1, 2017 at 8:48 pm

    it doesn't working with kali moto 1

    Reply
  134. Emrullah ERYILMAZ says

    February 1, 2017 at 8:48 pm

    thanks a lot bro it is working i love you (k)

    Reply
  135. Unknown says

    April 1, 2017 at 8:02 pm

    thanks a lot bro

    Reply
  136. Unknown says

    April 29, 2017 at 7:28 pm

    I know this is old but if you are using Kali Rolling this is what the latest update put into the source list. It's the only entry.

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

    Reply
  137. Unknown says

    May 2, 2017 at 6:43 pm

    Hello Sir I did what you said but it took long time and after the reboot its not accepting my password ….. please help…!

    Reply
  138. unfriend rabi says

    May 31, 2017 at 8:28 pm

    im using kali linux 2016
    and i can't install any software even software center and synaptic. also
    while trying to install it shows error like it:-
    [email protected]:~# sudo apt-get install software-center
    Reading package lists… Done
    Building dependency tree
    Reading state information… Done
    Package software-center is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source

    E: Package 'software-center' has no installation candidate
    [email protected]:~#

    Reply
  139. Unknown says

    June 19, 2017 at 8:07 pm

    Not working too
    The repository doesn't have release file
    using 2017 version
    deb http://repo.kali.org/kali kali-rolling main non-free contrib

    Reply
  140. Walid Salame says

    June 19, 2017 at 8:09 pm

    im using this repository to update and install what every i need , never had any problem with it yet

    Reply
  141. Amaar says

    September 7, 2017 at 9:20 pm

    Hi!
    Sir I'm trying to install thefatrat tool but I always get an error it says mingw-w64 not found how do I solve this error plz help me.

    Reply
  142. Amaar says

    September 7, 2017 at 9:20 pm

    Hi!
    Sir I'm trying to install thefatrat tool but I get an error it say mingw-w64 not found how do I install mingw-w64 plz help

    Reply
  143. Unknown says

    September 7, 2017 at 9:20 pm

    apt-get install aptitude
    not work
    please help me……..

    Reply
  144. Unknown says

    September 7, 2017 at 9:20 pm

    I Love This site It Worked!!!!!!!!!!!!!!!!!!! Thank YOU !!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Reply
  145. Walid Salame says

    September 7, 2017 at 9:21 pm

    my Pleasure

    Reply
  146. Walid Salame says

    September 7, 2017 at 9:21 pm

    for what you need it !!!

    Reply
  147. Unknown says

    November 30, 2017 at 7:27 pm

    thanks

    Reply
  148. Unknown says

    February 24, 2018 at 11:58 am

    403 forbidden 2017.3 version

    Reply
  149. Unknown says

    February 24, 2018 at 11:58 am

    not working 403 forbidden 2017.3

    Reply
  150. Unknown says

    February 24, 2018 at 11:58 am

    not working 403 forbidden 2017.3

    Reply
  151. Unknown says

    February 24, 2018 at 11:58 am

    not working 403 forbidden 2017.3

    Reply
  152. Unknown says

    February 24, 2018 at 12:06 pm

    Wondered could I get some help with this.

    Not working for me.

    Error I get is :
    apt-get clean && apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y
    Get:1 http://ftp.hands.com/kali kali-rolling InRelease [30.5 kB]
    Err:1 http://ftp.hands.com/kali kali-rolling InRelease
    The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository
    Reading package lists… Done
    W: GPG error: http://ftp.hands.com/kali kali-rolling InRelease: The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository
    E: The repository 'http://http.kali.org/kali kali-rolling InRelease' is not signed.
    N: Updating from such a repository can't be done securely, and is therefore disabled by default.
    N: See apt-secure(8) manpage for repository creation and user configuration details.

    My sources.list looks like:
    source package access, uncomment the following line
    # deb-src http://http.kali.org/kali kali-rolling main contrib non-free
    deb-src http://http.kali.org/kali kali-rolling main contrib non-free
    deb http://http.kali.org/kali kali-rolling main contrib non-free

    Version of kali:
    uname -a
    Linux kali 4.13.0-kali1-amd64 #1 SMP Debian 4.13.10-1kali2 (2017-11-08) x86_64 GNU/Linux

    Reply
  153. Unknown says

    March 5, 2018 at 10:15 am

    solved this signature problem. You need to be sudo to do that…

    wget -q -O – https://archive.kali.org/archive-key.asc | apt-key add

    well, thats it

    Reply
  154. Unknown says

    April 2, 2018 at 6:57 pm

    please am confused dnt know what to do its still giving me this same error

    [email protected]:~# apt-get update
    Hit:1 http://deb.leap.se/client release InRelease
    Err:1 http://deb.leap.se/client release InRelease
    The following signatures were invalid: EXPKEYSIG 1E34A1828E207901 LEAP archive signing key
    Ign:3 http://dl.google.com/linux/chrome/deb stable InRelease
    Hit:2 http://kali.mirror.garr.it/mirrors/kali kali-rolling InRelease
    Hit:4 http://dl.google.com/linux/chrome/deb stable Release
    Reading package lists… Done
    W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://deb.leap.se/client release InRelease: The following signatures were invalid: EXPKEYSIG 1E34A1828E207901 LEAP archive signing key
    W: Failed to fetch http://deb.leap.se/client/dists/release/InRelease The following signatures were invalid: EXPKEYSIG 1E34A1828E207901 LEAP archive signing key
    W: Some index files failed to download. They have been ignored, or old ones used instead.

    Reply
  155. Unknown says

    April 2, 2018 at 6:58 pm

    also this error at the end

    Reading package lists… Done
    W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://deb.leap.se/client release InRelease: The following signatures were invalid: EXPKEYSIG 1E34A1828E207901 LEAP archive signing key
    W: Failed to fetch http://deb.leap.se/client/dists/release/InRelease The following signatures were invalid: EXPKEYSIG 1E34A1828E207901 LEAP archive signing key
    W: Some index files failed to download. They have been ignored, or old ones used instead.

    Reply
  156. Unknown says

    April 2, 2018 at 6:58 pm

    also this error at the end

    Reading package lists… Done
    W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://deb.leap.se/client release InRelease: The following signatures were invalid: EXPKEYSIG 1E34A1828E207901 LEAP archive signing key
    W: Failed to fetch http://deb.leap.se/client/dists/release/InRelease The following signatures were invalid: EXPKEYSIG 1E34A1828E207901 LEAP archive signing key
    W: Some index files failed to download. They have been ignored, or old ones used instead.

    Reply
  157. Unknown says

    April 2, 2018 at 6:58 pm

    this is what its always saying each time i do apt-get update

    and this is what my sources list looks like

    deb http://http.kali.org/kali kali-rolling main contrib non-free
    # For source package access, uncomment the following line
    deb-src http://http.kali.org/kali kali-rolling main contrib non-free

    this is the error it gives

    Hit:8 http://deb.leap.se/client release InRelease
    Err:8 http://deb.leap.se/client release InRelease
    The following signatures were invalid: EXPKEYSIG 1E34A1828E207901 LEAP archive signing key

    Reply
  158. Unknown says

    April 2, 2018 at 6:58 pm

    please mine isnt updating again…see the error message

    [email protected]:~# apt-get update
    Hit:1 http://deb.leap.se/client release InRelease
    Err:1 http://deb.leap.se/client release InRelease
    The following signatures were invalid: EXPKEYSIG 1E34A1828E207901 LEAP archive signing key
    Ign:2 http://dl.google.com/linux/chrome/deb stable InRelease
    Hit:3 http://dl.google.com/linux/chrome/deb stable Release
    Get:5 http://kali-za.bitcrack.net/kali kali-rolling InRelease [30.5 kB]
    Err:5 http://kali-za.bitcrack.net/kali kali-rolling InRelease
    The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository
    Reading package lists… Done
    W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://deb.leap.se/client release InRelease: The following signatures were invalid: EXPKEYSIG 1E34A1828E207901 LEAP archive signing key
    W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://kali-za.bitcrack.net/kali kali-rolling InRelease: The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository
    W: Failed to fetch http://http.kali.org/kali/dists/kali-rolling/InRelease The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository
    W: Failed to fetch http://deb.leap.se/client/dists/release/InRelease The following signatures were invalid: EXPKEYSIG 1E34A1828E207901 LEAP archive signing key
    W: Some index files failed to download. They have been ignored, or old ones used instead.

    Reply
  159. Unknown says

    April 8, 2019 at 8:04 pm

    Same Problem please help us anyone !!!

    Reply
  160. amplie says

    June 20, 2019 at 8:59 pm

    hello brothers i have used many repositories with official repository but still not working i have this issue ……………..

    [email protected]:~# apt-get update
    Err:1 http://mirrors.neusoft.edu.cn/kali kali-rolling InRelease
    Cannot initiate the connection to mirrors.neusoft.edu.cn:80 (2001:da8:a807::25). – connect (101: Network is unreachable) Could not connect to mirrors.neusoft.edu.cn:80 (219.216.128.25), connection timed out
    Reading package lists… Done
    W: Failed to fetch http://http.kali.org/kali/dists/kali-rolling/InRelease Cannot initiate the connection to mirrors.neusoft.edu.cn:80 (2001:da8:a807::25). – connect (101: Network is unreachable) Could not connect to mirrors.neusoft.edu.cn:80 (219.216.128.25), connection timed out
    W: Some index files failed to download. They have been ignored, or old ones used instead.

    Reply
  161. amplie says

    June 20, 2019 at 8:59 pm

    i have used many repositories but still not working

    Reply
  162. amplie says

    July 17, 2019 at 4:14 am

    i have used all this repositories but not working

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

    #deb cdrom:[Debian GNU/Linux 2019.2 _Kali-rolling_ – Official Snapshot amd64 LIVE/INSTALL Binary 20190508-08:43]/ kali-last-snapshot contrib main non-free

    #deb cdrom:[Debian GNU/Linux 2019.2 _Kali-rolling_ – Official Snapshot amd64 LIVE/INSTALL Binary 20190508-08:43]/ kali-last-snapshot contrib main non-free

    # This system was installed using small removable media
    # (e.g. netinst, live or single CD). The matching "deb cdrom"
    # entries were disabled at the end of the installation process.
    # For information about how to configure apt package sources,
    # see the sources.list(5) manual.

    2
    deb http://http.kali.org/kali kali-rolling main contrib non-free
    # For source package access, uncomment the following line
    # deb-src http://http.kali.org/kali kali-rolling main contrib non-free
    3
    # Regular repositories
    deb http://http.kali.org/kali sana main non-free contrib
    deb http://security.kali.org/kali-security sana/updates main contrib non-free
    # Source repositories
    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
    4
    ## Regular repositories
    deb http://http.kali.org/kali kali main non-free contrib
    deb http://security.kali.org/kali-security kali/updates main contrib non-free
    5
    deb http://repo.kali.org/kali kali-rolling main non-free contrib

    Reply
    • Linux/Unix Rocker says

      July 4, 2021 at 6:13 am

      Don’t use so much similar repository.. it only cost you time

      Reply
  163. M says

    November 3, 2020 at 12:31 pm

    Bro first i try to install Mozilla on my terminal but it is not work and if i try to update it said
    ” Type ‘οΏ½?ndeb’ is not known on line 4 in source list /etc/apt/sources.list
    E: The list of sources could not be read

    So i cant use

    Reply
  164. Pkali says

    January 13, 2022 at 1:29 am

    worked for me too… tnx a lot!

    Reply
  165. anonymous says

    March 19, 2022 at 6:13 am

    it is very usefull 100% working

    Reply
  166. mazen says

    July 20, 2022 at 12:52 pm

    so i get this when i try to update ,what should i do ?.

    apt update
    Get:1 https://www.duinsoft.nl/pkg debs InRelease [6,862 B]
    Err:1 https://www.duinsoft.nl/pkg debs InRelease
    The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY E18CE6625CB26B26
    Hit:2 http://mirror.serverius.net/kali kali-rolling InRelease
    Reading package lists… Done
    W: GPG error: https://www.duinsoft.nl/pkg debs InRelease: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY E18CE6625CB26B26
    E: The repository ‘http://www.duinsoft.nl/pkg debs InRelease’ is not signed.
    N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
    N: See apt-secure(8) manpage for repository creation and user configuration details.

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Follow us

  • Facebook
  • Twitter
  • YouTube

Categories

  • Android pentesting tools
  • Arduino
  • Books
  • Darknet
  • database
  • General
  • Github Tools
  • Hacking
  • Kali Linux
  • Linux
  • Linux Commands
  • Network Administrator
  • Penetration Testing
  • Penetration Testing Tools
  • PowerShell
  • Raspberry Pi
  • resources
  • Review
  • Termux
  • Tutorials
  • Ubuntu
  • Uncategorized
  • Video Tutorials
  • vmware
  • WiFi Adapter
  • WiFi Pentesting
  • Wireless Router
  • Wireshark

Recent Posts

  • Hijacked Wi-Fi? Thorough explanation of hacking techniques
  • Windows PowerShell tutorial for beginners
  • Learn to Hack Steps from Beginner to Hacker
  • PowerShell Tutorial – GUIDE introduction with basics
  • Top Hacking Tools
  • Home
  • About us
  • Privacy Policy
  • Affiliate disclaimer

Copyright © 2023