Top "Rpm" questions

RPM Package Manager (RPM) is a package management system for unix based operating systems.

How to make chef check for RPM package and then install?

I am currently using chef to install the RPM JDK package but the problem is that it does it every …

rpm chef-infra
How to set owner for directory in the %files?

If I have this line in the %files: %attr(0555, myuser, myuser) /opt/myapp/lib/my.jar Then my.jar will …

rpm rpmbuild rpm-spec
Where to find packages names and versions for RedHat?

How can I find out whether a specific RedHat release (RHEL4, RHEL5...) contains a certain package (or a certain version …

linux packages redhat rpm
How to install docker-ce without internet and intranet yum repository?

I downloaded the RPM package from the official website, but I still need to download some dependencies when I install …

docker centos installation rpm docker-ce
RPM build No such file or directory

I want to create simple RPM file with many small files. [root@laptop rpm]# tree . ├── BUILD ├── BUILDROOT ├── RPMS ├── SOURCES │   └── some_…

linux rpm rpmbuild rpm-spec
How do I get rpmbuild to download all of the sources for a particular .spec?

I am adding some sources to an existing rpm .spec file by URL and don't have them downloaded yet. Is …

rpm rpmbuild rpm-spec
Linux - Dependency libmysqlclient.so.15 not found

I start the instalation, now i receive a error for file dependencies see: root@ca [~/sitebuilder]# rpm -Uhv updates/*.rpm …

linux dependencies centos rpm libmysql
Rpmbuild - setting name of created .rpm

I've been trying to find out what's the easiest way to set a fixed filename during rpm creation. Can it …

rpm rpmbuild
Uninstall/Remove tomcat 9 completely from CentOS

I am trying to remove tomcat 9 from CentOS completely. First I used rpm -qa|grep tomcat The output I got …

apache tomcat centos7 rpm tomcat9
How to "repackage" a RPM file for example cpio2rpm without installing the RPM?

I'm able to extract files from a RPM file, but how do I "rebuild" it, for example cpio2rpm? I …

linux rpm rebuild