Hi there -good day dear Experts
i am currently working on updates of a Anaconda that is in version 2.03 and now wants to fetch version 2.30 - but this process goes on for allmost half an hour.
One week ago it (the process ) got aborted -
My Machine: a win 10 box -
what can i do - how should i proceed !?

dear martin_kaspar.
Thank you for your contribution to the anaconda community.
The basic cause is that the SSL required for the download is not established. So it never gets updated due to an error on connections without SSL established.
In order to solve this problem, it is important to run “conda activate” on the command line and then perform the necessary operations.
As you can see from the command below
conda install -c anaconda anaconda-navigator
To log in to anaconda, you need to do the following:
conda activate
anaconda login
username :
password :
Then run the above command and it will be resolved.
Regards.
hello dear @ktsh.tanaka.2020
many thanks for the quick reply _ this is great. I will do this as adviced.
as for the anaconda login
username :
password :
i can use the credentials that i use to access this forum here. In other words: these data are quite the same
username
passwd
look forward to hear from you
regards
update - see what happens when i do this in the powershell:
PS C:\Users\bill> conda install -c anaconda anaconda-navigator
conda : Die Benennung "conda" wurde nicht als Name eines Cmdlet, einer Funktion, einer Skriptdatei oder eines
ausführbaren Programms erkannt. Überprüfen Sie die Schreibweise des Namens, oder ob der Pfad korrekt ist (sofern
enthalten), und wiederholen Sie den Vorgang.
In Zeile:1 Zeichen:1
+ conda install -c anaconda anaconda-navigator
+ ~~~~~
+ CategoryInfo : ObjectNotFound: (conda:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\Users\bill>