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

    apt-get is a Package Management System that handles the installation of Deb packages on Debian-based Linux distributions. A Package Management System is a set of tools that will help you install, …

  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 used features.

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

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

  5. apt - Package system is broken. How to fix it? - Ask Ubuntu

    The command sudo apt --fix-broken install fixed it for me.

  6. what is the difference between snap and apt/apt-get?

    Sep 2, 2020 · Both snap and apt are package management systems. Apt was designed to work with Debian distributions, like Ubuntu, while snap is universal and used on various range of Linux …

  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. Unable to correct problems, you have held broken packages

    For example, if apt-get fails to install something because of conflicting dependencies it will give up. However, aptitude might offer to go ahead, but uninstall a whole bunch of other packages in order to …

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

  10. How to downgrade a package via apt-get? - Ask Ubuntu

    Sep 15, 2014 · How can I downgrade a package to an older version via apt-get? Other tools are also acceptable but apt-get is preferred.