Linux distributions overview (Ubuntu, CentOS, Fedora)
📖 Scenario: You are learning about popular Linux distributions used in servers and desktops. Each distribution has its own package manager and commands to check system info.This project will help you practice basic Linux commands to identify and compare Ubuntu, CentOS, and Fedora systems.
🎯 Goal: Build a simple script that stores Linux distribution names and their package managers, then prints out the info clearly.
📋 What You'll Learn
Create a dictionary with Linux distributions and their package managers
Add a variable to hold a message prefix
Use a for loop to print each distribution and its package manager
Print the final output lines exactly as specified
💡 Why This Matters
🌍 Real World
System administrators often need to know which Linux distribution is running and which package manager to use for installing software.
💼 Career
Understanding Linux distributions and their package managers is essential for roles in IT support, DevOps, and system administration.
Progress0 / 4 steps