ejwjohn
Posts: 103
Joined: Fri Apr 01, 2016 9:14 am

Help needed to understand the next course of action - Security Updates

Sat Jan 28, 2023 12:27 pm

Hello,

Apologies my limited experience in all things (Rpi OS) Linux OS is coming to the surface again...

I am trying to keep my system up to date on a regular basis but this time i have come across a series of messages that I have not seen before and in some parts do not make sense the way I read them, and as this is associated with security I want to make sure I am doing the correct thing.
please see the following screenshot.
Screenshot from 2023-01-28 11-50-50 copy.jpg
Screenshot from 2023-01-28 11-50-50 copy.jpg (91.24 KiB) Viewed 923 times
When I issue the upgradable command I get a message that suggests I have options??
Then when i read the results of the next command with the -a option i get info that "suggests" the latest version is installed...but it is not...

What do I do to correct this issue, please? my attempts at googling this have ot given me any clear way forward.

Thanks
JohnW

User avatar
rpdom
Posts: 21814
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: Help needed to understand the next course of action - Security Updates

Sat Jan 28, 2023 12:45 pm

Nothing to worry about. Just run "sudo apt full-upgrade" and everything will be updated to the correct version.

It's quite common to have more than one version of a package available, especially on Debian when it comes to security related fixes. They have separate areas for normal and security fix versions so you will see both as being available. Apt will automatically choose the highest priority (usually the newest) version to install.

To clarify your situation:

You currently have linux-image-amd64 version 5.10.120-1 installed.

Two newer versions are available:
* Version 5.10.158-2 is the standard version.
* Version 5.10.162-1 has some extra security fixes in.

Apt will choose the latest of those versions unless told otherwise.

The upgrade messages are really just informational. Just let apt do its thing.
Unreadable squiggle

ejwjohn
Posts: 103
Joined: Fri Apr 01, 2016 9:14 am

Re: Help needed to understand the next course of action - Security Updates

Sat Jan 28, 2023 12:57 pm

Thank You rpdom,

This a very informative response, I really appreciate that.

Thank You again

JohnW

Return to “Raspberry Pi Desktop for PC and Mac”