1 00:00:01,590 --> 00:00:06,720 In this lesson, we are going to learn about how to search for packages and install them. 2 00:00:07,710 --> 00:00:15,480 So in case you do not know a package name, but you wish to install a package which should do a desired 3 00:00:15,480 --> 00:00:16,440 task for you. 4 00:00:16,890 --> 00:00:25,620 Let's say you want to run FTP and you need a package which is a G for FTP client, which is a graphical 5 00:00:25,620 --> 00:00:30,090 user interface client to connect securely to a FTP server. 6 00:00:30,690 --> 00:00:33,450 But you are not aware about the name of the program. 7 00:00:34,230 --> 00:00:41,760 With the help of App Search, you will be able to search all the programs that allows you to do a specific 8 00:00:41,760 --> 00:00:43,550 task based on a description. 9 00:00:43,560 --> 00:00:48,510 Here is a graphical user interface or GI ftp. 10 00:00:49,950 --> 00:00:59,100 After you have got a list of packages which are matching with your description, you can get more information 11 00:00:59,100 --> 00:01:02,190 about them by running the command apt show. 12 00:01:03,360 --> 00:01:09,630 So it's a practical time and let's see how you can use this command to search for packages. 13 00:01:11,400 --> 00:01:13,140 I'm onto my terminal right now. 14 00:01:13,380 --> 00:01:19,650 Here, I want to install a program, but I don't know the name, so I'm going to search for something 15 00:01:19,650 --> 00:01:24,810 which is graphical ftp using the command app to search. 16 00:01:25,230 --> 00:01:31,050 Here you can see these are the matching results with the description file zilla. 17 00:01:31,320 --> 00:01:31,980 F tools. 18 00:01:31,980 --> 00:01:33,510 F, e, and so on. 19 00:01:33,930 --> 00:01:35,040 So I know. 20 00:01:35,040 --> 00:01:35,610 Okay. 21 00:01:35,640 --> 00:01:36,060 File. 22 00:01:36,060 --> 00:01:40,680 Utilize the tool that helps me connect to FTP with the help of GUI. 23 00:01:41,880 --> 00:01:49,680 Now I'm going to see more information about this tool using the command app show file zilla. 24 00:01:50,280 --> 00:01:54,740 You can replace file zilla with any package name that you want here. 25 00:01:54,750 --> 00:01:57,810 You could be able to see the package name, version. 26 00:01:58,540 --> 00:02:06,370 The file size, the recommendations, etc. And this way you will get all the information that about 27 00:02:06,370 --> 00:02:08,290 a package that needs to be installed. 28 00:02:08,920 --> 00:02:10,180 I hope you guys understood. 29 00:02:10,210 --> 00:02:10,960 Thank you.