Fix Python – How to list package versions available with conda

Question

Asked By – pkumar0

IS there a way to see what package versions are available with conda? I am getting an error with jupyter but it was working before. Something like yolk?

Now we will see solution for issue: How to list package versions available with conda


Answer

You can just type “conda search” which will give you something like the following.

$ conda search 
Fetching package metadata .........
affine                       2.0.0                    py27_0  defaults
                             2.0.0                    py35_0  defaults
                             2.0.0                    py36_0  defaults
alabaster                    0.7.3                    py27_0  defaults
                             0.7.3                    py34_0  defaults
                             0.7.7                    py27_0  defaults
                             0.7.7                    py34_0  defaults
                             0.7.7                    py35_0  defaults
                             0.7.9                    py27_0  defaults

This question is answered By – nasica88

This answer is collected from stackoverflow and reviewed by FixPython community admins, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0