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.

711 questions
-2
votes
1 answer

Trouble installing rpm package

This is probably a dumb question. I need to install the rpm package as listed here: http://www.securityspace.com/smysecure/catid.html?in=CESA-2012:0467 but I simply don't know where it is hosted. I run rpm -Uvh freetype-2.2.1-31.el5_8.1.x86_64.rpm…
Justin Meltzer
  • 621
  • 1
  • 9
  • 18
-2
votes
1 answer

installing percona mysql on centos

From where will I get the mysqldump file from /usr/bin of percona mysql server (32 bit centos 5)? Is it available on the web without installing the software? In other words I am collecting all mysqldump utilities built by percona for various flavors…
shantanuo
  • 3,459
  • 8
  • 47
  • 64
-2
votes
3 answers

Reinstalling python on CentOS to be able to use yum

Yesterday I accidentally removed the python package using "yum remove" on a CentOS server. After then I realized yum was dependant on python and I could no longer use yum. I think I need to reinstall python to fix the problem. How can I do this…
Umit
  • 29
  • 1
  • 1
  • 1
-3
votes
3 answers

How Do I Install CentOS with Minimum Amount of Packages?

After running rpm -qa | less there was a result of 234 installed packages. From my experiences with default installations, there are usually applications installed that are not required by the system. How do I install CentOS 6 with the minimum…
N0M3
  • 115
  • 1
  • 6
-3
votes
1 answer

Cant install repforge on Centos 5

rpm -ivh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el5.rf.i386.rpm Retrieving http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el5.rf.i386.rpm error: skipping…
-6
votes
1 answer

Almost every app (rpm,curl..) is broken (Red Hat Enterprise Linux 6.8) after rpm force installation - libnssutil3.so error

I'm using Red Hat Enterprise Linux 6.8 on my intra-net machine. While I'm trying to install new rpm, or even curl to some url, I'm getting that output: rpm: symbol lookup error: /lib64/libnssutil3.so: undefined symbol: PR_GetEnvSecure Every server…
1 2 3
47
48