1 00:00:06,960 --> 00:00:07,793 - All right. 2 00:00:07,793 --> 00:00:09,714 In this lesson, we have seen many commands. 3 00:00:09,714 --> 00:00:11,430 Let's go check them out. 4 00:00:11,430 --> 00:00:12,873 It started with rpm, 5 00:00:13,800 --> 00:00:17,130 the command that previously was used to install packages 6 00:00:17,130 --> 00:00:21,600 and nowadays is mainly useful for querying packages. 7 00:00:21,600 --> 00:00:24,420 Yum, as well as dnf, are the software managers 8 00:00:24,420 --> 00:00:25,710 in record environments, 9 00:00:25,710 --> 00:00:28,140 your main source for installing packages, 10 00:00:28,140 --> 00:00:30,810 and apt is the equivalent in Ubuntu. 11 00:00:30,810 --> 00:00:33,300 Apt-cache is a useful command 12 00:00:33,300 --> 00:00:36,450 because there is apt-cache search which allows you to search 13 00:00:36,450 --> 00:00:38,910 for packages containing a specific file. 14 00:00:38,910 --> 00:00:41,730 And that's really useful if you don't know 15 00:00:41,730 --> 00:00:43,680 the name of the packages that you need.