.CONDA 文件扩展名
Conda Package
| 开发者 | Anaconda |
| 受欢迎程度 |
1.7 | 3 票 |
什么是 CONDA 文件?
A CONDA file is a software package that can be installed with Conda, a multiplatform package management system. It can contain system-level libraries, modules, executable programs, metadata, and/or other files. After installing a CONDA file, users can use the software it contains.
更多信息
Conda is an open-source package management system available for Windows, macOS, and Linux. While it is primarily meant to be used to install Python software packages, Conda can also be used to install R, Ruby, Lua, Scala, Java, JavaScript, C/C++, and FORTRAN packages.
Packages used with Conda are saved in one of two formats: .TAR.BZ2 or CONDA. CONDA files consist of two compressed .TAR files saved in a .ZIP container. The TAR files are compressed using Zstandard (zstd) compression. Conda users can search for packages using either Conda itself or the online Anaconda package repository.
注: Some CONDA files contain only metadata used by other programs. These files are referred to as metapackages.
如何打开 CONDA 文件
You can use Conda (multiplatform) to install the package a CONDA file contains. To do so, use the command conda install path/to/yourpackage.conda.