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

packaging current linux kernel as a rpm

I have just built a custom kernel from source (obtained from kernel.org). I can boot from it fine on my local box. I now want to make it easy for a colleague to try this kernel out. Is there an easy way to create a rpm that he can install? The…
MK.
  • 305
  • 1
  • 3
  • 6
0
votes
1 answer

Where to download MySQL server 5.0.77-log

I have MySQL Server version: 5.0.77-log Source distribution on a RHEL6 server. I need to reinstall it on a second RHEL6 server to set up a testing environment but I cannot find where to download this exact version. Thanks!
blizz
  • 1,134
  • 1
  • 26
  • 47
0
votes
1 answer

How can i install mysql_config on Red Hat Linux 4?

I've been tasked with implementing a few upgrades on a Red Hat Linux 4 box that is already running MySQL. I've found the need for the mysql_config tool, but i can't locate it as already being installed anywhere. The package manager i'm using is…
ilasno
  • 236
  • 1
  • 3
  • 16
0
votes
2 answers

amanda client 3.3.5 for RHEL 5 - dependency issues

Im working to update my various clients to use the latest version of Amanda. The installs work great for RHEL6 but fails on v5 with the following errors: # yum localinstall amanda-backup_client-3.3.5-1.rhel5.x86_64.rpm Loaded plugins: dellsysid,…
ethrbunny
  • 2,369
  • 4
  • 41
  • 75
0
votes
0 answers

rpm dependency failed to install, package installed anyway

I have this issue and I would like to understand why it is like this. I have build 3 really simple rpm packages called a, b and c, and I made a independant, b depending on a and c depending on a and b. Each of them has a source made of only one file…
Pierre-Alain TORET
  • 1,254
  • 8
  • 14
0
votes
2 answers

Packages with no name listed by yum

In my Fedora 20 system I see these two packages with no names (and with no version one): [user@notebook ~]$ sudo yum list installed|grep rawhide 0.10.23-2.fc19 @rpmfusion-nonfree-rawhide …
jurijcz
  • 207
  • 3
  • 9
0
votes
1 answer

No such file or directory after rpm -e --nodeps packagename instead of command not found

I installed ethtool using yum install ethtool and then removed it using rpm -e --nodeps ethtool because when I tried to remove ethtool with yum it was going to remove a bunch of important dependencies like php, httpd, etc. When I run any command…
SSpoke
  • 161
  • 2
  • 10
0
votes
1 answer

Verify PHP 5.3.27 has been patched for CVE-2013-4248

Server setup: CentOS release 5.10 (Final) WHM 11.40.0 (26) EasyApache 3.22.24 rev9999 compiled apache 2.2.26 and PHP 5.3.27 w/ SuHosin 0.9.33 I already had PHP 5.3.27 installed (since before most of documents/patches for CVE-2013-4248 came out),…
0
votes
1 answer

Centos 6.4. building rpm for cups 1.7

I try to build rpm from source by running rpmbuild -ta cups-1.7.0-source.tar.gz --without dbus but get Processing files: cups-1.7.0-1.x86_64 error: File not found: /root/rpmbuild/BUILDROOT/cups-1.7.0-1.x86_64/usr/share/cups/usb error: File not…
ThatsMe
  • 101
  • 3
0
votes
2 answers

Centos: Clamd and Razor-agents dependency failure on yum update when EPEL is enabled

I want to install Gitlab 6 to my CentOS 6.4 x64 server. I'm following the tutorial and enable EPEL with this command: rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm Then when I check my repolist, here's the…
kubilay
  • 159
  • 1
  • 3
  • 12
0
votes
1 answer

mod_ssl RPM conflict

I build Apache httpd into an RPM using these sites: http://erikwebb.net/blog/compile-and-install-apache-24-red-hat-enterprise-linux-rhel-6-or-centos-6 http://ramblin-dude.blogspot.com/2013/04/compiling-rpm-for-httpd-on-rhel-57.html I was…
Engineer2021
  • 601
  • 8
  • 25
0
votes
1 answer

Installing JDK on Amazon linux box gives error: open of failed: No such file or directory

I just got a new amazon linux box and I'm trying to install jdk on it. These are the commands i followed but I am getting an error: $ java -version java version "1.6.0_24" OpenJDK Runtime Environment (IcedTea6 1.11.11.90)…
Anthony
  • 253
  • 1
  • 7
  • 10
0
votes
1 answer

Tomcat 6 on Centos 5 - only RPMs

I'm going through the exercise of setting up Tomcat 6 on CentOS 5 using RPM packages. Right now I'm stuck with old versions of tomcat5-jsp-2.0-api and tomcat5-servlet-2.4-api-5.5.27-7.jpp5, since they are required by jakarta-taglibs-standard: $ rpm…
Robert Munteanu
  • 1,644
  • 5
  • 23
  • 41
0
votes
1 answer

Upgrading PHP on RedHat

I'm trying to upgrade my PHP from 5.3.13 to 5.5 following this post, which links http://www.if-not-true-then-false.com/2010/install-apache-php-on-fedora-centos-red-hat-rhel/. However, I got error messages at the very first step that adds…
Yang
  • 99
  • 1
  • 5
0
votes
3 answers

How to install MariaDB rpms in CentOS 6.4 using rpm (not yum cmd) + handling mysql-libs conflicts

I need to script the install of MariaDB using the rpm command in CentOS 6.4. I can't use yum since it's going to be an offline install so there's no access to the repository. The only MySQL package installed is mysql-libs as various other packages…
ryuken
  • 1
  • 1
  • 1