1 00:00:01 --> 00:00:05 Welcome to the spoken tutorial on Installing Eclipse on Linux. 2 00:00:06 --> 00:00:14 In this tutorial, you will learn how to install Eclipse on Ubuntuand on Redhat operating systems. 3 00:00:15 --> 00:00:19 For this tutorial, we are using Ubuntu 11.10. 4 00:00:20 --> 00:00:21 To follow this tutorial, you must be 5 00:00:22 --> 00:00:27 connected to the internet and must have knowledge of using terminal in Linux. 6 00:00:28 --> 00:00:31 You must also have the root access or the sudo permission. 7 00:00:32 --> 00:00:35 If you do not know what is a root or sudo, do not bother, 8 00:00:36 --> 00:00:38 you can proceed through the tutorial. 9 00:00:39 --> 00:00:44 If you are on a network that uses a proxy, then you must have access to the proxy. 10 00:00:45 --> 00:00:50 If not, for relevant tutorials, please visit our website as shown. 11 00:00:51 --> 00:00:54 We shall now install Eclipse on Ubuntu using the commands shown and 12 00:00:55 --> 00:01:04 also learn about the minor changes required to do the same on Redhat. 13 00:01:05 --> 00:01:06 Now let us open the terminal. 14 00:01:07 --> 00:01:09 Press Control, Alt and t . 15 00:01:10 --> 00:01:17 This launches the terminal in Ubuntu. 16 00:01:18 --> 00:01:22 If you are on a network that uses proxy, you will have to set it on the terminal. 17 00:01:23 --> 00:01:27 If you do not know what a proxy is, you may not be on a network that uses one. 18 00:01:28 --> 00:01:29 So you can skip this step. 19 00:01:30 --> 00:01:33 For those who are using proxy, will have to set it. 20 00:01:34 --> 00:01:35 There are two types of proxies. 21 00:01:36 --> 00:01:39 One requires a username and password while the other doesn’t. 22 00:01:40 --> 00:01:44 Find the type of proxy you are using, from the concerned person. 23 00:01:45 --> 00:01:51 On the terminal, type: sudo SPACE HYPHEN s 24 00:01:52 --> 00:01:56 When prompted, type the password. 25 00:01:57 --> 00:02:05 Note that as you type password, there is no feedback in the form of asterisk (*) or other symbols. Hit Enter. 26 00:02:06 --> 00:02:13 Notice that the prompt symbol has changed from 'DOLLAR' to 'HASH'. 27 00:02:14 --> 00:02:46 Now type: export SPACE http UNDERSCORE proxy EQUAL TO http://tsuser:tspwd@10.24.0.2:8080 28 00:02:47 --> 00:02:54 In this command, tsuser is the username for proxy authentication and tspwd is the password. 29 00:02:55 --> 00:02:58 Please change these values to suit your need. 30 00:02:59 --> 00:03:06 10.24.0.2 is the host address of the proxy and 8080 is the port number. 31 00:03:07 --> 00:03:13 Change these details also to suit your need. Press Enter. 32 00:03:14 --> 00:03:17 In some cases the network does not require authentication. 33 00:03:18 --> 00:03:21 In such cases the username and password can be left blank. 34 00:03:22 --> 00:03:27 Since my proxy does not require authentication, I am going to remove those details. 35 00:03:28 --> 00:03:34 Press up arrow to get the previous command and remove the username and password and 36 00:03:35 --> 00:03:35 hit Enter. 37 00:03:36 --> 00:03:43 These commands set the http proxy. We know how to set the https proxy. 38 00:03:44 --> 00:03:53 Press up arrow to get the previous command and type 's' to change http to https and hit Enter. 39 00:03:54 --> 00:03:57 We have now successfully set the proxy. 40 00:03:58 --> 00:04:01 Press Ctrl + D to return to the normal prompt. 41 00:04:02 --> 00:04:10 Type clear and hit Enter to clear the screen. 42 00:04:11 --> 00:04:13 Now we shall install Eclipse. 43 00:04:14 --> 00:04:24 Type: sudo SPACE apt HYPHEN get SPACE update. 44 00:04:25 --> 00:04:32 This command fetches a list of all the available software, hit Enter. 45 00:04:33 --> 00:04:44 Depending on your internet speed, it takes a while to fetch the list of software. 46 00:04:45 --> 00:04:54 The operation is complete when the terminal returns to the 'DOLLAR' prompt($). Type clear and hit Enter to clear the screen. 47 00:04:55 --> 00:05:09 Type: sudo space apt hyphen get space install space eclipse and hit Enter. 48 00:05:10 --> 00:05:14 This command fetches and installs the eclipse software on the system. 49 00:05:15 --> 00:05:21 Notice the line that reads, Need to get 10.8 MB. 50 00:05:22 --> 00:05:26 Depending on your system this number will be different and 51 00:05:27 --> 00:05:29 depending on your internet speed, the time required to fetch the packages will be different. 52 00:05:30 --> 00:05:38 At the prompt of 'Y' or 'N' type y and hit Enter. 53 00:05:39 --> 00:05:58 All the required packages are downloaded and unpack into the system. 54 00:05:59 --> 00:06:04 The installation is complete when the terminal returns to the Dollar prompt. 55 00:06:05 --> 00:06:09 Now let us verify if eclipse is installed and is available on the system. 56 00:06:10 --> 00:06:21 Press Alt+ F2, in the dialogue box type eclipse and hit Enter. 57 00:06:22 --> 00:06:30 This launches the eclipse application. If Eclipse has not been installed, it will not open the application. 58 00:06:31 --> 00:06:39 We get Workspace Launcher prompt. click OK to proceed. 59 00:06:40 --> 00:06:52 And we get “Welcome to Eclipse” page. This means Eclipse has been successfully installed on the system . 60 00:06:53 --> 00:07:03 The process for installing Eclipse on Debian ,Kubuntu and Xubuntu is same as that on Ubuntu. 61 00:07:04 --> 00:07:07 The process of installing Eclipse on Redhat is similar to that on Ubuntu. 62 00:07:08 --> 00:07:12 The only difference is the commands used for fetching and installing. 63 00:07:13 --> 00:07:18 For fetching the list of software, use sudo SPACE yum SPACE update. 64 00:07:19 --> 00:07:26 For installing eclipse, use sudo SPACE yum SPACE install SPACE eclipse. 65 00:07:27 --> 00:07:36 The process for installing Eclipse on Fedora, Centos and SUSE linux is the same as that on Redhat. 66 00:07:37 --> 00:07:38 This brings us to the end of the tutorial . 67 00:07:39 --> 00:07:48 We have seen how to install Eclipse on Ubuntu and similar Operating Systems and on Redhat and similar Operating Systems. 68 00:07:49 --> 00:07:51 As an assignment for this tutorial- 69 00:07:52 --> 00:07:57 Find out more operating systems that have similar installation procedure for Eclipse. 70 00:07:58 --> 00:08:03 To know more about the Spoken Tutorial project, watch the video available at the following link. 71 00:08:04 --> 00:08:06 It summarizes the Spoken Tutorial project. 72 00:08:07 --> 00:08:11 If you do not have good bandwidth, you can download and watch it. 73 00:08:12 --> 00:08:12 The Spoken Tutorial Project Team: 74 00:08:13 --> 00:08:15 Conducts workshops using spoken tutorials, 75 00:08:16 --> 00:08:18 gives certificates to those who pass an online test. 76 00:08:19 --> 00:08:25 For more details, please write to contact AT spoken HYPHEN tutorial DOT org. 77 00:08:26 --> 00:08:29 Spoken Tutorial Project is a part of the Talk to a Teacher project. 78 00:08:30 --> 00:08:35 It is supported by the National Mission on Education through ICT, MHRD, Government of India. 79 00:08:36 --> 00:08:41 More information on this Mission is available at spoken HYPHEN tutorial DOT org SLASH NMEICT HYPHEN Intro 80 00:08:42 --> 00:08:47 This tutorial has been contributed by TalentSprint. Thanks for joining.