Skip to main content
Anaconda Team Edition enables you to upload packages (conda, cran, wheel, egg, sdist, and so on) to the repository and store them in several different channel structures. Each package contains specific metadata for that package along with the dependencies and dependents for the package. This topic provides guidance on the following actions:

Uploading a package

Preparation for uploading packages differs depending on your package type. Please follow the relevant guide for your respective packages: Via the UI
  1. Click the green dropdown button in the top right corner, and then click Upload File.
  2. On the Upload a File screen, select the type of file you’d like to upload from the dropdown.
  3. Click the Browse button to find your file and add it to the page.
  4. Click Upload.
Via the CLI To upload into the default user channel:
To upload multiple packages:
To upload into a specific channel:
By default, the system will try to identify the package type automatically. However, you can also provide the file type yourself:

Downloading a package

On a package details page, click on a file name to download the file.

Viewing package details

Via the UI Click anywhere on a package to view its details. You can then click the Sort button to sort files by version, size, platform, and name.
Via the API
Via the CLI

Viewing package metadata

Click the information icon to view a file’s metadata.

Managing a package

  1. Select the checkbox next to a package.
  2. Click the dropdown next to the search bar. You may then move, copy, or delete the package.

Deleting a package

Click the green Delete button to delete a package. You will be prompted to confirm that you want to delete the Package. Click Delete to confirm.
Via the UI
  1. On a package details page, navigate to the Files tab to see all the versions of a given package.
  2. Select one or more packages, and then click on the down arrow to the left of the filter field and click Delete.
Via the API
Via the CLI