1 2 |
// conda install -c conda-forge download |
xxxxx
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
// (base) portable@portable-Spin-SP513-52N:~$ conda install -c conda-forge download Collecting package metadata (current_repodata.json): done Solving environment: done ## Package Plan ## environment location: /home/portable/anaconda3 added / updated specs: - download The following packages will be downloaded: package | build ---------------------------|----------------- conda-22.9.0 | py39hf3d152e_2 963 KB conda-forge download-0.3.5 | pyhd8ed1ab_0 12 KB conda-forge python_abi-3.9 | 2_cp39 4 KB conda-forge ------------------------------------------------------------ Total: 979 KB The following NEW packages will be INSTALLED: download conda-forge/noarch::download-0.3.5-pyhd8ed1ab_0 None python_abi conda-forge/linux-64::python_abi-3.9-2_cp39 None The following packages will be UPDATED: conda pkgs/main::conda-22.9.0-py39h06a4308_0 --> conda-forge::conda-22.9.0-py39hf3d152e_2 None Proceed ([y]/n)? |
xxxxxx
1 2 3 4 5 6 7 8 9 10 11 12 13 |
// Proceed ([y]/n)? y Downloading and Extracting Packages download-0.3.5 | 12 KB | ############################################################### | 100% conda-22.9.0 | 963 KB | ############################################################### | 100% python_abi-3.9 | 4 KB | ############################################################### | 100% Preparing transaction: done Verifying transaction: done Executing transaction: done Retrieving notices: ...working... done (base) portable@portable-Spin-SP513-52N:~ |