wimpysworld / desktopify

Convert Ubuntu Server for Raspberry Pi into a Desktop
https://www.youtube.com/watch?v=umtZuUJOU38
MIT License
520 stars 89 forks source link

Update with Ubuntu MATE #39

Closed RMeli closed 4 years ago

RMeli commented 4 years ago

Thank you for the really useful script! I used it to install Ubuntu MATE on a RPI 4 with Ubuntu 20.04 LTS. The desktop is up and running, but when I try sudo apt update I get the following errors:

Reading package lists... Done
E: Failed to fetch http://c.archive.ubuntu.com/ubuntu/dists/focal/main/binary-arm64/Packages  404  Not Found [IP: 91.189.91.38 80]
E: Failed to fetch http://c.archive.ubuntu.com/ubuntu/dists/focal-updates/main/binary-arm64/Packages  404  Not Found [IP: 91.189.91.38 80]
E: Failed to fetch http://c.archive.ubuntu.com/ubuntu/dists/focal-backports/universe/binary-arm64/Packages  404  Not Found [IP: 91.189.91.38 80]
E: Failed to fetch http://c.archive.ubuntu.com/ubuntu/dists/focal-security/main/binary-arm64/Packages  404  Not Found [IP: 91.189.91.38 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.

This unfortunately prevents me to install a lot of useful packages using sudo apt intall.

When I previously installed Ubuntu MATE manually on top of Ubuntu 20.04 LTS (sudo apt install ubuntu-mate-desktop) I never encountered this problem. Am I doing something wrong?

RMeli commented 4 years ago

I tried to build again from scratch and now everything works as expected. I'm not sure what went wrong the first time around.