Search code examples
anacondachecksummd5sumconda-forge

how to find MD5 checksum of conda-forge packages


I am trying to download jaydebeapi package from conda-forge (https://anaconda.org/conda-forge/jaydebeapi/files). But I could not find md5 checksum value for this package to verify against my downloads.

Is md5 checksum values available anywhere in anaconda repository/conda-forge; Or any other option to verify downloads from these websites ?

Server does not have internet connectivity, hence doing offline installation after downloading the package.

Thanks,


Solution

  • checksum value is available in the information tab (click on small circle near to the filename). enter image description here

    conda search --info also provides the details, but i could run it only after downloading and updating local repo.