- 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软件包使用方法(RPM package usage)
rpm软件包使用方法(RPM package usage) Common problems with RPM packages --------------------------------------- 1. how to install RPM packages The installation of the RMP package can be done using the program rpm. Execute the following command RPM -i 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. The following warnings or hints may appear 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 can be installed by force ... is, needed, by... ... is not installed... This package requires some of the software you have not installed and can use RPM --nodeps -i to ignore this information That is, RPM -i --force --nodeps can ignore all dependencies and file problems. What packages? Both can be installed, but this forced installation of packages does not guarantee full functionality 2. how to install.Src.rpm packages 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 one: 1. execute rpm -i your-package.src.rpm 2. CD /usr/src/redhat/SPECS 3., rpmbuild, -bp, your-package.specs, a specs file with the same name as your package 4., CD /usr/src/redhat/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: 1. execute rpm -i you-package.src.rpm 2. CD /usr/src/redhat/SPECS The first two steps are the same as the method one 3., rpmbuild, -bb, your-package.specs, a specs file with the same name as your package At this point, in /usr/src/redhat/RPM/i386/ (depending on the package, maybe i686, noarch, and so on) In this directory, there is a new RPM package, which is co
您可能关注的文档
- 7.1燃烧和灭火(7.1 burning and extinguishing).doc
- 80后必看的书(转,看完后我觉得自己是文盲,不过,确实有蛮多书是要力.doc
- 80后必看书籍(80 must read books).doc
- 80后必看的书(80 must see book).doc
- 80年代我国播放过的动画片(Cartoons played in China in 80s).doc
- 81个小技巧教你玩转win8.1(81 tips to teach you to play win8.1).doc
- 80条人生格言(80 proverbs in life).doc
- 83个四六级重要单词及精彩例句(83 46 important words and wonderful examples).doc
- 8课单片机寻址方式与指令系统(8 single chip microcomputer addressing mode and instruction system).doc
- 8个月宝宝食谱(8 month baby recipes).doc
- rtyre(rtyre).doc
- rsi指标使用技巧(RSI indicators using skills).doc
- sata硬盘与scsi硬盘的区别(装机必看)(The difference between SATA hard disk and SCSI hard disk (it must be installed)).doc
- r中利用apply、tapply、lapply、sapply、mapply、table等函数进行分组统计(R中利用申请、tapply、lapply、供应、mapply、表等函数进行分组统计).doc
- s7-1200(s7 - 200).doc
- s60v3手机c盘、存储卡各文件及文件夹目录解析(S60v3 C, the mobile phone memory card file and folder directory resolution).doc
- Result.txt_8(result.txt_8).doc
- scale家具(scale家具).doc
- scanf 函数原型(Scanf function prototype).doc
- scite 配置文件中文(Scite configuration file in Chinese).doc
文档评论(0)