How To Check Installed Packages In Aix
Apt-Get List Installed – step by footstep tutorial. Apt is a command-line interface that allows you to perform deportment such as installing new software packages, removing unnecessary software packages, updating the existing software packages, searching for specific software packages etc. on a Linux VPS running Debian as an operating arrangement or Debian-based Linux distributions like Ubuntu. In this tutorial, we will show you how to list all installed packages with apt on Ubuntu (show all installed software on your VPS).
1. List the installed software packages on Ubuntu
First of all, connect to your Linux server via SSH. To list the installed software packages on your car you tin can use the post-obit command:
sudo apt list --installed
The output of the command will exist very similar to the following one, depending on which packages are currently installed:
Listing... acl/xenial,at present 2.2.52-iii amd64 [installed] adduser/xenial,xenial,now 3.113+nmu3ubuntu4 all [installed] apache2/xenial-updates,xenial-security,now 2.4.xviii-2ubuntu3.1 amd64 [installed] apache2-bin/xenial-updates,xenial-security,now 2.4.xviii-2ubuntu3.1 amd64 [installed,automatic] apache2-information/xenial-updates,xenial-updates,xenial-security,xenial-security,now 2.4.18-2ubuntu3.1 all [installed,automatic] apache2-dr./xenial-updates,xenial-updates,xenial-security,xenial-security,now 2.4.18-2ubuntu3.1 all [installed] apache2-utils/xenial-updates,xenial-security,now 2.4.xviii-2ubuntu3.1 amd64 [installed] apparmor/xenial-updates,now 2.10.95-0ubuntu2.5 amd64 [installed,automatic] apt/xenial-updates,at present 1.2.19 amd64 [installed] apt-utils/xenial-updates,now 1.two.19 amd64 [installed] ...
2. Employ the LESS program
To easily read the entire output you can use the less
program.
sudo apt list --installed | less
three. Use the GREP Command
You can expect for a specific package through the output using the grep
programme.
sudo apt list --installed | grep -i apache
4. List all packages that include Apache
The output from the in a higher place control will list all packages that include apache
in their names.
apacheii/xenial-updates,xenial-security,now 2.4.18-2ubuntu3.1 amd64 [installed] apache2-bin/xenial-updates,xenial-security,at present two.4.xviii-2ubuntu3.1 amd64 [installed,automated] apacheii-information/xenial-updates,xenial-updates,xenial-security,xenial-security,now 2.4.18-2ubuntu3.one all [installed,automatic] apache2-md/xenial-updates,xenial-updates,xenial-security,xenial-security,now 2.4.18-2ubuntu3.1 all [installed] apacheii-utils/xenial-updates,xenial-security,now ii.4.18-2ubuntu3.1 amd64 [installed] libapache2-modern-php/xenial,xenial,now one:7.0+35ubuntu6 all [installed,automatic] libapache2-mod-php7.0/xenial-updates,now 7.0.xiii-0ubuntu0.16.04.1 amd64 [installed,automatic] libapache2-mod-security2/xenial,now 2.ix.0-ane amd64 [installed] libapache2-modsecurity/xenial,xenial,now 2.ix.0-1 all [installed]
Apt supports patterns to match package names and options to list installed (--installed)
packages, upgradeable (--upgradeable)
packages or all available (--all-versions)
package versions.
5. Use the DPKG program
Another alternative that you can apply to list the installed software packages on your Ubuntu VPS is the dpkg
command.
sudo dpkg -l
The output of the control will provide you with information such as the name of the package, version, compages, and a short description of the bundle. Of course, you tin apply the grep
program again to search for a specific package.
sudo dpkg -l | grep -i apache
The output should look like the ane beneath:
ii apache2 ii.four.18-2ubuntu3.1 amd64 Apache HTTP Server ii apachetwo-bin 2.4.18-2ubuntu3.1 amd64 Apache HTTP Server (modules and other binary files) ii apache2-data 2.4.eighteen-2ubuntu3.1 all Apache HTTP Server (common files) 2 apache2-doc 2.4.18-2ubuntu3.1 all Apache HTTP Server (on-site documentation) ii apache2-utils 2.4.xviii-2ubuntu3.ane amd64 Apache HTTP Server (utility programs for web servers) rc apachetwo.two-common 2.two.22-6ubuntu5.one amd64 Apache HTTP Server common files 2 libapache2-mod-php 1:7.0+35ubuntu6 all server-side, HTML-embedded scripting language (Apache 2 module) (default) rc libapacheii-mod-php5 v.5.9+dfsg-1ubuntu4.xvi amd64 server-side, HTML-embedded scripting language (Apache 2 module) ii libapachetwo-mod-php7.0 seven.0.xiii-0ubuntu0.16.04.1 amd64 server-side, HTML-embedded scripting language (Apache two module) 2 libapache2-mod-security2 2.9.0-ane amd64 Tighten web applications security for Apache ii libapache2-modsecurity two.9.0-1 all Dummy transitional package 2 libapr1:amd64 1.5.2-3 amd64 Apache Portable Runtime Library ii libaprutil1:amd64 1.v.four-1build1 amd64 Apache Portable Runtime Utility Library two libaprutil1-dbd-sqlite3:amd64 1.5.4-1build1 amd64 Apache Portable Runtime Utility Library - SQLite3 Driver two libaprutil1-ldap:amd64 ane.5.iv-1build1 amd64 Apache Portable Runtime Utility Library - LDAP Commuter .
With the contest of this tutorial, you take successfully learned how to list installed packages in Ubuntu.
If you lot'd similar to list all installed packages on your CentOS VPS, then check our yum tutorial.
Of course, yous don't accept to listing all Installed packages with apt on Ubuntu if you utilize one of our Managed Linux Hosting services, in which case you can only enquire our skilful Linux admins to list all installed packages with apt on Ubuntu and consign it for yous. They are available 24/7 and will take care of your request immediately.
If you liked this post on How to Listing All Installed Packages with apt on Ubuntu, please share it with your friends on the social networks using the buttons below or only get out a respond. Thank you.
Source: https://www.rosehosting.com/blog/list-all-installed-packages-with-apt-on-ubuntu/
Posted by: morenoexperearie.blogspot.com
0 Response to "How To Check Installed Packages In Aix"
Post a Comment