Can't install any applications on Raspberry Pi 4

Samuel Corsi-House

I am running Ubuntu LTS 20.04 on a Raspberry Pi 4 Model B.

Every time I try to install software I get a broken package error saying something like this:

Depends: libc6:amd64 but it is not installable
E: Unable to correct problems, you have held broken packages.

I'm trying to install the software by using:

sudo apt install ./app.deb

I have also tried gdebi, dpkg and aptitude to install my software.

Of course this error changes for the different dependencies, that is an example of one. All the dependencies are installed on their latest version. I have tested this many times by trying to install Discord, Minecraft, MongoDB Software, Balena Etcher and a few others. They have all returned that error. Is there any way to fix this?

Note: If I am missing some details or the community asks for something to be added, I will add it.

I have tried this and it still gives something along the lines of unmet dependencies.

Pilot6

Raspberry Pi 4 has an arm CPU. It can't run amd64 or i386 binary code.

So you can't install or run amd64 or i386 software.

You need to search for arm64 packages, or build software from source.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Can you install Ubuntu on the Raspberry Pi 4

From Dev

Why can't I install any packages with GHC 7.8.4 on Raspberry Pi?

From Dev

Can't connect with SSH to Ubuntu server (20.04) on raspberry pi 4

From Dev

can't install urllib3 on raspberry pi for python3.4

From Dev

can't install urllib3 on raspberry pi for python3.4

From Dev

Azure ServiceBus can't be imported in raspberry pi

From Dev

Pygame can't open song on Raspberry Pi

From Dev

Raspberry pi install sailsJS

From Dev

Raspberry pi install sailsJS

From Dev

How can I install Ubuntu with APT (not Snappy) on the Raspberry Pi 2?

From Dev

Can I use .NET SIMD on Raspberry Pi 4?

From Dev

Can I use .NET SIMD on Raspberry Pi 4?

From Dev

How to install ncurses on raspberry Pi?

From Dev

How to install FreeRTOS on Raspberry Pi?

From Dev

Install ubuntu 18.04 on Raspberry Pi

From Dev

Compiling a containerized rust application to run on raspberry pi 4 (arm64/armv8). Can't execute "No such file or directory"

From Dev

Can't fire DC Thunder Missile Launcher from Raspberry Pi

From Dev

Why can't the jvm write to gpio on raspberry pi?

From Dev

Can't access Jenkins running on a Raspberry Pi using port 8080

From Dev

Printer on Raspberry pi : Yaourt can't build the driver

From Dev

Can't access hdd Raspberry pi samba share

From Dev

Why can't I use python-mosquitto on the Raspberry Pi?

From Dev

SSMTP can't establish a startssl connection from a Raspberry Pi

From Dev

Raspberry Pi can't control HDD spin downs and idle time

From Dev

Can't install any packages

From Dev

can't install any apps

From Dev

How to keep a record of running applications on Raspberry Pi?

From Dev

Installing Steam on Raspberry Pi 4

From Dev

Raspberry Pi 4 updated bootloader

Related Related

  1. 1

    Can you install Ubuntu on the Raspberry Pi 4

  2. 2

    Why can't I install any packages with GHC 7.8.4 on Raspberry Pi?

  3. 3

    Can't connect with SSH to Ubuntu server (20.04) on raspberry pi 4

  4. 4

    can't install urllib3 on raspberry pi for python3.4

  5. 5

    can't install urllib3 on raspberry pi for python3.4

  6. 6

    Azure ServiceBus can't be imported in raspberry pi

  7. 7

    Pygame can't open song on Raspberry Pi

  8. 8

    Raspberry pi install sailsJS

  9. 9

    Raspberry pi install sailsJS

  10. 10

    How can I install Ubuntu with APT (not Snappy) on the Raspberry Pi 2?

  11. 11

    Can I use .NET SIMD on Raspberry Pi 4?

  12. 12

    Can I use .NET SIMD on Raspberry Pi 4?

  13. 13

    How to install ncurses on raspberry Pi?

  14. 14

    How to install FreeRTOS on Raspberry Pi?

  15. 15

    Install ubuntu 18.04 on Raspberry Pi

  16. 16

    Compiling a containerized rust application to run on raspberry pi 4 (arm64/armv8). Can't execute "No such file or directory"

  17. 17

    Can't fire DC Thunder Missile Launcher from Raspberry Pi

  18. 18

    Why can't the jvm write to gpio on raspberry pi?

  19. 19

    Can't access Jenkins running on a Raspberry Pi using port 8080

  20. 20

    Printer on Raspberry pi : Yaourt can't build the driver

  21. 21

    Can't access hdd Raspberry pi samba share

  22. 22

    Why can't I use python-mosquitto on the Raspberry Pi?

  23. 23

    SSMTP can't establish a startssl connection from a Raspberry Pi

  24. 24

    Raspberry Pi can't control HDD spin downs and idle time

  25. 25

    Can't install any packages

  26. 26

    can't install any apps

  27. 27

    How to keep a record of running applications on Raspberry Pi?

  28. 28

    Installing Steam on Raspberry Pi 4

  29. 29

    Raspberry Pi 4 updated bootloader

HotTag

Archive