0
0
Linux CLIscripting~5 mins

Why package managers install software in Linux CLI - Quick Recap

Choose your learning style9 modes available
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?
ATo write new software programs
BTo automate software installation and management
CTo delete all files on the system
DTo create user accounts
What does a package manager do with dependencies?
AAsks the user to install manually
BIgnores them
CDeletes them
DInstalls them automatically
Which command is commonly used to install software with APT?
Adnf update
Byum remove
Capt install
Dmake build
Why is using a package manager safer than manual installation?
AIt avoids human errors and manages dependencies
BIt installs viruses
CIt deletes important files
DIt requires no internet connection
Which of these is NOT a package manager?
AHTML
BYUM
CDNF
DAPT
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.