Saturday, August 26, 2023

Command to find which rpm installed the config/binary file

 

--

yum whatprovides /usr/bin/virsh

 =>outputs which package provides the binary virsh.

-- 

if you don’t know the path , use : 

yum whatprovides */virsh

 --

No comments:

Post a Comment