Raspberry Pi: there was an error running option a0 update

So you're sitting there you think to yourself, 'I could do with updating my Pi' and you run the command 'sudo apt-get update' only to have the error 'there was an error running option a0 update' shoved in your face.

It's a tricky one but the following should sort your issue because it's probably due to your SD card becoming corrupt...

Run the following command:

sudo nano /var/lib/apt/sources.list

This will allow you to edit the file that tells your pi where to download its updates, delete everything within the file and add the following:

deb http://archive.raspbian.org/raspbian wheezy main contrib non-free

Source: https://www.raspbian.org/RaspbianRepository

Now hit ctrl+x and when it asks you to save, hit y and press the enter key, this'll overwrite the file.

Now run the following command: 

sudo nano /etc/apt/sources.list.d/raspi.list

Once again, this will let you edit the file. Delete everything from it and hit ctrl+x and when it asks you to save, hit y and press the enter key.

Then run this command to update:

sudo apt-get update

Now you should be able to run an upgrade by running this command:

sudo apt-get upgrade

Your Pi will then upgrade, you will probably loose any SSH connection you have open but it'll be okay once it's finished and you'll be able to use your Pi without any issues. Yay!


Published at

Tags: Raspberry Pi

Luke Alderton

Comments

Share with
Tags
Latest Comments
By Mark Gentry on Windows Server 2019 - Change product key does nothing
20 Aug 2021, 03:30 AM
By Cathy on In-Place Upgrade for a Windows Server domain controller
31 Jul 2021, 18:28 PM
By Mr. Greymatter on Raspberry Pi - Running Java app on Raspbian
16 Feb 2021, 07:35 AM
By Mikko Seittenranta on Xamarin Forms multiple instances of same app open
16 Feb 2021, 04:34 AM
By Andrew on Auto/Custom height on Xamarin Forms WebView for Android and iOS
22 Jan 2021, 22:15 PM
By Nick on Raspberry Pi - Running Java app on Raspbian
14 Oct 2020, 19:37 PM
By Ivan on Fixed: Value cannot be null Parameter Name: source
15 Sep 2020, 19:47 PM
By Anand on Raspberry Pi - Bluetooth using Bluecove on Raspbian
7 Sep 2020, 16:53 PM
Categories
App Development
Event
Game Development
Mapping
Modelling
Programming
Review
Robotics
Tutorial
Web Development