Now the automated process would download googleearth it is 20.6 Megabytes download and would automatically install it.
After installation is over you can launch Google Earth by typing "googleearth" in the Terminal Window.
A Picture of Google Earth Running on linux
9. Installing Adobe Reader
Though Mandriva comes with pdf reader for viewing pdf files and is very good but still if you are making transition from Windows to Mandriva you might like to install Adobe Reader 7.0 which is some what more robust and complete as compared to some PDF viewers available on linux , the Linux version of Adobe Reader 8.0 has not been released but the version 7.0 is available and could be downloaded from the following website : -
http://www.adobe.com/support/downloads/product.jsp?product=10&platform=unix
Just choose the platform Unix in the list and download the archive as a rpm file , in the Web browser.
Web Page for downloading Adobe Reader
Go to the location where you have downloaded the file and install it using rpm command.
10. Installing RealPlayer
Real Player is one of the more popular media player , it is used to play streaming audio / video file son the internet. It can be used to play rm , rmvb , mp3 and other files.
To install RealPlayer visit the following link using your Web Browser .
http://www.real.com/linux/Select RedHat package and save the rpm file after downloading the rpm file install it using the following command in the terminal window after chdir to the directory were you have downloaded the rpm file .
Image Showing Link for downloading RPM Package
or type the following command in the terminal window
" wget http://www.real.com/realcom/R?href=http%3A%2F%2Fforms%2Ereal%2
Ecom%2Freal%2Fplayer%2Fdownload%2Ehtml%3Ff%3Dunix%2FRealPlayer10GOLD%2Erpm "
and after downloading RPM file type the following command in the terminal window in super user mode .
"
rpm -i RealPlayer10GOLD.rpm "
However i found though installation goes smoothly but still RealPlayer did not work because of some missing library you have to install aditional library .
"
urpmi urpmi libstdc++5-3.3.6-3mdk.i586"
After this RealPlayer should work well.
After installation is over you can launch Real Player from Application -> Multimedia -> Video ->Real player 10
This is how Linux Version of RealPlayer Looks not as neat as Windows one but still good.
11. Installing Skype
Skype is one of the most popular Voip application to install skype open the terminal window and after sudoing into super user mode type the following command in the terminal window .
"wget http://download.skype.com/linux/skype-1.3.0.53-1mdk.i586.rpm"
and
after downloading is complete , install skype using the following command
"rpm -i skype-1.3.0.53-1mdk.i586.rpm"
After above step is complete launch skype by typing
" skype
" in the terminal window .
This is how Linux Version of Skype Looks
12. Enabling all the neat eye candy and installing some more
The desktop effect are not enabled by default in mandriva linux to enable them go to
System ->Administration -> Configure your Computer after supplying the root password and go to Hardware and there select Configure 3D Desktop Effects.
Mandriva Control Centre , see option Configure 3D Desktop effects
And follow the instructions to enable 3D Effect on Mandriva Desktop
gdesklets gives user a collection of impressive widgets that can be placed on desktop this is similar to feature available on Windows Vista and Mac OS X , it does provide quite a good look to the desktop.To install gdesklets issue the following command at the command line
"urpmi gdesklets"
After installation is over go to Preferences -> Advanced -> Sessions , there go to startup programs and add "gdesklets shell "
Adding gdesklets shell in the sessions
After completeing above steps install custom desklets to make your desktop look more attractive .
13. Making Windows see your Linux partition
Windows XP lacks support for reading and writing files to Linux file system however external utilities like free Ext2 File system for windows allows Windows XP to read and write files to a Ext2 , Ext3 file system however ReiserFS file system is not supported .
You can get Ext2 file system for windows at the following link : -
(http://www.fs-driver.org/download.htm
Miscellaneous : -
Installing Bittorrent
Bittorrent is one of the most popular application used for downloading torrent files , based on python it is available on a large number of platform including windows , mac os x and linux .
To install Bittorrent type the following command in the terminal window.
" urpmi bittorrent "
Installing Opera
Opera is very fine browser is quite popular too , it features a integrated bittorrent client , has a strong download manager and offers tab browsing . It is third most popular browser after IE and Mozilla Firefox
Type the following command in terminal window after sudoing into super user mode .
"wget http://download.mirror.ac.uk/sites/ftp.opera.com/linux/920/final/en/i386/shared/opera-9.20-20070409.6-shared-qt.i386-en.rpm"
and
"rpm -i opera-9.20-20070409.6-shared-qt.i386-en.rpm"
To complete installation
after Installation is over you can launch opera by typing "opera" in the terminal window / or go to Applications -> Internet -> Web Browser -> Opera to launch opera.
This is how Opera Looks
Article Written by Ambuj Varshney (C) 2007 Ambuj Varshney For Linux on Desktop Blog