python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Install other dependency rpm during the rpm installation
i need to install openjdk 11 along with my rpm. my software runs on java 11 but our pc have different version of java already installed.
please help me to install openjdk11 along with my rpm installa...
BALAJI V S
Votes: 0
Answers: 1
rpmbuild -rp option is not supported?
I've got a shell script with some rpmbuild workflow from a previous project and there is one command which is failing with an error unsupported option.
The command is this:
rpmbuild --nodeps --define ...
renjith vr
Votes: 0
Answers: 1
How does rpmbuild move the results to the target
When I do
rpmbuild -bi ~/rpmbuild/SPECS/microemacs.spec
The result is
>g++ -g -I. -I../src basic.o bind.o buffer.o char.o crypt.o display.o eval.o exec.o file.o
> fileio.o input.o isearch.o lin...
Questaware
Votes: 0
Answers: 1
How to get an RPM's header size and other RPM metadata in linux
Is there a linux command to get the size of header of an RPM? I came across this article that describes the structure of an RPM https://docs.fedoraproject.org/ro/Fedora_Draft_Documentation/0.1/html/RP...
awisha
Votes: 0
Answers: 1