rpm
How to find rpm prefix after installing the rpm package
I have installed a rpm package using command \"rpm -ivvh --prefix=/home/mypkg package_name \".After insta开发者_开发技巧lling i need to find the prefix value .How i can do that?a very stale thread, bu[详细]
2023-02-11 14:54 分类:问答suse install rpm package with all depends to computer that has no internet connectivity
Before reading, please attention, my processor is 64-bit and so my oS is Suse_10 for 64 bit. I am trying to install wireshark on suse_10(64bit). The host does not have internet access. Therefore, I n[详细]
2023-02-11 06:33 分类:问答rpmbuild error: Installed (but unpackaged) file(s) found
I am building a custom rpm to install apache, among other things.When i try and build i get the above error, and then it lists /httpd-2.2.17/ and all of its subfiles.[详细]
2023-02-11 06:25 分类:问答gcc-4.4.0-1aix5.3 missing dependency libgmp, libmpfr
I am trying to install gcc-4.4.0-1 on Ai开发者_如何学运维x 5.3 system(64 BIT). I have installed MPFR 2.0 and LIBGMP 4.3 and can see libgmp.a and libmpfr.a in /usr/lib. I also used --enable-shared opti[详细]
2023-02-09 21:46 分类:问答Build rpm for packages
Can any one tell me how to create an rpm which would install another rpm,how to f开发者_C百科ind the spec file for this.Or please indicate the tutorial for building such a spec fileYou cannot. Specify[详细]
2023-02-09 18:39 分类:问答Where is the most authoritative/complete source of documentation on rpm-python module?
Trying to learn how to use the rpm-python module (i.e. \"import rpm\" on RHEL5). I can\'t find any tutorials that are complet开发者_开发问答e or recent. Specifically regarding how to install and manag[详细]
2023-02-08 00:30 分类:问答creating a python rpm to install
I have created a dead simple gtk python app (just a pycairo animation) for gnome. I am trying to make an rpm so that it is easy for others to install it.I was hoping to make my app appear in the gnome[详细]
2023-02-05 21:17 分类:问答setting installation path for python rpm
Can I set the installation path (relative or absolute) for a p开发者_如何学运维ython rpm\'s content?[详细]
2023-02-05 15:56 分类:问答Distutils, older rpm, and customized spec file
I finally got my program packaged in a RPM on Fedora 14 yesterday, and I thought that it would be easy to build it the same way on a CentOS 4.8 box. It turns out that the older version of rpm and dist[详细]
2023-01-31 16:11 分类:问答OR dependencies in RPM?
Can I produce开发者_JAVA百科 an RPM package where several dependencies are listed in a choose-one-from-those manner? Reason why I\'m asking, my app needs a scalable Mincho-style Japanese font, and it[详细]
2023-01-30 07:49 分类:问答