Can't uninstall programm

First: In case this is the wrong forum please let me know and I’ll try to ask somewhere else for advice 🙂 . Now to my question: I installed an App / Program and I’m unable to uninstall it. It is a very annoying program which always asks me to update it but I don’t… Read More Can't uninstall programm

What is the difference between conda uninstall and conda remove?

It seems that both commands can be used to remove packages: conda uninstall numpy conda remove numpy >Solution : There is no difference, they are the same command. Check the help output of conda uninstall: conda uninstall –help usage: conda-script.py uninstall [-h] [-n ENVIRONMENT | -p PATH] [-c CHANNEL] [–use-local] [–override-channels] [–repodata-fn REPODATA_FNS] [–all] [–features]… Read More What is the difference between conda uninstall and conda remove?