If the new kernel is working well, then you can delete the old one.
First, we need to get a list of all kernel packages that are installed on your system.
Open a console window and use the following command:
Code:
rpm -qa | grep kernel
Using the list as reference, you can remove all the RPMs at once using this command: