How can i determine the Linux version (distribution) fo开发者_如何学Gor which was compiled rpm packet?I believe this is what you are after.
So when I create a debian package, I am able to write a post-installation shell script that runs just fine. Currently mine is configured to do
Hi I have created XYZ.desktop file. And the code for that desktop file is given below XYZ.desktop Version=1.0
I googled for this, but couldn\'t find how to query a non-installed RPM file for its information: # rpm -qa blackfin-jtag-tools-09r1.1-2.i386.rpm
I\'m modifying an automated build, and want to tell rpmbuild to use a specific build area when invoking it.
I have a target directory t开发者_如何学JAVAhat is checked into svn.I use the target as the --buildroot when I run rpmbuild.This causes rpmbuild to loose it mind because of the .svn directories in eac
Is it possible to paqckage multiple rpms into one file. I have got two bundles one of which requires that the other be installed. I would like to create a single installable out of them in such a way
It seems that the RPM logic is quite different from what I know already and I am having some issues understanding the \"RPM logic\". For my work, I have to create a documentation on \"How-to create a
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I try to compile code, that beggins with: #include<stdlib.h> #include<GL/gl.h> #include<glaux.h>