Problem installing database-cli-tools

Hello I tried to install Mongo databasetools
I use Ubuntu 20.04 arm64,
And when I execute …
apt install ./mongodb-database-tools-ubuntu2004-arm64-100.6.1.deb
I get the following error

The following packages have unmet dependencies:
 mongodb-database-tools:arm64 : Depends: libc6:arm64 but it is not installable
                                Depends: libgssapi-krb5-2:arm64 but it is not installable
                                Depends: libkrb5-3:arm64 but it is not installable
                                Depends: libk5crypto3:arm64 but it is not installable
                                Depends: libcomerr2:arm64 but it is not installable
                                Depends: libkrb5support0:arm64 but it is not installable
                                Depends: libkeyutils1:arm64 but it is not installable
E: Unable to correct problems, you have held broken packages.

All of these packages are ‘Ubuntu key packages’, so I tried to update them … but it’s not possible to remove them (can harm Ubuntu …)
I have also tried to run it in a Docker container (Ubuntu & Debian, it fails too …)

I have tried to update Ubuntu apt tools with the following tuto apt - How do I resolve unmet dependencies after adding a PPA? - Ask Ubuntu ?
But it does not work neither;
anyone as an idea to solve this issue?

Your apt cache should be up to date beforehand.

So run sudo apt update first.