Results 1 to 4 of 4

Thread: Unable to locate package

  1. #1

    Unable to locate package

    I had this once before but forgot how I fixed it. New install 2020.2. I can get on-line, and I am logged into this site with the OS. But no update work.
    Tried to update airgeddon but I get the "Unable to locate package". Thanks to anyone that can help.

  2. #2
    Crickets.....

  3. #3
    Join Date
    2015-Nov
    Location
    Australia
    Posts
    445
    What are the commands you used?
    This should work:

    Code:
    sudo apt update
    sudo apt install <package name>
    to install or update an existing package.

    Code:
    sudo apt update
    sudo apt upgrade
    Code:
    sudo apt update
    sudo apt full-upgrade
    to upgrade all packages currently installed on the system.

    Type
    Code:
    man apt
    To get more details.

    Are you sure that "airgeddon" is a Kali package?
    You can use

    Code:
    apt policy airgeddon
    and

    Code:
    apt search airgeddon
    to check.

    Hope that helps.

  4. #4
    Thanks so much! I'll give it a try.

Similar Threads

  1. Replies: 2
    Last Post: 2023-04-12, 16:26
  2. Unable to Install Zipalang - Unable to locate Package
    By thitetejas in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2022-01-22, 14:46

Posting Permissions

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