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

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

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

  5. apt - Force update from unsigned repository - Ask Ubuntu

    Feb 13, 2016 · You can bypass some important safeguards by using the following option: --allow-unauthenticated From the man pages for apt-get: --allow-unauthenticated Ignore if packages can't be …

  6. configuration - How to use https with apt-get? - Ask Ubuntu

    Jun 3, 2012 · Does apt-get use https or any kind of encryption? Is there a way to configure it to use it?

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

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

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

  9. Terminate unattended-upgrades or whatever is using apt in ubuntu …

    It happens often that when I boot my Ubuntu 18 machines and I want to manually update my software I get stuck into errors involving something already using apt (endless waiting unattended-upgrades ...

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