Installing Mongodb 6.0.1 on Ubuntu 22.04

I could not install a specific MongoDB version for my Ubuntu 22.04 server. I followed the instructions on this although I need a specific version and not the latest patch on MongoDB 6

sudo apt-get install -y mongodb-org=6.0.1 mongodb-org-database=6.0.1 mongodb-org-server=6.0.1 mongodb-org-mongos=6.0.1 mongodb-org-tools=6.0.1

Package mongodb-org-tools is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  mongodb-org-database-tools-extra:arm64 mongodb-database-tools:arm64 mongodb-org-database-tools-extra
  mongodb-database-tools

Package mongodb-org-database is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package mongodb-org-server is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package mongodb-org-mongos is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package mongodb-org is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Version '6.0.1' for 'mongodb-org' was not found
E: Version '6.0.1' for 'mongodb-org-database' was not found
E: Version '6.0.1' for 'mongodb-org-server' was not found
E: Version '6.0.1' for 'mongodb-org-mongos' was not found
E: Version '6.0.1' for 'mongodb-org-tools' was not found