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)
How do I install `python39-rpm-macros` for Fedora 35?
How do I select the Python version when building a RPM from a .spec file on Fedora 35?
The CentOS/RHEL documentation says
Configure the particular Python 3 version in the BuildRequires of the SPEC fi...
user7610
Votes: 0
Answers: 1
Make rpm package without any dependencies. However when the rpm package is installed in the environment, there is a problem of missing dependencies
Make rpm package without any dependencies. However when the rpm package is installed in the environment, there is a problem of missing dependencies
I use “ --nodeps --force” to ignore rpm install erro...
zekee
Votes: 0
Answers: 1
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
How to create rpm A which support overlapping of installed rpm B files?
I want to create rpm A, my requirement here is that whenever I install rpm A, It will replace some files which are part of installed rpm B.
for this in debian we used
Provides: pkg C
Conflicts: pkg C
...
Pankaj Suryawanshi
Votes: 0
Answers: 2