Results 1 to 18 of 18

Thread: upgrading to kali 1.0.5 not working with apt-get dist-upgrade

  1. #1

    Exclamation upgrading to kali 1.0.5 not working with apt-get dist-upgrade

    HI guys

    one of the reasons i switched to kali is to be able to upgrade without reinstalling the distro .

    I'm trying to upgrade kali to the latest version with these commands

    apt-get update && apt-get dist-upgrade

    I can see that some of the software are updated when their updates are available . but for the whole distro it doesn't show anything that newly released with it .

    for example in the change log of ver 1.0.5 there a GNU radio app in wireless attacks tab . but I can't see it here

    when I do lsb_release -a I get this
    Code:
    Distributor ID:	Debian
    Description:	Debian GNU/Linux Kali Linux 1.0
    Release:	Kali Linux 1.0
    Codename:	n/a
    so apparently after many upgrade I'm still on ver 1.0
    I checked the source list it'll normal .
    please how can I fix this I looked for a solution enough I didn't get any .

  2. #2
    Join Date
    2013-Mar
    Posts
    18
    I'm in the same boat.

  3. #3
    Join Date
    2013-Mar
    Posts
    9
    try apt-get install kali-linux-full

  4. #4
    Join Date
    2013-Oct
    Posts
    6
    Quote Originally Posted by russ View Post
    try apt-get install kali-linux-full
    I Have tried that and it states on latest version, same issue as the OP, says on 1.0

  5. #5
    Join Date
    2013-Oct
    Posts
    1
    I've run into this issue as well.

    Try adding
    deb http://http.kali.org/kali kali main contrib non-free
    to /etc/apt/sources.list

  6. #6
    Join Date
    2013-Mar
    Posts
    354
    Check your repos first, make sure they are the ones you need:
    deb http://http.kali.org/kali kali main non-free contrib
    deb http://security.kali.org/kali-security kali/updates main contrib non-free

    Then do this:
    aptitude safe-upgrade

    It will update, then repeat the process to make sure no new package version came up: aptitude safe-upgrade.

    If nothing new, go ahead and do the rest:
    aptitude full-upgrade

    Then just reboot.

    Luck.

  7. #7
    Join Date
    2013-Oct
    Posts
    1
    I have the same problem.

    So far I have tried everything on this thread and still at version 1.0 in /etc/issue and in lsb_release -a

  8. #8
    Join Date
    2013-Oct
    Posts
    6
    Quote Originally Posted by maverik35 View Post
    Check your repos first, make sure they are the ones you need:
    deb http://http.kali.org/kali kali main non-free contrib
    deb http://security.kali.org/kali-security kali/updates main contrib non-free

    Then do this:
    aptitude safe-upgrade

    It will update, then repeat the process to make sure no new package version came up: aptitude safe-upgrade.

    If nothing new, go ahead and do the rest:
    aptitude full-upgrade

    Then just reboot.

    Luck.
    I have followed your instructions and i get no packages to install message in terminal. Still says V1.0

  9. #9
    Join Date
    2013-Oct
    Posts
    6
    ## Security updates
    deb http://security.kali.org/kali-security kali/updates main contrib non-free
    deb http://http.kali.org/ /wheezy main contrib non-free
    deb http://http.kali.org/kali kali-dev main contrib non-free
    deb http://http.kali.org/kali kali-dev main/debian-installer
    deb-src http://http.kali.org/kali kali-dev main contrib non-free
    deb http://http.kali.org/kali kali main contrib non-free
    deb http://http.kali.org/kali kali main/debian-installer
    deb-src http://http.kali.org/kali kali main contrib non-free
    deb http://security.kali.org/kali-security kali/updates main contrib non-free
    deb-src http://security.kali.org/kali-security kali/updates main contrib non-free

    root@kali:~# aptitude safe-upgrade
    No packages will be installed, upgraded, or removed.
    0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    Need to get 0 B of archives. After unpacking 0 B will be used.

    root@kali:~# lsb_release -a
    No LSB modules are available.
    Distributor ID: Debian
    Description: Debian GNU/Linux Kali Linux 1.0
    Release: Kali Linux 1.0
    Codename: n/a

  10. #10
    Join Date
    2013-Oct
    Posts
    18
    that's what I get after following the instructions above:

    root@kali:~# aptitude safe-upgrade
    No packages will be installed, upgraded, or removed.
    0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    Need to get 0 B of archives. After unpacking 0 B will be used.

    root@kali:~# aptitude full-upgrade
    No packages will be installed, upgraded, or removed.
    0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    Need to get 0 B of archives. After unpacking 0 B will be used.

  11. #11
    Join Date
    2013-Mar
    Posts
    354
    Quote Originally Posted by Perrin21 View Post
    ## Security updates
    deb http://security.kali.org/kali-security kali/updates main contrib non-free
    deb http://http.kali.org/ /wheezy main contrib non-free
    deb http://http.kali.org/kali kali-dev main contrib non-free
    deb http://http.kali.org/kali kali-dev main/debian-installer
    deb-src http://http.kali.org/kali kali-dev main contrib non-free
    deb http://http.kali.org/kali kali main contrib non-free
    deb http://http.kali.org/kali kali main/debian-installer
    deb-src http://http.kali.org/kali kali main contrib non-free
    deb http://security.kali.org/kali-security kali/updates main contrib non-free
    deb-src http://security.kali.org/kali-security kali/updates main contrib non-free

    root@kali:~# aptitude safe-upgrade
    No packages will be installed, upgraded, or removed.
    0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    Need to get 0 B of archives. After unpacking 0 B will be used.

    root@kali:~# lsb_release -a
    No LSB modules are available.
    Distributor ID: Debian
    Description: Debian GNU/Linux Kali Linux 1.0
    Release: Kali Linux 1.0
    Codename: n/a
    Please read the documantation: http://docs.kali.org/general-use/kal...t-repositories

    Read carefully the paragraph in red letters.

    I do not know why are you using so many url's. You just need the ones the documantation explains about.

  12. #12
    Join Date
    2013-Oct
    Posts
    1
    For whats its worth. I downloaded and install the current version of Kali (kali-linux-1.0.5-emd64.iso) into a VM earlier today.
    I did all the normal updates and dist-upgrades, and then did all the commands listed so far in this thread.
    I also added all the sources in the main documentation page and included Bleeding Edge sources too.

    My lsb_release -a still shows Version 1.0
    No LSB modules are available.
    Distributor ID: Debian
    Description: Debian GNU/Linux Kali Linux 1.0
    Release: Kali Linux 1.0
    Codename: n/a

  13. #13
    Quote Originally Posted by dookie View Post
    The lsb_release information will only be updated for major versions, not minor ones.
    Not all of the new tools were added to the default iso as it helps us keep the iso smaller while still having all the core tools. You will need to apt-get the ones you want manually.

  14. #14
    Join Date
    2013-Mar
    Posts
    354
    As a matter of fact, the kali version is 1.0(5), so I guess the output of lsb_release and the issue command will output version 1.0.

    I remember when I upgraded from squeeze to wheezy (stable to testing) and from wheezy to Jessie from (stable to testing), only then the lsb command as well as "cat /etc/issue.net" will output the Testing version as wheezy and jessie accordingly, this is when sid was moved to testing and testing to stable.

    So I guess there is nothing wrong with the versions since we all are still working with version 1.0, either is 1.0.5, 1.0.6, 1.0.7, 1.0.x..Still version 1.0.

    When Kali release version 2.0, if any, then the commands will output the new version.

    By the way, personally, the sensible matter is the content of kali as to packages versions.

    Luck.

  15. #15
    Join Date
    2013-Dec
    Posts
    1

  16. #16
    Join Date
    2013-Dec
    Location
    JO81GQ
    Posts
    3
    Great, but still not working
    How should look correct sources.list file?
    Armageddon was yesterday, today we have a serious problem.

  17. #17
    Join Date
    2014-Feb
    Posts
    1
    I feel for everyboyd here. hope I get my problem solved also
    Last edited by aurora; 2014-02-05 at 09:47. Reason: not same problem, have release 1.o.6. not 1.o.5. my problem is different.

  18. #18
    Quote Originally Posted by maverik35 View Post
    As a matter of fact, the kali version is 1.0(5), so I guess the output of lsb_release and the issue command will output version 1.0.

    I remember when I upgraded from squeeze to wheezy (stable to testing) and from wheezy to Jessie from (stable to testing), only then the lsb command as well as "cat /etc/issue.net" will output the Testing version as wheezy and jessie accordingly, this is when sid was moved to testing and testing to stable.

    So I guess there is nothing wrong with the versions since we all are still working with version 1.0, either is 1.0.5, 1.0.6, 1.0.7, 1.0.x..Still version 1.0.

    When Kali release version 2.0, if any, then the commands will output the new version.

    By the way, personally, the sensible matter is the content of kali as to packages versions.

    Luck.
    I upgraded today and immediately after upgrading, I got a good version response. I have not tried after rebooting though.

    root@kali:~# lsb_release -a
    No LSB modules are available.
    Distributor ID: Debian
    Description: Debian GNU/Linux Kali Linux 1.0.6
    Release: Kali Linux 1.0.6
    Codename: n/a

Similar Threads

  1. Replies: 0
    Last Post: 2017-04-30, 00:14
  2. Replies: 6
    Last Post: 2016-09-19, 00:23
  3. apt-get dist-upgrade == no sound? (upgrading from kali 1.0.6)
    By repzeroworld in forum General Archive
    Replies: 4
    Last Post: 2014-10-12, 03:30
  4. apt-get dist-upgrade == no sound? (upgrading from kali 1.0.6)
    By repzeroworld in forum General Archive
    Replies: 0
    Last Post: 2014-10-11, 19:55

Tags for this Thread

Posting Permissions

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