About 11,000,000 results
Open links in new tab
  1. How to List Installed Packages on Linux - GeeksforGeeks

    Apr 3, 2025 · This section provides a detailed overview of commands for listing installed packages across different Linux distributions. From Debian's apt to Arch's pacman, each package …

  2. application - How do I list all installed programs? - Unix & Linux ...

    Sep 18, 2011 · There is generally no way of listing manually installed programs and their components. This is not recorded anywhere if you didn't use a package manager. All you can …

  3. How can I list all applications installed in my system?

    To get the list of all your installed applications with their names, the easiest way is to do: sudo apt-get install aptitude aptitude -F' * %p -> %d ' --no-gui --disable-columns search …

  4. 5 ways to list installed packages in Linux - howtouselinux

    Oct 7, 2024 · To list installed packages with the apt command in Ubuntu Linux, follow these steps: Open the terminal by pressing Ctrl+Alt+T or searching for “Terminal” in the Activities menu. …

  5. How to Check/List All Packages Installed on Linux | 2DayGeek

    Aug 1, 2021 · In this tutorial we will include all major Linux distributions such as RHEL (RedHat), CentOS, Fedora, Debian, Ubuntu, openSUSE and Arch Linux systems. You can use the RPM …

  6. How to List the Installed Packages on Linux

    To see installed apps on Ubuntu, use the "apt list --installed" command in your terminal, or "dnf list installed" for Fedora. On an Arch-based system, you can use the "pacman -Q" command. If …

  7. How to check and list installed packages in CentOS Linux

    Oct 4, 2024 · Try: sudo yum list installed > my_list.txt. Execute the command sudo yum update to refresh package database and install updates if any. Let us see all commands and examples …

  8. 3 Ways to List All Installed Packages in RHEL, CentOS and …

    Jul 14, 2023 · In this article, we will explain how to list all installed rpm packages on CentOS, RHEL and Fedora distributions using four different ways. 1. Using RPM Package Manager.

  9. How to quickly get list of all applications installed on your UNIX ...

    In this tutorial I'll try to present how to quickly get the list of all applications installed on UNIX/Linux hosts. The procedure applies to the most popular UNIX/Linux distributions but is also …

  10. 5 ways to track installed applications on Linux - Enable Architect

    Nov 2, 2022 · Here are the five tactics I use to track applications installed on my fleet. 1. List packages with RPM. Do the easy one first. Red Hat Enterprise Linux (RHEL), CentOS, …

Refresh