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

    Nov 14, 2010 · 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 …

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

  4. apt - How do I search for available packages from the command-line ...

    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 I search for or get a l...

  5. What does "sudo apt-get update" do? - Ask Ubuntu

    Nov 27, 2012 · In a nutshell, apt-get update doesn't actually install new versions of software. Instead, it updates the package lists for upgrades for packages that need upgrading, as well as new packages …

  6. What commands (exactly) should replace the deprecated apt-key?

    Oct 24, 2020 · You need to know why apt-key add is deprecated All of the answers so far work around the symptom ("Don't use apt-key add ") but fail to address the actual problem that led to apt-key add …

  7. apt-get update fails to fetch files, “Temporary failure resolving ...

    In the first place, only apt-get update warns me about Temporary failure resolving 'foo.com', but when I try with nslookup foo.com or ping foo.com, it works fine! My incredibly dirty hack/fix for solving this …

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

    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 a package in a …

  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. "Unable to locate package" while trying to install packages with APT ...

    Dec 2, 2016 · When apt-get install is unable to locate a package, the package you want to install couldn't be found within repositories that you have added (those in in /etc/apt/sources.list and under …