CompTIA
XK0-005 · Question #544
A Linux administrator needs to remove software from the server. Which of the following RPM options should be used?
The correct answer is D. rpm -e. The RPM option -e should be used to remove software from the server. The rpm command is a tool for managing software packages on RPM-based Linux distributions. The -e option stands for erase and removes the specified package from the system.
System Management
Question
A Linux administrator needs to remove software from the server. Which of the following RPM options should be used?
Options
- Arpm -s
- Brm -d
- Crpm -q
- Drpm -e
How the community answered
(63 responses)- A2% (1)
- B5% (3)
- C3% (2)
- D90% (57)
Explanation
The RPM option -e should be used to remove software from the server. The rpm command is a tool for managing software packages on RPM-based Linux distributions. The -e option stands for erase and removes the specified package from the system.
Topics
#rpm#package management#software removal#Linux commands
Community Discussion
No community discussion yet for this question.