Recall & Review
beginner
What is a package manager in Linux?
A package manager is a tool that helps you easily install, update, and remove software on your Linux system by handling all the files and dependencies automatically.
Click to reveal answer
beginner
Why do package managers install software instead of manual installation?
Package managers automate the process, making it faster and safer by downloading the right versions, managing dependencies, and keeping track of installed software.
Click to reveal answer
beginner
What are dependencies in the context of package managers?
Dependencies are other software pieces that a program needs to work properly. Package managers find and install these automatically to avoid problems.
Click to reveal answer
intermediate
How does a package manager keep software up to date?
It checks online repositories for newer versions and lets you update all your software easily with one command, ensuring security and new features.
Click to reveal answer
beginner
Name two popular package managers used in Linux.
APT (Advanced Package Tool) used in Debian/Ubuntu and YUM/DNF used in Fedora/Red Hat are popular package managers.
Click to reveal answer
What is the main role of a package manager?
✗ Incorrect
Package managers automate installing, updating, and removing software safely and efficiently.
What does a package manager do with dependencies?
✗ Incorrect
Package managers find and install all required dependencies automatically to ensure software works correctly.
Which command is commonly used to install software with APT?
✗ Incorrect
The 'apt install' command installs software packages using the APT package manager.
Why is using a package manager safer than manual installation?
✗ Incorrect
Package managers reduce errors by automating installation and handling dependencies properly.
Which of these is NOT a package manager?
✗ Incorrect
HTML is a markup language, not a package manager.
Explain in your own words why package managers are used to install software on Linux systems.
Think about how package managers help avoid manual work and errors.
You got /4 concepts.
Describe what happens when you use a package manager to install a program that needs other software to work.
Focus on how package managers handle extra software requirements.
You got /3 concepts.