grab our rss feed

linuxsysconfig

Configure your Linux system

Entries Tagged ‘rpm’

How to manually download, compile and install RHEL 6 updates

As it turned out firefox 20 available from the Remi repository doesn’t install on earlier releases of RHEL6 (such as RHEL6.3), it is only compatible with RHEL 6.4 as its dependency xulrunner-last was compiled against newer versions of zlib and libjpeg-turbo. If you have an active RHEL 6.subscription you have to update zlib and install […]

Create a yum repository with custom GPG-signed RPM packages

If you want to distribute RPMs to multiple machines that use yum (e.g. Red Hat / CentOS, Fedora) it is easier to create your own yum repository and populate it with packages. You can include any rpm you want provided that the package license allows distribution (I initially wanted to include jre in this guide, […]

RPMize your Humble Bundle Linux games for Fedora 17/18

If you ever bought a Humble Bundle game pack you already know they provide game installers for Windows, Mac OS and Linux (some packs also support Android) in addition to a Steam / Desura activation key. While the installers are fine (usually tar.gz or sh), using more of them on your machine may cause confusion […]

Recover the RPM database on Fedora 18

RPM is a package management tool, a core component of many Linux distributions such as Red Hat, Fedora, CentOS and many others. It stores information about software packages in its own database which is available under /var/lib/rpm. Sometimes the database can become corrupted so any attempt to make use of the rpm system would fail. […]