Questions tagged [rpm]

RPM Package Manager is a package management system used primarily for GNU/Linux operating systems. It used the .rpm file format.

RPM Package Manager is a package management system. "RPM" refers to the .rpm file format, files in this format, software packaged in such files, and the package manager itself. RPM was intended primarily for GNU/Linux distributions. The file format is the baseline package format of the Linux Standard Base.

718 questions
0
votes
1 answer

Installing redis 7.0 from remi-modular repo

This might be blatantly obvious, but I cannot install a package from the remi-modular repository, despite having added the repo file in the /etc/yum.repos.d/ and validating it. I have attempted clearing all the repo cache on the system and also ran…
Seymour B
  • 1
  • 1
0
votes
1 answer

Check if software is installed based rpm package name - Rhel 7 and Rhel 9

I have one Rhel7 and one Rhel9 server running in my local lab. When I'm listing all the installed packages uring rpm -qa | grep -i package I get following result: Package-12.2.5.-1.x86_64 The name of the rpm package is:…
N. J
  • 131
  • 5
0
votes
1 answer

yum unable to find a specific package in private repo

I have a really weird problem. I've setup my private yum repo, it is serving the rpm just fine, EXCEPT one rpm. Let's say I've build and copied over all of my rpms to my custom repo directory, something along the…
codenamezero
  • 172
  • 1
  • 7
0
votes
1 answer

Can you force replacement of files marked %config in RPMs

If files in RPMs are marked %config or %config(noreplace)¹, running something like dnf update or yum update will not touch (modified) configuration files, but leave the old ones in place and create .rpmsave or .rpmnew files instead. Is it possible…
0
votes
0 answers

RPM and YUM not working on Centos7

When I try to use yum update or install package by rpm the below error happened: rpm: /lib64/libnssutil3.so: version 'NSSUTIL_3.59' not found (required by /lib64/libnss3.so) How can I Fix this issue? OS: Centos7
user3289412
  • 41
  • 1
  • 3
0
votes
0 answers

Can't install npm on CentOS 6 due dependency issues

I have a CentOS 6 machine that I want to install npm on. Whenever I do a normal yum install npm I get an error saying that I need to install krb5-devel which doesn't show up on yum search so I downloaded the RPM file and tried to install it manually…
0
votes
0 answers

Installing XtraBackup on Centos 6

I’m trying to install XtraBackup on centos 6 using this guid but i get these errors: Error: Package: perl-DBD-MySQL-4.013-3.el6.x86_64 (C6.10-base) Requires: libmysqlclient.so.16()(64bit) Error: Package: perl-DBD-MySQL-4.013-3.el6.x86_64…
h0mayun
  • 99
  • 2
0
votes
0 answers

How to check if rpm virtual package is provided?

I want to check if java-11-headless is installed. java-11-headless is a virtual package and it is provided e.g. by java-11-openjdk-headless.x86_64 package. I do not care what exactly package provides java-11-headless I only want to check if…
Mariusz
  • 101
0
votes
0 answers

CentOS7 Remi-PHP81 Followed steps. PHP command not found

Trying to install and enable PHP in a CentOS VPS. Found repository information from Remi's RPM Repository - Configuration wizard. Followed steps to install and enable PHP81. But php -v gives command not found error. yum repolist shows remi-php81. Is…
Vishnu
  • 1
  • 1
  • 2
0
votes
0 answers

When migrating from RHEL 7.x to RHEL 8.x (or RHEL-like) how does one resolve Java enterprise application dependencies on apache-commons packages?

With the move from RHEL 7 to RHEL 8, RedHat dropped tomcat from the distribution, refocusing their efforts on JBoss as a separate project and dropping tomcat. I have a legacy application to support about which we know not very much. It comes in a…
0
votes
2 answers

How to force install an rpm?

I have a gitlab pipeline where I will be installing latest rpm everytime. Some times, even if the target machine is changed manually, the rpm should be installed successfully. But some how I am getting below error. Loaded plugins:…
Kalel
  • 134
  • 1
  • 4
  • 16
0
votes
1 answer

How to check if an rpm is completely installed on centos?

We have an rpm to our project and that contains pre and post install scripts. While the post install script is still running, yum list is showing the package name in it. sudo yum list installed project-name or sudo yum list | grep project-name So,…
Kalel
  • 134
  • 1
  • 4
  • 16
0
votes
0 answers

dnf: missing library, but does exist

Trying to install libmediainfo with dnf, got an error about missing library that does exist. How to solve this ? Here is dnfoutput: $ sudo dnf install -v libmediainfo --allowerasing DNF version: 4.7.0 cachedir: /var/cache/dnf User-Agent:…
ymudyruc
  • 1
  • 2
0
votes
1 answer

How to deduce remote location of RPM that has been installed?

Suppose I had the following entries in /var/log/dnf.log: elfutils-default-yama-scope noarch 0.185-1.el8 baseos 49 k elfutils-devel x86_64 0.185-1.el8 …
Lucky
  • 101
  • 1
0
votes
1 answer

yum: local repository and modified package

Following up advices to my other question I have set up my local RPM repository on Red Hat 8 machine, placed my private packages in there and am now able to install, update etc. However, there is a problem: one package I added in my private…
Mark
  • 249
  • 1
  • 5
  • 13