Technology computers-hardware

How to Remove Multiple RPM Packages

    • 1). Open a terminal window or log into the computer via an SSH session.

    • 2). Type the command "su -" to switch to the root user account.

    • 3). Type the command "rpm -e package1 package2 package3" to delete multiple RPM packages. Replace "package1," "package2" and "package3" with the names of the packages you want to remove. Do not add the ".rpm" file extension to the package name. You can list as many packages as you want to remove.

    • 4). Type the command "exit" to close the root session.



Leave a reply