TutorialPedia.org
Toggle Menu
Home
Online Go Compiler
Tutorials
JavaScript Tutorials
Golang Tutorials
Linux Command Line Tutorials
Blog
All Posts
Linux Package Management
Check your knowledge of apt,yum,and other package management tools.
1. Which package manager is primarily used in Debian and Ubuntu-based Linux distributions?
apt
yum
dnf
pacman
2. Which commands are used to update the package list in their respective package managers? (Select all that apply)
apt update
yum check-update
dnf upgrade
pacman -Sy
3. The 'apt upgrade' command automatically installs new packages to resolve dependencies during an upgrade.
True
False
4. What is the file extension for packages managed by the RPM Package Manager? (without the dot)
5. Which command is used to install a package using dnf (Fedora's package manager)?
dnf install
dnf get
dnf add
dnf fetch
6. Which of the following are package management tools used in Arch Linux? (Select all that apply)
pacman
yay
apt
zypper
7. The 'dpkg' command is used to directly manage .deb packages in Debian-based systems.
True
False
8. What is the apt command (without 'apt' prefix) to remove a package along with its configuration files?
9. Which package manager is default in openSUSE Linux distributions?
zypper
apt
dnf
emerge
10. Which of the following are examples of package repositories? (Select all that apply)
Debian 'main'
EPEL
AUR
/usr/local/bin
Reset
Answered 0 of 0 — 0 correct