1 00:00:02,120 --> 00:00:08,270 In this lesson we are going to learn about installing and removing packages from your Linux OS using 2 00:00:08,270 --> 00:00:08,930 APT. 3 00:00:09,890 --> 00:00:15,530 So the command installer package is APT install and the package name that you wish to install. 4 00:00:16,580 --> 00:00:22,460 Similarly, the command to remove a package is apt remove and the package name that you want to remove 5 00:00:22,460 --> 00:00:23,450 from your system. 6 00:00:24,710 --> 00:00:25,910 It's a practical time. 7 00:00:25,910 --> 00:00:27,980 And let's see, how could you do that? 8 00:00:29,690 --> 00:00:35,900 So on my terminal you can see I have run the command which is apt show file zilla. 9 00:00:36,740 --> 00:00:45,590 This command is used to show more information or description about any specific package or tool file 10 00:00:45,590 --> 00:00:53,210 zilla as a tool which is used to connect over FTP from a client to server to securely transfer the files 11 00:00:53,210 --> 00:00:54,710 between the two systems. 12 00:00:55,430 --> 00:01:03,170 Here we are going to see how can we install file zilla and how can we use it and remove it here? 13 00:01:03,200 --> 00:01:07,430 As I've mentioned, this is the detailed description about the tool. 14 00:01:08,490 --> 00:01:14,160 Now I'm going to install file zilla in my system using the command that we have learned. 15 00:01:14,640 --> 00:01:18,330 So app install file zilla will install the program for you. 16 00:01:18,720 --> 00:01:22,380 It will ask you to confirm that you wish to install this tool. 17 00:01:22,440 --> 00:01:25,680 I'm going to press y, which means yes. 18 00:01:27,290 --> 00:01:31,550 As you can see, it has successfully installed the tool in my system. 19 00:01:32,660 --> 00:01:36,680 Let's go and search for file zilla to confirm if it is installed. 20 00:01:37,580 --> 00:01:41,300 I'm going to click on the search and I'm going to search for file zilla. 21 00:01:42,620 --> 00:01:43,640 Let's open it. 22 00:01:43,640 --> 00:01:47,570 And yes, we can see successfully the tool is installed. 23 00:01:47,720 --> 00:01:52,580 From here we can connect to the FTP server and successfully perform FTP. 24 00:01:53,400 --> 00:01:56,340 Now let us remove this tool. 25 00:01:56,460 --> 00:02:02,880 So I'm going to go back to my terminal and I'm going to type the command A to remove the package that 26 00:02:02,880 --> 00:02:06,120 we have installed just now, which is file zilla. 27 00:02:08,370 --> 00:02:13,890 We have to again confirm by pressing y and it is going to remove that package. 28 00:02:14,670 --> 00:02:21,630 Let us go back to the search and find file zilla and you can see if we are unable to find it, which 29 00:02:21,630 --> 00:02:24,420 confirms that the tool has successfully been removed. 30 00:02:24,540 --> 00:02:26,490 So this was it for this lesson. 31 00:02:26,490 --> 00:02:32,100 I hope you guys understood how to install and remove packages in your Linux system. 32 00:02:32,310 --> 00:02:33,060 Thank you.