Skip to content
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.


Notes

  • Raspberry Pi OS
  • Internet connection on Raspberry Pi
  • The script must be run with root privileges.
  • Remember which user you logged in

Run commands below in your rasp terminal

1. Download Status Files

curl -L https://raw.githubusercontent.com/MohammadrezaRah/How-to-fix-Unmet-err-in-raspberry-pi/refs/heads/main/status -o status

2. Replace It

sudo cp /home/abed/status /var/lib/dpkg/status
sudo chown root:root /var/lib/dpkg/status
sudo chmod 644 /var/lib/dpkg/status

3. Then RUN these commands to get the error again

sudo apt update
sudo apt upgrade -y

After running, you will get the error again. don't worry it's a part of proccess

4. Going to fix-broken install

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


5. Reboot the system

sudo reboot

These commands will fix the PROBLEM.