This is a test version of Biostars. For the public version, visit https://www.biostars.org.
how to get the installation history of conda

hi all,

I would like to check the history of some apps installed by conda on Linux, how can I get this information, like when I install or update or remove one app. Thanks very much!

conda

Hi, You could use this cmd -

conda list --revisions

That would list out pkgs installed by date. Though, there would be other communities better suited for this question.

It seems I cannot get the complete list using this command.

conda list --revisions?

I found there is a history file located at "env/conda-meta/history". Thanks!

0 answers

No answers yet.

Log in to answer this question.