List of installed packages in Ubuntu

Anonim

List of installed packages in Ubuntu

All utilities, programs and other libraries in Linux operating systems are stored in packages. You download such a directory from the Internet in one of the available formats, then add to the local storage. Sometimes it may be necessary to view a list of all present programs and components. The task is carried out by different methods, each of which will be most suitable for different users. Next, we will analyze each option by taking the Ubuntu distribution for the example.

We view the list of installed packages in Ubuntu

The Ubuntu also has a graphical interface implemented by default on the GNOME shell, as well as the usual "terminal" through which the entire system is managed. Through these two components, view the list of added components is available. The choice of the optimal method depends only on the user itself.

Method 1: Terminal

First of all, I would like to pay attention to the console, since the standard utilities present in it allow you to use all the functionality at the maximum. As for the display of the list of all objects, it is done quite easily:

  1. Open the menu and run the "Terminal". It is also done by the clap of the hot key Ctrl + Alt + T.
  2. Transition to work with terminal in Ubuntu

  3. Use the standard DPKG command with the -L argument to display all packets.
  4. Display a list of all packages in Ubuntu

  5. Using the mouse wheel, move the list by viewing all the files found and libraries.
  6. Get acquainted with the list of all packages in Ubuntu

  7. Add another command to DPKG -L to search for a specific value on the table. Looks like a line like this: dpkg -l | Grep Java, where Java is the name of the required package.
  8. Run search for installed packages in Ubuntu

  9. Found suitable results will be highlighted in red.
  10. Get acquainted with the search results for packages in Ubuntu

  11. Use DPKG -L Apache2 to get information about all files installed through this package (Apache2 - the name of the search packet).
  12. Find the files of the installed package in Ubuntu

  13. A list of all files with their location will appear.
  14. Read the files of the installed package in Ubuntu

  15. If you want to know how a specific file was added, you should enter dpkg -S /etc/host.conf, where /etc/host.conf is the file itself.
  16. Find out the file package in Ubuntu

Unfortunately, not everyone is convenient to use the console, and it is also not always required. That is why it is necessary to bring an alternative to display a list of packages present in the system.

Method 2: Graphic Interface

Of course, the graphical interface in Ubuntu does not fully implement the same operations that are available in the console, but the visualization of the buttons and utilities greatly simplifies the task execution especially for inexperienced users. First we advise contact the menu. There are several tabs, as well as sorting to show all programs or only popular. The search for the desired package can be done through the corresponding string.

Finding programs through the menu in Ubuntu

Application Manager

"Application Manager" will allow you to study the question in more detail. In addition, this tool is set by default and provides quite wide functionality. If for any reason "Application Manager" is missing in your version of Ubuntu, check out the other article by clicking on the following link, and we go to the search for packages.

Read more: Installing Application Manager in Ubuntu

  1. Open the menu and run the desired tool by clicking on its icon.
  2. Starting Application Manager in Ubuntu

  3. Go to the "Installed" tab to cut off that software that is not yet available on the computer.
  4. Go to the list of installed applications in Ubuntu

  5. Here you see the name of software, a short description, size and button that allows you to quickly delete.
  6. Get acquainted with applications in Ubuntu Manager

  7. Click on the program name to go to its page in the manager. It is familiar with the possibilities of software, its launch and uninstalling.
  8. Programs page in Ubuntu Application Manager

As you can see, work in the "Application Manager" is quite simple, but the functionality of this tool is still limited, so a more advanced option will come to the rescue.

Synaptic package manager

Installing an additional SYNAPTIC package manager will allow you to receive the detailed information about all added programs and components. To begin with, it will still have to use the console:

  1. Run the Terminal and enter the Sudo APT-Get Synaptic command to install Synaptic from the official repository.
  2. A command for installing Synaptic in Ubuntu

  3. Specify your password for root access.
  4. Enter the password to install Synaptic in Ubuntu

  5. Confirm Adding new files.
  6. Confirm the addition of Synaptic packages in Ubuntu

  7. Upon completion of the installation, run the tool through the Sudo Synaptic command.
  8. Run Synaptic in Ubuntu

  9. The interface is divided into several panels with various sections and filters. Select the appropriate category on the left, and see all the installed packages and detailed information about each of them on the right in the table.
  10. Get acquainted with the Synaptic program interface in Ubuntu

  11. There is also a search function that allows you to immediately find the required data.
  12. Search for packages in the Synaptic U program

None of the above methods will be able to find a package, during the installation of which certain errors have occurred, so closely follow the emerging notifications and pop-up windows during unpacking. If all attempts ended with failure, then there is no desired package in the system or has another name. Check the name with what is indicated on the official website, and try reinstalling the program.

Read more