how to check in a library if it is installed in conda

C++
To check if a specific package is installed:
conda list html5lib


Source

Also in C++: