Java/C2/Installing-Eclipse/English
Author: TalentSprint
Script Title: Installing Eclipse on Linux
Keywords: Eclipse, IDE, Installation, Ubuntu, Redhat, video tutorial
| Visual Cue | Narration |
| Slide 1
Welcome Slide |
Welcome to the spoken tutorial on Installing Eclipse on Linux |
| Slide 2
Learning Outcomes By the end of this tutorial, you should be able to
|
In this tutorial, you will be learn how to Install Eclipse on Ubuntu and on
Redhat operating systems. |
| Slide 3
Tools Used |
For this tutorial, we are using Ubuntu 11.10 |
| Slide 4
Pre-requisites
|
To follow this tutorial, you must be
connected to the internet and must have knowledge of using terminal in Linux.
|
| Slide 5
Ubuntu
|
We shall now install Eclipse on Ubuntu
using the commands shown and
|
| Minimize the Slide Window and Show on Desktop
Press Ctrl + Alt + t |
Now let us open the terminal.
|
| If you are on a network that uses proxy, you will have to set it on the terminal.
| |
| For those who are using proxy, you will have to set it.
| |
| Type on terminal
$ sudo -s |
On terminal, type sudo SPACE HYPHEN s
Then prompt it and tpe the password.
|
| Point to the changed prompt symbol | Notice that the prompt symbol has changed from DOLLAR to HASH. |
| At the prompt, type
# export http_proxy=http://tsuser:tspwd@10.24.0.2:8080 |
NOw type
http UNDERSCORE proxy EQUAL TO |
| In this command , tsuser is the username for proxy authentication and tspwd is the password.
| |
| 10.24.0.2 is the host address of proxy and 8080 is the port number.
| |
| In some cases the network does not require authentication.
| |
| Remove tsuser:tspwd@ | Since my proxy does not require authentication, I am going to remove those details.
|
| These commands set the http proxy. We know how to set the https proxy
| |
| Press up arrow to get the previous command and add an s to change http to https | Press up arrow to get the previous command and remove user name and password and
|
| Press Ctrl + D | press Ctrl + D to return to the normal prompt.
|
| Type clear at the prompt | Type clear and hit enter to clear the screen
|
| Point to the DOLLAR PROMPT
sudo apt-get update
|
Type sudo SPACE apt HYPHEN get SPACE install space eclipse. and hit enter
Notice line that reads Need to get 10.8 MB...
|
| Type on the terminal
|
The installation is complete when the terminal returns to DOLLAR PROMPT.
|
| Minimize the terminal and show desktop
|
Press Alt F2 in the dialog box type eclipse and hit enter
If Eclipse has not been installed, it will not open the application. |
| Click OK at the workspace window. | We get Workspace Launcher prompt. click OK to proceed. |
| Point to “Welcome Page” in Eclipse | And we get “Welcome to Eclipse” page. This means eclipse has been successfully installed on your system . |
| Close Eclipse and Maximize the slide window
Ubuntu - Similar OS
|
The process for installing Eclipse on Debian, Kubuntu and Xubuntu is the same as that on Ubuntu. |
| Slide 7
Redhat
|
The process of installing Eclipse on Redhat is similar to that on Ubuntu.
|
| Slide 8
Redhat - Similar OS
|
The process for installing Eclipse on Fedora, centos and suse linux is the same as that on Redhat. |
| Slide 9
Summary
|
This brings us to the end of the tutorial We have seen how to install Eclipse on Ubuntu and similar OS and on Redhat and similar OS. |
| Slide 10
Assignment |
As an assignment for this tutorial Find out more operating systems that have similar installation procedure for eclipse |
| Slide 11
About the Spoken Tutorial Project
|
To know more about the Spoken Tutorial project, watch the video available at the following link.
|
| Slide 12
Spoken Tutorial Workshops
|
The Spoken Tutorial Project Team.
For more details, please write to contact AT spoken HYPHEN tutorial DOT org.
|
| Slide 13
Acknowledgement
|
Spoken Tutorial Project is a part of the Talk to a Teacher project.
|
| Slide 14
About the contributor
|
This tutorial has been contributed by TalentSprint. Thanks for joining. |