Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8015

Raspberry Pi OS • Re: Raspberry Pi stuck trying to update network-manager 1.52.1-1+rpt4

$
0
0
I had the same problem today on a Raspberry Pi 4 using a Wi-Fi connection. Using

Code:

sudo dkpg --configure -a
just tried to complete the installation of network-manager, which killed the Wi-Fi connection and then about 10 seconds later rebooted the Raspberry Pi 4 I am using. This didn't resolve the problem.

To resolve it, I used

Code:

ps -e | grep NetworkManager
to find the process ID of the NetworkManager process, then killed it using

Code:

sudo kill -9 <process ID>
(omit the angular brackets when you insert the process ID). Then I ran

Code:

sudo dkpg --configure -a
again, which completed the installation of the remaining packages except those that depended on network-manager. Then I ran

Code:

sudo apt full-upgrade
which reinstalled the outstanding packages and seems to have fixed the issue.

Statistics: Posted by tijowa — Sun Nov 30, 2025 11:35 am



Viewing all articles
Browse latest Browse all 8015

Trending Articles