Pgadmin4 InRelease' doesn't support architecture 'arm64'

I am trying to install $ sudo apt install pgadmin4 on my Jetson Orin. I am getting the following error, could you please let me know how can I solve this?

Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help resolve the situation:

The following packages have unmet dependencies:
 pgadmin4 : Depends: pgadmin4-server (= 7.5) but it is not installable
            Depends: pgadmin4-desktop (= 7.5) but it is not installable
            Depends: pgadmin4-web (= 7.5) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.```





Also, I get the following warning when running: $sudo apt-get update


```N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/focal pgadmin4 InRelease' doesn't support architecture 'arm64'```

You would have to either ask the PostgreSQL people to add an arm64 build, or else obtain the source and build it yourself on the Jetson (or cross compile on a host PC). Be warned that this can take a lot of disk space, so if you decide to build this yourself, then you might want some extra storage (for example, a USB3 external disk or thumb drive, although a disk is much faster than a thumb drive).

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.