- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
怎样查看rpm安装包的安装路径(How do I see the installation path for the RPM installation package)
怎样查看rpm安装包的安装路径(How do I see the installation path for the RPM installation package)
RPM -qpl xxxxxx.rpm
When you install RPM packages, you generally log in as root.
The command to query RPM is available: man rpm
How do I install the RPM package?
The installation of the RMP package can be done using the program rpm. Execute the following command
RPM -ivh your-package.rpm
Where your-package.rpm is the file name of the RPM package you want to install and is usually placed in the current directory.
May there be a warning or error during installation?
... conflict with... May be installed. There are some files in the package that might overwrite the existing one
The file, by default, is not properly installed in this case. It can be used
RPM --force -i your-package.rpm is mandatory to install (preferably not unless you know what you are doing)
... is, needed, by...
... is not installed... This package requires some of the software you have not installed and can use
RPM --nodeps -i your-package.rpm to ignore this information (preferably not unless you know what you are doing)
That is, the rpm -i --force --nodeps can ignore all dependencies and file problems (preferably not unless you know what you are doing). What packages?
Both can be installed, but this forced installation of packages does not guarantee full functionality
Two. How do I install the.Src.rpm package?
Some packages end with.Src.rpm, which is the RPM package that contains the source code, when installed
Compiling is required. There are two ways to install such packages,
Method 1: take Qomo0.7 and redflag7 as an example
1. execute rpm -i your-package.src.rpm
2. CD /root/rpmbuild/SPECS
3., rpmbuild, -bp, your-package.specs, a specs file with the same name as your package
4., CD /root/rpmbuild/BUILD/your-package/, a directory with the same name as your package
5.,./configure this step and compile the same source code software, you can add parameters
6. make
7. make install
Method two: (take Qomo0.7 and redfla
您可能关注的文档
- 2011学年第一学期徐汇区初三语文学习能力诊断试卷36060(The first semester of the 2011 academic year, Xuhui District third language learning ability diagnosis papers 36060).doc
- 2011安徽申论(2011 Anhui Shanghai).doc
- 2011学年第一学期徐汇区初三语文学习能力诊断试卷4596(The first semester of the 2011 academic year, Xuhui District third language learning ability diagnosis papers 4596).doc
- 2011导游资格考试全国导游基础知识点(2011, tour guides qualification examination national tour guides elementary knowledge).doc
- 2011学年第一学期徐汇区初三语文学习能力诊断试卷5508(The first semester of the 2011 academic year, Xuhui District third language learning ability diagnosis papers 5508).doc
- 2011届新课标高考语文专题模拟演练试卷(2011 New Curriculum Standard Chinese language special training test papers).doc
- 2011届高三语文调研试卷分类汇编古诗鉴赏专题(Compilation of the 2011 senior Chinese language research papers Ancient Poetry Appreciation).doc
- 2011学年第一学期徐汇区初三语文学习能力诊断试卷13260(The first semester of the 2011 academic year, Xuhui District third language learning ability diagnosis papers 13260).doc
- 2011年7月全国高等教育自学考试大学语文试题(July 2011 national higher education self-study examination college Chinese examination questions).doc
- 2011学年第一学期徐汇区初三语文学习能力诊断试卷28308(The first semester of the 2011 academic year, Xuhui District third language learning ability diagnosis papers 28308).doc
- 意拳 浑圆桩(Xingyi roundpile).doc
- 意大利设计(Italy design).doc
- 愿望(desire).doc
- 战争之人武器编码(War man code of arms).doc
- 总览自从2004年上线以来,《魔兽世界》真是有着不可思议的吸引力(Overview since its launch in 2004, World of Warcraft is really a unbelievable attraction).doc
- 战略成功七件法宝(Strategic success seven magic weapon).doc
- 战略联盟以温情相逐相随(Strategic Alliances follow each other with tenderness).doc
- 战略营销中国企业突破增长困境之途径一(Strategic marketing a way for Chinese enterprises to break through growth dilemma).doc
- 战争片下载链接(War movie download link).doc
- 战女神 世界观(World view of war goddess).doc
文档评论(0)