Tag:
RPM

Install FFmpeg on RHEL 5 or CentOS 5

by
on
January 18, 2012

FFmpeg contains a number of tools to record, convert, stream and play multimedia content. The following tutorial will guide you through the installation of FFmpeg on either RHEL 5 or CentOS 5. I have chosen running on CentOS but it shouldn’t make a difference either way. Lets get started! Adding the DAG repository The first [...]

Read More
No Comments
red hat

Install git on SUSE 11

by
on
January 5, 2011

Git is a great version control system which is used everywhere these days. The process of installing git on SUSE is as easy as other distros at moment but is not to difficult if you follow these steps. To my knowledge at this point in time there is no git rpm package for SUSE. There [...]

Read More
2 Comments
suse

Extract the contents of an RPM package

by
on
October 10, 2010

Strangely enough there is no way to directly extract the contents of an .rpm package using the rpm (RPM Package Manager) tool. This feature can come in handy for example if you need to access a single file in a package but you don’t want to install it on your system. Fortunately there is a [...]

Read More
No Comments
red hat

RPM Cheat Sheet

by
on
October 22, 2008

RPM stands for Red Hat Package Manager. There are a variety of distributions besides Red Hat that use RPM to manage packages including Fedora, Mandriva, SUSE, CentOS, and Yellow Dog Linux among others. RPM uses a database to keep track of what packages have been installed on the system and where they are located. This [...]

Read More
No Comments
red hat
Copyright 2008-2010 WiredRevolution.com. All rights reserved.