Results 1 to 5 of 5

Thread: apt-get update shows no results

  1. #1
    Join Date
    2017-Sep
    Posts
    1

    apt-get update shows no results

    Hi

    My system is:
    Code:
    Linux kali 4.9.0-kali3-amd64 #1 SMP Debian 4.9.18-1kali1 (2017-04-04) x86_64 GNU/Linux
    My /etc/apt/source.list is:
    Code:
    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
    Logged in as root, I type:
    Code:
    apt-get update
    I get this:
    Code:
    Reading package lists... Done
    That's it, no more results. No erros, nothing. I've tried also apt-get clean and apt-get dist-upgrade, but same result.

    Is there a known bug or something? Any idea how to fetch the updates?

    I've seen other posts with update errors, but they are not quite the same as my issue. I don't know if they are related.

    Cheers

  2. #2
    Join Date
    2016-Oct
    Location
    /dev/sda
    Posts
    1,012
    apt-get update && apt-get upgrade && apt-get dist-upgrade

  3. #3
    Join Date
    2017-Oct
    Posts
    1

    Update and upgrades

    Quote Originally Posted by _defalt View Post
    apt-get update && apt-get upgrade && apt-get dist-upgrade
    when you do a "apt-get update && apt-get upgrade && apt-get dist-upgrade" does it check what updates your your installed version requires to make it current or does it down load all updates since the latest issue of Kali.

  4. #4
    Join Date
    2016-Oct
    Location
    /dev/sda
    Posts
    1,012
    Quote Originally Posted by dlog View Post
    when you do a "apt-get update && apt-get upgrade && apt-get dist-upgrade" does it check what updates your your installed version requires to make it current or does it down load all updates since the latest issue of Kali.
    apt-get update updates the list of available packages and their versions, but it does not download actual packages. sudo apt-get update is older command of APT package manager, if you type sudo apt update it will also tell you which installed packages are upgradable.

    apt-get upgrade actually installs newer versions of the packages you have. After updating the lists, the package manager knows about available updates for the software you have installed.

    apt-get dist upgrade updates and removes package dependencies.

  5. #5
    Join Date
    2017-Oct
    Posts
    1
    your /etc/apt/source.list must be :
    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
    With no # at third line.

Similar Threads

  1. hcitool scan shows empty results
    By make in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2022-02-03, 22:24
  2. why I can't update it shows this massage
    By zero_dash in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2020-10-27, 20:56

Posting Permissions

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