Installation error: Mongo 3.6

Hello,

I am trying to install mongodb 3.6 as instructed by BLAST2GO manual but I am unable to install it as the following error pops up when I enter the command: sudo apt-get install -y mongodb-org=3.6.23

Error: E: Unable to locate package mongodb-org

What shall I do in this case?

Thanks!

MongoDB 3.6 was End of Life April 2021 new installations should be using MongoDB 7.0

For 3.6 specifically the package and tarball can be downloaded from the archive:
https://www.mongodb.com/download-center/community/releases/archive

before installation update the repository by running the command:
sudo apt-get update