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

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

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

  7. How to use apt-get to download multi-arch library?

    Mar 7, 2014 · Is it possible to force apt-get to download a multi-architecture binary of the library I want to install? Or is apt-get not the right tool for this?

  8. How do I install a different Python version using apt-get?

    Jul 13, 2015 · apt-get update && apt-get install -y build-essential git libjpeg-dev and then I simply installed python3 and it seems it automatically got python 3.5: apt-get install python3 apt-get install …

  9. apt - Stuck at 0% [waiting for headers] - Ask Ubuntu

    Jan 12, 2012 · apt-get upgrade hangs at 0% [waiting for headers] apt-get install apache2 hangs at 0% [waiting for headers]. Some apt-get commands are working, but only certain packages. Any ideas? I …

  10. How to run "sudo apt-get update" through proxy in commandline?

    Oct 15, 2010 · In my office i want to update and download through (wget) and here they are using proxy? How can i do this by commandline?