-
Notifications
You must be signed in to change notification settings - Fork 0
Guide
MohammadrezaRahimizad edited this page Sep 19, 2025
·
6 revisions
Welcome to the How-to-fix-Unmet-err-in-raspberry-pi wiki!
This guide will help you fix Unmet ERR on your Raspberry Pi.
- Raspberry Pi OS
- Internet connection on Raspberry Pi
- The script must be run with root privileges.
- Remember which user you logged in
curl -L https://raw.githubusercontent.com/MohammadrezaRah/How-to-fix-Unmet-err-in-raspberry-pi/refs/heads/main/status -o status
sudo cp /home/abed/status /var/lib/dpkg/status
sudo chown root:root /var/lib/dpkg/status
sudo chmod 644 /var/lib/dpkg/status
sudo apt update
sudo apt upgrade -y
After running, you will get the error again. don't worry it's a part of proccess
sudo apt --fix-broken install
You may be required to enter 'Y' and then 'N' when needed. After this you should get no error anymore
sudo reboot
These commands will fix the PROBLEM.