Bootstrap FreeKB - RPM - Listing installed packages
RPM - Listing installed packages

Updated:   |  RPM articles

The -qa or --query --all options to view all installed packages.

[root@server1 ~]# rpm -qa
[root@server1 ~]# rpm --query --all
php-mbstring-version
some-other-rpm
another-rpm

 

The -qa --last or --query --all --last options can be used to view recently installed packages

[root@server1 ~]# rpm -qa --last
[root@server1 ~]# rpm --query --all --last
php-mbstring-version
some-other-rpm
another-rpm



Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 4d0cb4 in the box below so that we can be sure you are a human.