What is a package manager?

Hello Devs, in today's article I am going to talk about what are package managers and how it would help make your development experience more easier. I would also talk about how you can install some of them incase you do not have them. Requirements But before we actually start looking at package managers, it is necessary you understand how to use the terminal aka command promp (CMD). This is because package managers achieve their effective performance from the light weight feature of the terminal since the terminal is not graphics extensive. And also almost all package managers operate via the terminal or command line interface. The experience is quiet fun when using the command-line especially when you know what you are doing. Follow this link to learn more about the terminal or commad prompt. Learn CMD . This resource over here would get you started with the terminal so that you can be able to operate on the package managers. What is a package manager ? With t...