# yum command to display all installed packages: $ yum list installed # To check if a specific package is installed with YUM, # filter the output with the grep command: $ yum list installed | grep packge_name_or_part_of_name