About 50 results
Open links in new tab
  1. What is the difference between apt and apt-get? - Ask Ubuntu

    The apt commands have been introduced to solve this problem. apt consists some of the most widely used features from apt-get, apt-cache and apt-config leaving aside obscure and seldom used features.

  2. apt - What is difference between the options "autoclean", "autoremove ...

    Aug 27, 2010 · apt-get has a few options which looks the same to me: autoclean, autoremove and clean. What do each of them do?

  3. apt - How can I see all versions of a package that are available in the ...

    apt-cache's madison command attempts to mimic the output format and a subset of the functionality of the Debian archive management tool, madison. It displays available versions of a package in a …

  4. apt - How do I fix the GPG error "NO_PUBKEY"? - Ask Ubuntu

    sudo gpg -a --export <PUBKEY> | sudo apt-key add - sudo apt-get update Note that when you import a key like this using apt-key you are telling the system that you trust the key you're importing to sign …

  5. Why is the "apt" command not found? - Ask Ubuntu

    Oct 1, 2012 · The apt command provides a convenient subset of the functionality of various other apt- commands (e.g., apt-get, apt-cache), with colorized display and progress bars.

  6. What commands (exactly) should replace the deprecated apt-key?

    Oct 24, 2020 · You need to know why apt-key add is deprecated All of the answers so far work around the symptom ("Don't use apt-key add ") but fail to address the actual problem that led to apt-key add …

  7. What are phased updates, and why does Ubuntu use them?

    Updating via apt would ignore update phasing. However, starting with Ubuntu 21.04, apt also uses phased updates, allowing phased updates to apply to all versions of Ubuntu, including Ubuntu Server …

  8. Apt update throw error in Ubuntu 24.04

    Jun 16, 2024 · Apt update throw error in Ubuntu 24.04 Ask Question Asked 1 year, 9 months ago Modified 3 months ago

  9. apt - "is not available, but is referred to by another package ...

    Feb 1, 2017 · Well, that sounds reasonable...except it isn't working for me. apt-get install libtinfo6 reports unavailable but referred to by another package, but apt-cache search libtinfo6 yields no results.

  10. apt - Can I go back to python3.10 on Ubuntu 24.04? - Ask Ubuntu

    Oct 17, 2024 · I updated my Ubuntu from 22.04 to 24.04 Previously python 3.10 was getting used Now the default version is python3.12 Python 3.12 seems to call for virtual environment usage, Have been …