In this example, I will show how to install Recordmydesktop on Red Hat Linux and CentOS. Recordmydesktop is a command line (and GUI) program that can be used to record a video of the CentOS Desktop (among other distros as well). To install it on CentOS, begin by installing the required dependencies:
yum install gcc make libXext-devel libSM-devel libICE-devel zlib-devel libXfixes-devel libXdamage-devel libvorbis-devel libtheora-devel
Because CentOS does not official an RPM for recordmydesktop, we will have to install it from source. We will download a tar of the source code, untar the source, and remove the tar file:
wget http://downloads.sourceforge.net/project/recordmydesktop/recordmydesktop/0.3.8.1/recordmydesktop-0.3.8.1.tar.gz
tar xf recordmydesktop-0.3.8.1.tar.gz
rm -rf recordmydesktop-0.3.8.1.tar.gz
Now, let’s go into the folder and install Recordmydesktop.
cd recordmydesktop-0.3.8.1
./configure
make
make install
If you did not set a custom prefix, running /usr/bin/recordmydesktop should begin recording your desktop! Use the following command (just as with most commands) to view the options available:
recordmydesktop –help
Incoming search terms:
- recordmydesktop centos (3)
- recordmydesktop centos 6 (3)
- centos 6 squid (3)
- how to install record my desktop in centos (3)
- how to install recordmydesktop on red hat (2)
- how to install recordmydesktop (2)
- recordmydesktop linux centos 6 2 (2)
- centOS yum recordmydesktop (2)
- recordmydesktop rhel6 (1)
- recordmydesktop-0 3 8 1 tar gz (1)



April 30th, 2012
Frank Boros

Posted in
Tags: 







