About 18,500,000 results
Open links in new tab
  1. apt - How do I search for available packages from the command …

    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 …

  2. apt - Contents of a default sources.list or ubuntu.sources (24.04 …

    Nov 24, 2024 · 9 I have Ubuntu 12.04. I need the correct output of cat /etc/apt/sources.list. I edited it because it wasn't working, but it has only made it worse. I need to know what the …

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

    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 …

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

  6. How to upgrade a single package using apt-get? - Ask Ubuntu

    1123 How do I update a single package? As far as man apt-get says apt-get upgrade doesn't take a package/list of packages as parameter: upgrade upgrade is used to install the newest …

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

    Oct 1, 2012 · See Fsando's answer for details. APT is a suite of utilities, including a database of information about what packages are available from where. APT is not a single command. …

  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 …

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

  10. apt - How do repositories work? - Ask Ubuntu

    Feb 25, 2021 · What is the difference between apt and apt-get? There seems to this "Ubuntu software center", which repository is that? Is it like Ubuntu's official repository? Or is it a …