After installed Ubuntu 11.04 Natty Narwhal, one thing you might want is to install Google Earth. Follow is how to install Google Earth 6 from google official site and fix the bad looking fonts problem.
Install Google Earth from google official site
1.) Choose to download deb package for Debian/Ubuntu from the official site.
2.) In Ubuntu Software Center, make sure lsb-core has been installed.
3.) Double click to install the deb downloaded in step 1, or use:
sudo dpkg -i google-earth-stable_current*.deb
Fix ugly, unreadable fonts
Just ran the Google Earth 6 in Ubuntu 11.04 64-bit, and its fonts looks ugly. See the picture:
Easy way to fix it on official help forum that is to install the MS TrueType font package:
sudo apt-get install ttf-mscorefonts-installer
then, logout and back in.
Howto install Google Earth and Fix ugly fonts problem in Ubuntu 11.04 Natty
Related Posts:
Finch - How to use Pidgin via Terminal ConsoleFor those who have starts getting in love with Terminal Console in Ubuntu, you may love to be able to do everything from the Terminal console. Even if… Read More
Simple Linux Socket Programming in UbuntuNormally, people start learning programming with some simple typical Hello World sample. However, I'm searching for some challenge as my first try. So… Read More
How to Change Ubuntu Server from DHCP to a Static IP AddressIf the Ubuntu Server installer has set your server to use DHCP, you will want to change it to a static IP address so that people can actually use it. … Read More
How to Set Ubuntu Server IPConfiguring Ubuntu Server IP have never been any easier. Just edit the /etc/network/interfaces file using any text editor on the server. By default, y… Read More
Install .rpm packages in Ubuntua Ubuntu normally use .deb package for application installer. However, if you have an rpm file for a package you wish to install, and if you cannot fi… Read More
0 comments:
Post a Comment