Options (2)
--allbooleanUpdate all packages in the current environment
Example:
conda update {{[--all|--update-all]}}-n, --namebooleanUpdate conda itself in the base environment
Example:
conda update {{[-n|--name]}} base condaExamples (5)
Update all packages in the current environment
conda update [--all|--update-all]Update a specific package in the current environment
conda update package_nameUpdate conda itself in the base environment
conda update [-n|--name] base condaUpdate packages while ignoring pinned packages
conda update --no-pinUpdate packages in offline mode
conda update --offlinemade by @shridhargupta | data from tldr-pages