第 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> ...