Services Work Learn About Contact
0/6
Lesson 6 of 6

Package Managers

Package managers install tools and libraries automatically. npm is for JavaScript/Node.js. pip is for Python. apt and brew install system-level tools on Linux and Mac.

TERMINAL
# JavaScript / Node.js
npm install express
npm install -g vite

# Python
pip install requests

# Mac (Homebrew)
brew install git

# Ubuntu/Debian (apt)
sudo apt install nginx
🧠

Quick Quiz

Answer correctly to unlock the next lesson.

Support the mission

This learning platform is 100% free: no ads, no tracking, no paywalls. If it helped you learn something useful, you can support future lessons or donate to Doctors Without Borders, which provides emergency medical care in crisis zones worldwide.

🎉

You completed Terminal!

You finished all 6 lessons and quizzes. You now know the basics of Terminal.