7장. Removing RHEL content
In the following sections, learn how to remove content in Red Hat Enterprise Linux 10 by using the DNF software management tool.
7.1. Removing installed packages 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
You can use DNF to remove a single package or multiple packages installed on your system. If any of the packages you want to remove have unused dependencies, DNF uninstalls these dependencies as well.
Procedure
Remove particular packages:
# dnf remove <package_name_1> <package_name_2> ...