ubuntu

How to remove old linux kernels in ubuntu via synaptic package manager

1

Professional budget Web hosting starts from $2.00. Cpanel -Control Panel,Softaculous -Auto Script Installer.PHP and Mysql.RVSkin

When you update linux kernels in ubuntu, the old linux kernel version is not deleted and it also appears in your boot menu.

To remove old linux kernels in ubuntu via synaptic

1.First, find which kernel you are using to avoid the deletion of current linux kernel version. Open the terminal. To open terminal go to Applications->Accessories->Terminal and Type the below command and press enter.

uname -r

Note your current linux kernel version.

2.Go to System ->Administration ->Synaptic synaptic package manager

3.Type linux-image in Quick search field.

4.Your old linux kernel package being with linux -image and the green selection boxes are currently installed versions.
Example:

  linux-image-2.6.XX-XX-generic 

If  2.6.32-32 is your current linux version then  linux-image-2.6.32-25 is older than linux-image-2.6.32-26.

5.Right click in your old version  select mark for complete removal and click apply.

20% lifetime off - Tekecho Web hosting

avatar
Author :  

Hello visitor! Subscribe to the RSS feed or subscribe via email to receive updates.

Browse related articles

How to enable auto login in Ubuntu 12.04 How to enable auto login in Ubuntu 12.04

Professional budget Web hosting starts from $2.00. Cpanel -Control Panel,Softaculous -Auto Script Installer.PHP and Mysql.RVSkin To enable auto login in Ubuntu 12.04 1.Open system settings.To open system settings, click the Dash home from unity launcher.And type system settings in the search field. And click system settings. 2.Click User Accounts. 3.Then click Unlock button and type [...]

How to install conky on ubuntu How to install conky on ubuntu

Professional budget Web hosting starts from $2.00. Cpanel -Control Panel,Softaculous -Auto Script Installer.PHP and Mysql.RVSkin Conky is a free, light-weight system monitor for X, that displays any information on your desktop as text, or using simple progress bars and graph widgets, with different fonts and colours. To install conky on ubuntu 1.Open Terminal.To open terminal [...]

How to install Cinnamon desktop environment on ubuntu How to install Cinnamon desktop environment on ubuntu

Professional budget Web hosting starts from $2.00. Cpanel -Control Panel,Softaculous -Auto Script Installer.PHP and Mysql.RVSkin Cinnamon is a free desktop environment from Linux Mint.It looks like a traditional GNOME 2 desktop but it is based on the modern GNOME Shell. To install Cinnamon desktop environment on ubuntu 1.Open Terminal.To open terminal click the Dash home [...]

How to install bluefish on ubuntu How to install bluefish on ubuntu

Professional budget Web hosting starts from $2.00. Cpanel -Control Panel,Softaculous -Auto Script Installer.PHP and Mysql.RVSkin Bluefish is free text editor with many tools for development of dynamic websites.It supports many programming and markup languages. Bluefish supports HTML, XHTML, CSS, XML, PHP, C, C++, JavaScript, Java, Google Go, Vala, Ada, D, SQL, Perl, ColdFusion, JSP, Python, [...]

  • Normanh876

    may i ask, you forgot another steps, after complete removal, open terminal and do command “sudo update-grub2″ and restart.