本文主要是介绍查看.rmp內容,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
RPM packages are bundled in ".rpm" files
The file can contain both the binary and source for the installed software
Package generation is centered around a "*.spec" file
查看rpm檔案的內容
rpm -q -i -p XXX.rpm
or
strings XXX.rpm
这篇关于查看.rmp內容的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!