Linux distributions use this to add and remove software from the system:
- Compiler
- Package manager
- Bash
- Application Programming Interface (API)
- Partitioning tool
Answers Explanation & Hint:
Linux distributions use a package manager to add and remove software from the system. A package manager is a software tool that manages the installation, update, and removal of software packages in a Linux distribution. It handles dependencies, resolves conflicts, and provides a centralized system for managing software packages. Popular package managers in Linux include apt (used in Debian and Ubuntu-based distributions), yum (used in Red Hat and CentOS), and pacman (used in Arch Linux). |