CompTIA Linux+ XK0-005 – Question036

After installing some RPM packages, a systems administrator discovers the last package that was installed was not needed. Which of the following commands can be used to remove the package?

A.
dnf remove packagename
B. apt-get remove packagename
C. rpm -i packagename
D. apt remove packagename

Correct Answer: A