rpm
Linux系统中包管理RPM、YUM、DNF的使用方法
目录一.linux 系统主要使用以下几种包管理系统:二.Red Hat/Centos/Fedora 系统 (YUM/DNF)1.rpm命令安装rpm命令介绍rpm默认安装路径rpm命令基本语法rpm命令常见选项及参数说明rpm命令注意事项2.yum和dnf安装主要区别[详细]
2025-04-20 09:58 分类:运维How can I rebuild rpm package exclude some dependencies?
Have next kind of question. Wanna to rebuild garbage collector (gc-7.1-10.el6.src.rpm) and exclude ld-linux.so.2, ld-linux.so.2(GLIBC_2.3) & libpthread.so.0(GLIBC_2.3.2) dependencies.[详细]
2023-04-12 13:58 分类:问答how to get list of rpm packages installed in the system
how to get list of all rpm packages installed on Linux using Perl. any help is appreci开发者_如何学Cated.I guess you can always use the rpm command:[详细]
2023-04-12 04:09 分类:问答How to detect rpm post scriptlet failure
How to detect if the rpm package installatio开发者_Python百科n\'s post install section code failed ?[详细]
2023-04-12 00:42 分类:问答Keep RPM from changing directory permissions
is it possible to keep RPM from changing the permissions of a directory when an update is done. I.e. we have some directories that are needed for the application to work correctly. However the user mi[详细]
2023-04-09 11:43 分类:问答Separated login config for JBoss?
I\'m trying to create an RPM-packaged Ear file that should be installable together with other RPM-packagesd Ear files in a JBoss container. (I could probably create a separate container within JBoss,[详细]
2023-04-09 05:27 分类:问答RPM : How to get Requires(post) list
Have generated rpm package with the spec file, where used Requires(post) to specify the required tools for the post installation section.[详细]
2023-04-08 14:42 分类:问答Create RPM package with runtime libraries and executable file
I have created a C++ application under redhat linux environment. Beside this application, I have also created many *.so libraries required by the application. The created application uses some Boost C[详细]
2023-04-07 06:04 分类:问答Package updating another package from another repository
I\'ve created repository where I store my own packages. System uses my and some other public repositories.[详细]
2023-04-06 12:36 分类:问答How to rpm from Qt project that is build by qmake?
I have developed some project by Qt and now I want to distribute the binary of the projects with rpm?[详细]
2023-04-05 15:54 分类:问答