1.

How To List All Files Of An Installed Rpm Package?

Answer»

#rpm -ql PACKAGE name

// To list all FILES of installed rpm we NEED to use -ql (QUERY list) OPTION.

#rpm -ql package name

// To list all files of installed rpm we need to use -ql (query list) option.



Discussion

No Comment Found