1 00:00:01,450 --> 00:00:02,560 Hey, everyone. 2 00:00:02,590 --> 00:00:10,090 So as we are discussing about package managers for Linux based operating systems, do you also know 3 00:00:10,090 --> 00:00:14,380 that we have package managers for Windows operating system as well? 4 00:00:14,950 --> 00:00:21,880 So you must be surprised to see this because generally we do not use any package managers to install 5 00:00:21,910 --> 00:00:26,800 programs for us in Windows based home workstations. 6 00:00:27,160 --> 00:00:33,430 We instead simply download those from their website, then we install it the normal way that we usually 7 00:00:33,430 --> 00:00:33,940 do. 8 00:00:34,090 --> 00:00:39,250 But we have a package manager for Windows, which is known as Chocolate. 9 00:00:40,180 --> 00:00:47,290 The name may sound a little bit chocolatey here in this case, but yes, this is what we have. 10 00:00:47,350 --> 00:00:56,260 So chocolate is one of the package managers which would work exactly the same that we use in our Linux 11 00:00:56,260 --> 00:00:58,660 based operating systems like APT. 12 00:00:59,380 --> 00:01:08,560 So what it does basically it helps us install, remove, upgrade and update packages in our computer. 13 00:01:08,890 --> 00:01:16,810 It says that it basically simplifies the complex processes and saves our time for installing and removing 14 00:01:16,810 --> 00:01:17,680 programs. 15 00:01:18,190 --> 00:01:20,320 This looks really very awesome. 16 00:01:20,350 --> 00:01:26,920 Let's see, how can we get started installing packages and what are the packages actually supported 17 00:01:26,920 --> 00:01:31,270 by the community of chocolate or maybe the repository of chocolate? 18 00:01:32,080 --> 00:01:39,760 So here you can see in total 4125 are package numbers are being supported. 19 00:01:39,760 --> 00:01:41,980 So actually that's a big count. 20 00:01:42,490 --> 00:01:42,640 Yeah. 21 00:01:42,730 --> 00:01:52,480 We can also see the tools, for example, Google Chrome, Flash Player, Java, Mozilla Firefox, Microsoft 22 00:01:52,480 --> 00:01:58,840 Visual, See Notepad Plus plus seven zip VLC Media Player Python. 23 00:01:58,840 --> 00:02:05,560 So here I can see the usual most necessary available tools are already there into the repository. 24 00:02:05,770 --> 00:02:07,450 So how do we install it? 25 00:02:07,450 --> 00:02:11,920 So let's assume I need to install the VLC Media Player latest version. 26 00:02:11,920 --> 00:02:18,670 So I just need to copy this command which is Choco, install VLC and paste it on my terminal. 27 00:02:18,880 --> 00:02:22,690 It would then install the tool for me. 28 00:02:22,720 --> 00:02:30,790 Similarly Python Choco install python and this way it would install it for me in my computer. 29 00:02:30,820 --> 00:02:33,490 I do not need to go to the website. 30 00:02:33,490 --> 00:02:36,700 Try to open python dot org search. 31 00:02:36,700 --> 00:02:40,000 Where is the download field and download the compatible version? 32 00:02:40,000 --> 00:02:46,030 For me, this looks very, very easy and has simplified our process. 33 00:02:46,360 --> 00:02:50,260 Now how do we install chocolate in our computer? 34 00:02:50,260 --> 00:02:52,450 That again is very super simple. 35 00:02:52,480 --> 00:02:58,720 As per the documentation with PowerShell, you can install it in a very, very easy manner. 36 00:02:59,320 --> 00:03:04,450 You just need to follow this command and you need to paste that command onto your PowerShell terminal 37 00:03:04,450 --> 00:03:06,370 and it would install it for you. 38 00:03:06,550 --> 00:03:12,880 Now I do not have a Windows based operating system setup currently with me, so I would not be doing 39 00:03:12,880 --> 00:03:13,390 this. 40 00:03:13,390 --> 00:03:20,740 But if you guys want you can try it yourself and install chocolate in your computers and explore that 41 00:03:20,740 --> 00:03:21,850 how it works for you. 42 00:03:22,390 --> 00:03:27,880 So I hope you guys understood and maybe you got a new information this time that yeah, you can also 43 00:03:27,880 --> 00:03:34,900 install a package manager which is built in for windows that can maybe help you and minimize your effort 44 00:03:34,900 --> 00:03:36,580 for installing various tools. 45 00:03:36,760 --> 00:03:37,510 Thank you.