Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Failed to check for processor microcode upgrades.

Adam Al-Rahman answered on June 12, 2023 Popularity 3/10 Helpfulness 2/10

Contents


More Related Answers


Failed to check for processor microcode upgrades.

0

All these messages came from needrestart application which purpose is

check which daemons need to be restarted after library upgrades

This application have several modules. The processor microcode module supports only AMD and Intel processors. So it knows nothing about ARM in the RaspberryPi, so it shows the mentioned error message.

If you do not want to get such messages, then remove this application by

sudo apt-get purge needrestart

or edit relevant configuration file at /etc/needrestart/needrestart.conf and disable microcode checks completely by changing

#$nrconf{ucodehints} = 0;

to

$nrconf{ucodehints} = 0; 

Popularity 3/10 Helpfulness 2/10 Language shell
Source: askubuntu.com
Link to this answer
Share Copy Link
Contributed on Jun 12 2023
Adam Al-Rahman
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.