yum find out path where is package installed to on CentOS/RHEL
You can find the path where a package is installed to on a CentOS/RHEL system using the yum provides command. For example, to find the path for the package httpd, you can run the following command: yum provides ‘*/httpd’ The output will list the packages that provide the specified file, including the full path to … Read more