Linux Package Management โ Full Quiz
โ Back to Quiz Home
This quiz contains 10 questions focused on Linux package management across different distributions. These concepts are essential for any DevOps engineer or Linux administrator.
Which package manager is the standard for RHEL, CentOS, and Oracle Linux?
yum (and its successor dnf) is the primary package manager for the Red Hat family of distributions.
Which package manager is used by Ubuntu and Debian?
apt (Advanced Package Tool) is used by Debian-based systems.
Which package manager is known for being extremely lightweight and used in Alpine Linux?
apk is the lightweight package manager specifically designed for the Alpine Linux distribution.
What does the -y flag do in commands like yum install -y tree?
The -y flag is used to automatically confirm the installation, which is very useful in automation scripts.
Which command refreshes the local package database in Ubuntu/Debian?
apt update downloads the latest package information from the configured repositories.
Which command is used to uninstall a package in CentOS/RHEL?
yum remove is the most common command used to uninstall packages in Red Hat-based systems.
What is a software "Repository" in Linux?
Repositories (or "repos") are central servers that host thousands of packages available for installation.
If you want to find the exact name of a package before installing it, which command should you use?
yum search (or apt search) allows you to find packages by keywords in their names or descriptions.
Which command allows a regular user to run package management commands with administrative privileges?
Since installing software affects the whole system, you must use sudo to gain the necessary permissions.
True or False: Package managers automatically handle software dependencies.
One of the biggest advantages of package managers is that they identify and install any other software required for the main package to work.
Quiz Progress
0 / 0 questions answered
(0% )
0 correct
Quiz Complete!
0%
Reset quiz
๐ Study Guides
๐ฌ Weekly DevOps, Cloud & Gen AI quizzes & guides