September 25, 2013

Ubuntu Installation using Windows Installer

There is an absolute easy way to install  ubuntu. Let us see step by step procedure to install ubuntu by using ubuntu windows installer.
First download the windows installer by writing following in google and open the first link.
1
Now, click on the Get the installer button.


2
Now, Once the Windows installer has been downloaded, you need to open it to install Ubuntu.
  3

Now, you will have the following exe file.
firefox
Select the drive, give username and password.
 windows-installer-4-12.10
Now, your download and installation begins as shown in the following diagram. It may take a while depending on your speed.
windows-installer-5-12.10
After its completion, you will see the following figure.
complete
Click finish. And there you go. Enjoy.
    U2.2.2_07_medium 
So, this is the easiest way to install ubuntu. Now, if you want to install ns2 , the easy way, you can use Ubuntu Software Center for that. It provides with ease to install different softwares by wizard.

5 comments:

C program to Read From a File

#include <stdio.h> #include <stdlib.h> void main() {     FILE *fptr;     char filename[15];     char ch;   ...