One of the best features of Anaconda is updating packages, using the conda tool. To do that, just write on a MS-DOS console:
conda update conda
The thruth is that the tool allows us to update all possible packages, and in case of anwering Yes, it will proceed..
Easy, isn’t it?
Paquetes instalados y versiones
Conda offers other interesting features. In concrete, you can know what packages you have available, and what versions. To know that, just write:
conda list
You can have more information about conda here.
another example using coda is asking the different versions of the packages you have installed, just writting:
conda search package
I hope this can be useful to you, and have a nice day!