Linux-Unix Package Management interview questions and answers | Linux important concepts
📦 Linux Package Management Challenge
Test your knowledge of Debian/Ubuntu (`apt`), Red Hat/Fedora (`yum`/`dnf`), and general package configuration concepts. **Pass with 80% to proceed to the next difficulty level.**
Debian/APT: 0/10 (0%)
RHEL/YUM/DNF: 0/10 (0%)
Concepts & Config: 0/10 (0%)
Level 1: Debian/Ubuntu (`apt`)
1.1 Which file stores the list of remote repositories (`mirrors`) that the `apt` package manager uses to fetch packages?
**Correct Answer: B. `/etc/apt/sources.list`**. This is the primary configuration file for APT repositories, defining URLs and distributions.
**End of Debian/APT. Click "Next Level" to continue.**
Level 2: RHEL/CentOS/Fedora (`yum`/`dnf`)
2.1 What is the modern, preferred package manager for Fedora and recent versions of RHEL/CentOS (replacing `yum`)?
**Correct Answer: B. `dnf`**. DNF (Dandified YUM) is the next-generation package manager that addresses many of YUM's performance and dependency issues.
**End of RHEL/YUM/DNF. Click "Next Level" to continue.**
Level 3: Configuration and Advanced Concepts
3.1 Which type of package management system handles applications in isolated environments, independent of the base system libraries?
**Correct Answer: C. Snap/Flatpak**. These are examples of **Universal Packaging** systems that bundle dependencies, providing isolation and greater compatibility across different distributions.
**Package Management Mastered! Click "Finish Quiz" to see your final summary.**
Comments
Post a Comment