We are 开发者_运维技巧developing an application in python, and we are using RPM to install it. But sometimes, an error can happen during installation, and I can detect it. The question is, is there an
I tried to build a rpm package which is giving me the following error /usr/lib/rpm/find-debuginfo.sh /usr/src/redhat/BUILD/RPMS
I want to write a script to find the latest version of rpm of a given package available from a mirror for eg: http://mirror.centos.org/centos/5/updates/x86_64/RPMS/
Is there an easy procedure to build an RPM.If so Please explain or provide the link......... My requirement is very simple ..
I am using fedora 10 linux.I have created an RPM for my software it works fine. But I want the follwing feature
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Hi I am using Fedora 10 linux. I have created an rpm for my application. I can run my going to manubar and thenapplication under Applications----> Others--> MyApplication.
I am using Fedora 10, I have created an rpm file for my software. It removes all the files from the installed directory. If i use yum remove command or r开发者_StackOverflow中文版pm -e command. but af
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in开发者_开发问答 its current form.
We are using rpm to deploy our web applications internally. The rpm installs the files, configures apache, cron, logging and so on.