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 - How do I search for available packages from the command-line ...

    The apt-cache command line tool is used for searching apt 's software package cache. In simple words, this tool is used to search software packages, collect information about packages and also search for …

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

  4. 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?

  5. 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?

  6. What are all the apt command-line commands and options?

    Aug 16, 2016 · No, apt is not a shortcut to apt-get; they are two separate programs, even if they are closely related. But several of the options provided by man apt-get do apply to apt as well, even if …

  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 - How do I fix the GPG error "NO_PUBKEY"? - Ask Ubuntu

    Nov 14, 2010 · I know I can fix it using apt-key in a terminal, according to the official Ubuntu documentation. But I would have liked to do it graphically. Is there a way to do this without using a …

  9. What is the correct way to completely remove an application?

    Sep 15, 2012 · apt-get purge packagename or apt-get remove --purge packagename will remove about everything regarding the package packagename, but not the dependencies installed with it on …

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

    Oct 1, 2012 · Although the apt command does not support all the same actions and options as apt-get, it may often be used in place of apt-get. See Fsando's answer for details. APT is a suite of utilities, …