How to check whether one tensorflow package/lib is installed or not, and where to find it?

For example,how do I know whether one package/lib like tensorflow_datasets is installed by lambda stack? If yes, where to find it? if not, how to install it? Just something like “apt-get install tensorflow_datasets”?