Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script Error: Unable to upgrade Raspbian #17

Closed
j-schwartz opened this issue Mar 24, 2016 · 5 comments
Closed

Script Error: Unable to upgrade Raspbian #17

j-schwartz opened this issue Mar 24, 2016 · 5 comments

Comments

@j-schwartz
Copy link
Contributor

Started with a clean Jessie install. Ran raspi-config and received the following error on two different tries.

image

@needlestack
Copy link
Contributor

Just tried this just now and it went through alright. Are you using any new hardware (differen SD card, new wifi dongle, etc?) If not, could be there was a broken package hosted on the raspbian update server for a while? Try it again and let me know if it is still happening.

@mattneel
Copy link
Collaborator

Try:
sudo apt-get update -y && sudo apt-get dist-upgrade -y

Run raspi-config again afterwards.

@j-schwartz
Copy link
Contributor Author

I'll try @mattneel 's fix later, but I just ran the script starting with the 3/18 release of Raspbian and it ran fine. Nice work guys.

@mattneel
Copy link
Collaborator

The error you were getting is because apt was installing packages in the wrong order. Usually apt-get update will fix it. Also I've got an RPi3 on the way, should be interesting getting everything going on the integrated wifi.

@needlestack
Copy link
Contributor

Seems like a temporary issue - closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants