LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-28-2016, 07:51 PM   #1
said76
Member
 
Registered: Aug 2011
Posts: 113

Rep: Reputation: Disabled
remove unsupported packages after receiving HWE warning


Hi,

I've been running Ubuntu Server 14.04 LTS all along and it's going well until recently I received the following message whenever I logged in:

========== START of MESSAGE ============
WARNING: Security updates for your current Hardware Enablement
Stack ended on 2016-08-04:
* http://wiki.ubuntu.com/1404_HWE_EOL

To upgrade to a supported (or longer-supported) configuration:

* Upgrade from Ubuntu 14.04 LTS to Ubuntu 16.04 LTS by running:
sudo do-release-upgrade

OR

* Switch to the current security-supported stack by running:
sudo apt-get install linux-signed-image-generic-lts-xenial linux-signed-generic-lts-xenial

and reboot your system.

========== END of MESSAGE ============

I went to check my system status, it gave the following:
You have 47 packages (4.8%) supported until May 2017 (9m)
You have 3 packages (0.3%) supported until May 2017 (3y)
You have 695 packages (70.4%) supported until May 2019 (5y)
You have 114 packages (11.6%) supported until February 2015 (9m)

You have 10 packages (1.0%) that can not/no-longer be downloaded
You have 118 packages (12.0%) that are unsupported

Your Hardware Enablement Stack (HWE) is supported until April 2019.

So I don't quite understand why it prompted me for the upgrade.

Anyhow, I gave in and run the command below as instructed by the message:
sudo apt-get install linux-signed-image-generic-lts-xenial linux-signed-generic-lts-xenial

and rebooted it.

Then, I logged in and got the following:
The following packages are no longer supported:
linux-signed-generic-lts-utopic linux-image-3.16.0-52-generic linux-image-3.16.0-30-generic linux-image-extra-3.16.0-30-generic linux-image-3.16.0-69-generic linux-image-extra-3.16.0-55-generic linux-image-3.16.0-59-generic linux-image-extra-3.16.0-48-generic linux-image-extra-3.16.0-53-generic linux-image-extra-3.16.0-46-generic linux-image-3.16.0-60-generic linux-image-3.16.0-71-generic linux-image-extra-3.16.0-67-generic linux-image-extra-3.16.0-77-generic linux-image-3.16.0-48-generic linux-image-extra-3.16.0-52-generic linux-image-extra-3.16.0-69-generic linux-image-extra-3.16.0-50-generic linux-image-extra-3.16.0-70-generic linux-image-extra-3.16.0-60-generic linux-image-extra-3.16.0-59-generic linux-image-3.16.0-70-generic linux-image-3.16.0-57-generic linux-image-extra-3.16.0-62-generic linux-image-extra-3.16.0-49-generic linux-image-3.16.0-50-generic linux-image-3.16.0-73-generic linux-image-3.16.0-55-generic linux-image-3.16.0-62-generic linux-image-3.16.0-67-generic linux-image-extra-3.16.0-73-generic linux-image-extra-3.16.0-76-generic linux-image-extra-3.16.0-71-generic linux-image-3.16.0-76-generic linux-image-3.16.0-49-generic linux-image-3.16.0-77-generic linux-image-3.16.0-53-generic linux-image-3.16.0-46-generic linux-headers-generic-lts-utopic linux-signed-image-generic-lts-utopic linux-image-extra-3.16.0-57-generic

Please upgrade them to a supported HWE stack or remove them if you
no longer need them.

I'm wondering how I'd remove the items from the list above.

Here is the detail of my system:
Linux UbuntuServer 3.16.0-77-generic #99~14.04.1-Ubuntu SMP Tue Jun 28 19:17:10 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

Thank you in advance
 
Old 08-29-2016, 01:23 AM   #2
seasons
Member
 
Registered: Dec 2014
Distribution: siduction
Posts: 264

Rep: Reputation: 58
Thumbs up

Quote:
Originally Posted by said76 View Post
So I don't quite understand why it prompted me for the upgrade.
It's because you installed Ubuntu 14.04.2 and support for the kernel it came with has ended (the 3.16.x one backported from Ubuntu 14.10)
https://wiki.ubuntu.com/Kernel/LTSEn...Kernel_Support

Quote:
Anyhow, I gave in and run the command below as instructed by the message:
sudo apt-get install linux-signed-image-generic-lts-xenial linux-signed-generic-lts-xenial
and rebooted it.
If "uname -a" is still telling you that you're running the 3.16 kernel, then you need to bring up the grub menu and boot into the xenial/4.4.x kernel.

Quote:
I'm wondering how I'd remove the items from the list above. Here is the detail of my system:
Linux UbuntuServer 3.16.0-77-generic #99~14.04.1-Ubuntu SMP Tue Jun 28 19:17:10 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Again, you need to first make sure you're booted into the 4.4.x kernel. After that I'd guess this would do it:
Code:
sudo apt-get autoremove
Or, you could just copy the list and paste it after 'apt-get remove' (there will probably be some line breaks to remove).
 
Old 05-19-2017, 10:09 PM   #3
people
LQ Newbie
 
Registered: Sep 2008
Posts: 3

Rep: Reputation: 0
Talking Show unsupported apt-get packages.

You can run:
ubuntu-support-status

Which will give you output like this:

You have 4 packages (0.5%) supported until February 2018 (9m)
You have 641 packages (88.0%) supported until May 2019 (5y)

You have 2 packages (0.3%) that can not/no-longer be downloaded
You have 81 packages (11.1%) that are unsupported

You can also run this to get the list of unsupported:
ubuntu-support-status --show-unsupported
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] installing php53 gives warning to remove qmail toaster packages centos123 Linux - Server 9 06-28-2012 02:36 AM
Installation of packages in RHEL-5.3 using X windows menu Add/Remove packages akluthra Linux - Newbie 2 09-21-2010 05:34 AM
Remove a package and all packages it depends on without breaking other packages? macroron Fedora 2 01-31-2010 05:49 PM
Mandrake Update/Install Packages/Remove Packages wslyhbb Mandriva 2 03-15-2004 09:43 AM
Receiving an MITM warning when ssh'ing gonzalezjay Linux - Security 1 10-17-2003 05:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration