About 1,050,000 results
Open links in new tab
  1. apt - How do I search for available packages from the command …

    I have successfully installed some packages using the command: sudo apt-get install packagename when I have known in advance that those packages are available. But how can …

  2. 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 …

  3. apt - How to list all installed packages - Ask Ubuntu

    I'd like to output a list of all installed packages into a text file so that I can review it and bulk-install on another system. How would I do this?

  4. apt - Failed to download libncurses5 - Ask Ubuntu

    Oct 2, 2021 · Explore related questions apt package-management updates software-center update-manager See similar questions with these tags.

  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. 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 …

  7. apt - How to not install recommended and suggested packages

    Aug 22, 2012 · 41 According to me, changing conf files are too risky and unnecessary. Rather apt-get provides options to specify do not install recommended packages. sudo apt-get install …

  8. apt - Why are upgradable packages not upgraded? - Ask Ubuntu

    Oct 18, 2019 · Executing sudo apt update ended with Reading package lists... Done Building dependency tree Reading state information... Done 2 packages can be upgraded. Run 'apt list …

  9. apt - How to install updates via command line? - Ask Ubuntu

    Use this: sudo apt update # Fetches the list of available updates sudo apt upgrade # Installs some updates; does not remove packages sudo apt full-upgrade # Installs updates; may also …

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

    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 …