Remove Fedora kernel
Step by step how to remove Fedora kernel
The example below show step by step how to remove Fedora kernel. On this step by step example we start from login on Fedora system and end up with the command to remove unwanted kernel from the Fedora system
1. Login on your Fedora box. Open x terminal by go to Activities -> Applications -> System Tools -> Terminal
2. and then issue su - command and enter root password when ask as show on example below

[jason@fedora ~]$ su -
Password: <-- Type in root password here and hit enter key
[root@fedora ~]#
3. Then list Fedora kernel install on the system, by querying the rpm ( rpm -qa | grep ^kernel )as show on example below.

[root@fedora ~]# rpm -qa | grep ^kernel
kernel-PAE-2.6.43.8-1.fc15.i686
kernel-devel-2.6.43.5-2.fc15.i686
kernel-devel-2.6.43.8-1.fc15.i686
kernel-PAE-devel-2.6.43.5-2.fc15.i686
kernel-PAE-devel-2.6.42.12-1.fc15.i686
kernel-PAE-2.6.42.12-1.fc15.i686
kernel-PAE-2.6.43.5-2.fc15.i686
kernel-headers-2.6.43.8-1.fc15.i686
kernel-PAE-devel-2.6.43.8-1.fc15.i686
kernel-devel-2.6.42.12-1.fc15.i686
[root@fedora ~]#
4. Before we delete kernel or remove kernel, execute uname -r comand to check your current using kernel on the system (check kernel version). Make sure that you do not remove this current using kernel, or your system may left unbootable.

[root@fedora ~]# uname -r
2.6.42.12-1.fc15.i686.PAE
[root@fedora ~]#
5. Delete kernel... Remove kernel... This is the part or command that you need to execute to remove unwanted kernel... yum remove [package-name] package-name] [ ... ] and please choose wisely and execute the yum comand as show on example below (warning: do not remove kernel that currently use by the system)

[root@fedora ~]# yum remove kernel-devel-2.6.43.5-2.fc15.i686 kernel-PAE-devel-2.6.43.5-2.fc15.i686 kernel-PAE-2.6.43.5-2.fc15.i686
Now... Just hit enter key to start remove kernel process...
Keywords: remove kernel, remove fedora kernel, delete fedora kernel, delete kernel example
- Add new comment
- 954 reads
- Email this page
Thanks for Reading and Check Other Popular Linux Topics
All time:
- Configure and Setup Squid Cache Proxy Server on Fedora Core.
- Using Linux rm command to delete, remove hidden files and folder - Basic Linux Command.
- Copy Linux Files and Copy Directory Using cp Command - Linux Basic Command.
- Moving or rename files and directory using Linux mv command - Basic Linux Command.
- Add, view, edit and configure route and static route on Linux Fedora Core - Linux Server Configuration.
- Get and display the size of file and directory in Linux system using du command.
- Step by step Install Setup and Configure Linux Fedora Core Server and Network Management with Screen Shot and Example.
- Create file and display file contents in Linux using cat command.
- Configure Squid to block HTTP request to specific web sites.
- Example of samba smbpasswd file and samba smbusers configuration file.

Recent comments
1 hour 13 min ago
1 day 16 hours ago
3 days 22 hours ago
4 days 6 hours ago
5 weeks 2 days ago
9 weeks 2 days ago
14 weeks 8 hours ago
14 weeks 10 hours ago
14 weeks 5 days ago
15 weeks 1 day ago