1
00:00:00,000 --> 00:00:11,000
In this video, you will learn about language-specific package management.

2
00:00:11,000 --> 00:00:16,360
So you have learned about software management, which is happening using utilities like APT

3
00:00:16,360 --> 00:00:21,160
or DNF, respectively, on Ubuntu and on Red Hat Family.

4
00:00:21,160 --> 00:00:25,440
There's also a specific software program that has its own package management, and that works

5
00:00:25,440 --> 00:00:28,719
independently of the centralized software management.

6
00:00:28,719 --> 00:00:32,840
I'm not sure if that is what you want to do, but maybe your developers are going to need it.

7
00:00:32,840 --> 00:00:38,639
So as a Linux administrator, the minimum is that you need to know what they're talking about.

8
00:00:38,639 --> 00:00:42,279
So first there is PIP. PIP is the Python Package Manager.

9
00:00:42,279 --> 00:00:46,680
And it is used to install Python modules in virtual environments.

10
00:00:46,680 --> 00:00:50,880
There is Cargo, which is a package manager in REST programming environments.

11
00:00:50,880 --> 00:00:57,200
And it is used to automatically download dependencies, which are libraries, while compiling software.

12
00:00:57,200 --> 00:01:02,439
And finally, there is NPM, which is the JavaScript Package Manager, which is commonly used for

13
00:01:02,439 --> 00:01:05,080
dependencies in web tools.

14
00:01:05,080 --> 00:01:09,160
Make sure that hearing about them rings a bell, and they will be good for the exam.

