LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

conda-remove

package uninstaller

TLDR

Remove a package
$ conda remove [package_name]
copy
Remove from specific environment
$ conda remove -n [env_name] [package_name]
copy
Remove an entire environment
$ conda remove -n [env_name] --all
copy
Remove multiple packages
$ conda remove [package1] [package2]
copy
Remove without confirmation
$ conda remove -y [package_name]
copy

SYNOPSIS

conda remove [options] [packages...]

DESCRIPTION

conda remove uninstalls packages from a conda environment. With --all, removes the entire environment.Dependencies that are no longer needed may remain; use conda clean to remove them.

PARAMETERS

-n, --name name

Remove from named environment.
--all
Remove entire environment.
-y, --yes
Don't ask for confirmation.
--force
Force removal without dependency checking.

CONFIGURATION

~/.condarc

User-level conda configuration for channels, package settings, and solver options.
/opt/conda/.condarc
System-wide conda configuration.

INSTALL

sudo dnf install conda
copy
nix profile install nixpkgs#conda
copy

SEE ALSO

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid