Results 1 to 6 of 6

Thread: Kali won't upgrade everything

  1. #1

    Kali won't upgrade everything

    After writing apt-get update && apt-get upgrade -y, it says: "0 upgraded 0 newly installed 0 to remove and 71 not upgraded Kali Linux" see the attachments.

    Any ideas how to get it to update everything? and why does this happen?

    I/ve just installed it and changed the networkmanger.conf to true and updated the sources.list by adding :


    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

    Last step was updating by the command : apt-get update && apt-get upgrade -y followed by apt-get install -y 4.9.0-kali4-amd64
    and then restarting.

    after checking by tyoing uname -r, it says that i indeed have the 4.9.0 kali 4 amd 64.


    Thanks!

  2. #2
    Join Date
    2013-Apr
    Location
    Kali forums
    Posts
    805
    I generally run apt-get update && apt-get dist-upgrade when updating Kali. This has always worked for me.

  3. #3
    Join Date
    2013-Dec
    Location
    Krakow
    Posts
    67
    You don't need the repo "deb-src http://http.kali.org/kali kali-rolling main contrib non-free" if you not compiling the tools from the source, so, remove it.

    Start to use this commando to update:
    apt update ; apt full-upgrade -y ; apt autoremove -y

    The current kernel (07/19/2017) is: 4.9.0-kali4-amd64 #1 SMP Debian 4.9.30-2kali1 (2017-06-22) x86_64 GNU/Linux

    Also, you always can run this script to check if you kali is up to date: https://github.com/crashbrz/kalihealthcheck/
    ****Dot not use the deep checking, is not very well yet****

  4. #4
    Join Date
    2016-Oct
    Location
    /dev/sda
    Posts
    1,012
    Those 71 items are package dependencies. Run apt-get dist-upgarde to install them.

  5. #5
    Quote Originally Posted by grid View Post
    I generally run apt-get update && apt-get dist-upgrade when updating Kali. This has always worked for me.

    Thanks it worked for me as well.

    Quote Originally Posted by Crash View Post
    You don't need the repo "deb-src http://http.kali.org/kali kali-rolling main contrib non-free" if you not compiling the tools from the source, so, remove it.

    Start to use this commando to update:
    apt update ; apt full-upgrade -y ; apt autoremove -y

    The current kernel (07/19/2017) is: 4.9.0-kali4-amd64 #1 SMP Debian 4.9.30-2kali1 (2017-06-22) x86_64 GNU/Linux

    Also, you always can run this script to check if you kali is up to date: https://github.com/crashbrz/kalihealthcheck/
    ****Dot not use the deep checking, is not very well yet****

    Thanks for your suggestion but out professor at the university asked us to put these.

    Quote Originally Posted by _defalt View Post
    Those 71 items are package dependencies. Run apt-get dist-upgarde to install them.
    it worked! Thanks!
    Last edited by maiki; 2017-08-02 at 13:42. Reason: Merge posts

  6. #6
    Join Date
    2016-Oct
    Location
    /dev/sda
    Posts
    1,012
    Quote Originally Posted by Abdulmalek97 View Post
    Thanks for your suggestion but out professor at the university asked us to put these.
    Ask your professor why do we require that. deb-src is only needed when you want to build the package from its source code. But you are directly installing the already compiled packages so you don't need that repository.

Similar Threads

  1. Replies: 1
    Last Post: 2022-08-01, 01:31
  2. Replies: 5
    Last Post: 2017-07-13, 11:30
  3. Kali 2016.2 messed up Desktop after after upgrade/dist-upgrade
    By SpectrE_Fth in forum TroubleShooting Archive
    Replies: 9
    Last Post: 2017-02-13, 10:26

Posting Permissions

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