CS BABA
@csbabaa
How to install and check RPM installed packages in RedHAT Linux
There are a few different ways to check RPM packages in RedHAT Linux. One way is to use the rpm command. The rpm command has a number of options that can be used to check RPM packages, including:
rpm -q package_name: This option will list the information about a specific RPM package.
rpm -qa: This option will list all of the RPM packages that are installed on the system.
rpm -qi package_name: This option will show the detailed information about a specific RPM package.
[root@dxbserver ~]# rpm -qa --last
[root@dxbserver ~]# rpm -q ssh
[root@dxbserver ~]# rpm -qa
[root@dxbserver ~]#rpm -qa | grep -i openssh
[root@dxbserver ~]#rpm -qa --last | head
[root@dxbserver ~]#yum list installed
[root@dxbserver ~]#rpm -qa | grep -i yum
[root@dxbserver ~]#rpm -qa | grep zip
[root@dxbserver ~]#rpm -qa | grep -i openssh
[root@dxbserver ~]#yum update && upgrade
Watch video How to install and check RPM installed packages in RedHAT Linux online without registration, duration hours minute second in high quality. This video was added by user CS BABAA 03 August 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 331 once and liked it 25 people.