1 00:00:00,210 --> 00:00:07,470 So people who love GeoEye, which stands for graphical user interface, would definitely love this lesson. 2 00:00:08,100 --> 00:00:13,500 Here we are going to use a package manager which is called as Synaptic. 3 00:00:14,490 --> 00:00:22,830 This package manager gives you a very, very simple interface which is user friendly, which allows 4 00:00:22,830 --> 00:00:26,700 you to perform all the tasks that we did using APT. 5 00:00:26,730 --> 00:00:28,080 From Command Line. 6 00:00:28,470 --> 00:00:36,930 The only difference over here is a very nice simple to use GUI interface with all the power of what 7 00:00:36,930 --> 00:00:38,130 APT has. 8 00:00:39,360 --> 00:00:41,460 So how do you install synaptic? 9 00:00:41,490 --> 00:00:46,200 The command install synaptic is apt install synaptic. 10 00:00:47,880 --> 00:00:49,370 So it's a practical time. 11 00:00:49,380 --> 00:00:56,850 Let's deep dive and see how you can install synaptic, which gives you a very simple graphical user 12 00:00:56,850 --> 00:01:00,240 interface to install and remove programs. 13 00:01:01,650 --> 00:01:09,750 So in my terminal I'm going to first say APD show synaptic because I want to see the package related 14 00:01:09,750 --> 00:01:14,280 details and here you can see and read in the description. 15 00:01:14,280 --> 00:01:23,520 It mentions that it's a graphical package management tool that is based on GTK Plus and APT, and there 16 00:01:23,520 --> 00:01:25,560 is a lot of other information as well. 17 00:01:26,640 --> 00:01:27,360 All right. 18 00:01:27,720 --> 00:01:30,570 So we are going to install this tool now. 19 00:01:30,570 --> 00:01:35,160 So I'm going to run the command apt, install synaptic and hit enter. 20 00:01:35,880 --> 00:01:39,390 It would take a few seconds to install this tool successfully. 21 00:01:39,510 --> 00:01:42,570 And as you can see, we have successfully installed it. 22 00:01:43,930 --> 00:01:47,140 Now to start this, I'm going to search for this tool. 23 00:01:47,350 --> 00:01:51,250 And here you can see the synaptic package manager window. 24 00:01:52,170 --> 00:01:58,290 On your left, you can see the categories in which all the packages are clubbed together. 25 00:01:59,160 --> 00:02:01,100 So let us take an example. 26 00:02:01,110 --> 00:02:07,650 So I'm going to go and search for a specific package, install it and remove it and show you. 27 00:02:08,630 --> 00:02:10,700 So let's say we go to EDS. 28 00:02:10,730 --> 00:02:11,060 Yeah. 29 00:02:11,060 --> 00:02:16,280 You can see the package name, installed version, latest version, description, etc.. 30 00:02:16,610 --> 00:02:18,890 So let us pick Cherry Tree. 31 00:02:19,250 --> 00:02:23,120 So we all are aware about Cherry Tree, a note taking application. 32 00:02:23,120 --> 00:02:28,610 And you can see when I search for it, we are able to see it as well that it is installed. 33 00:02:29,210 --> 00:02:31,130 Now let us remove this. 34 00:02:31,130 --> 00:02:34,430 So I'm going to click on Mark for removal. 35 00:02:34,910 --> 00:02:40,280 When I do this, I need to apply the changes on this specific package. 36 00:02:40,790 --> 00:02:46,520 It is going to give you a summary of what is going to happen and I'll click apply here. 37 00:02:46,520 --> 00:02:52,520 You can see it has successfully removed the software and we got a prompt which says Change is applied. 38 00:02:53,180 --> 00:02:57,440 Now let's go back and see if we can find Cherry Tree in our system. 39 00:02:57,440 --> 00:03:00,790 And you can see no, it has been successfully removed. 40 00:03:00,800 --> 00:03:05,630 When you run the command for cherry tree on your terminal, you won't be able to run it because it is 41 00:03:05,630 --> 00:03:07,160 successfully removed. 42 00:03:08,060 --> 00:03:14,180 So let us now bring back Cherry Tree and install it using this synaptic package manager. 43 00:03:14,420 --> 00:03:17,930 So I'm going to select it and I'm going to click on Apply. 44 00:03:18,560 --> 00:03:24,740 When I click on Apply, it is going to again give us a prompt that these two packages would be installed 45 00:03:25,250 --> 00:03:28,010 and you can see it has successfully installed it. 46 00:03:28,490 --> 00:03:29,270 Amazing. 47 00:03:29,570 --> 00:03:36,590 Let's go back and check if we have Cherry Tree installed back in our system and you can see, yes, 48 00:03:36,590 --> 00:03:38,480 it is successfully installed. 49 00:03:39,230 --> 00:03:46,220 So this was synaptic package manager, which gives you a very, very simple GUI interface with all the 50 00:03:46,220 --> 00:03:53,810 categories of software that you can search here as well, find it, install, remove, upgrade, etc.. 51 00:03:54,230 --> 00:03:55,670 I hope you guys understood. 52 00:03:55,940 --> 00:03:56,630 Thank you.