How to Install VLC Media Player in Ubuntu 10.04

VLC is the most widely used media player developed by VideoLAN.It can play all the important formats like mp3,MPEG,MPEG2,MPEG4,DivX,QuickTime,WMV,MOV,FLV..and VCDs,DVDs.It is free and Open source so you can install it very easily in your ubuntu 10.04(Lucid Lynx).The features of VLC can also be extended by using some extra audio and video pluging available freely on …

How to install Picasa in Ubuntu 10.04

Picasa,a free Photo software provided by Google.For linux platform ,version 4 will be released soon but know its beta version picasa 3 is available.Picasa is available for all major version of linux.RPM package is available for Red Hat,fedora,OpenSuse and Mandriva while .deb(debian) package of picasa-3 is available for Ubuntu 10.04 and Debian.After some time the …

How to Install GTK+ in Ubuntu 10.04

GTK+(GIMP Tool Kit) is one of the most widely used ToolKit for creating graphical user interfaces(Originally for X-Window).It is designed to be small,flexible and efficient and offers complete set of widgets;hence it is suitable for projects from small to complete application suites.So basically it is a collection of some libraries so that you can use …

How to install Java(JDK) in Ubuntu 10.04

JAVA is now the most widely used programming language for creating applications for web,gadgets,business…So you may want to install JRE(Java Runtime Environment) on your ubuntu 10.04 LTS for compiling and running JAVA based application. Installing JDK through Command Line in Ubuntu 10.04 Use the following command to install JDK(Java Developement Kit) 6 on your Ubuntu …

How to Install MySQL in Ubuntu 10.04

Database management system is necessary every where whether it’s a web application or other business purpose software;in ubuntu 10.04 you may like to use MySQL,the fastest database management system for web applications. MySQL is one of the most widely used database management system and it is light,free and open source so it is also in …