Which of the following commands are used to remove a package from a Linux system?
Each correct answer represents a complete solution. Choose two.
yum -rm packagename
yum erase packagename
yum -r packagename
yum remove packagename
Submit