> ## Documentation Index
> Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Downloading package files

export const DefinitionDescription = ({children}) => <dd className="definition-description">{children}</dd>;

export const DefinitionTerm = ({children}) => <dt className="definition-term">{children}</dt>;

export const DefinitionList = ({children}) => <dl className="definition-list">{children}</dl>;

The **Files** tab on a package's details page lists the available archive files for that package. From this page, you can search and filter the file list to find a specific file, then download it directly.

## Downloading package files

To download a package file, select <Icon icon="arrow-down-to-line" /> **Download** in the **Actions** column. This downloads the archive file (`.tar.bz2`, `.conda`, `.whl`) for the package.

<Warning>
  Downloading a package file does not install it into an environment. For information on how to install packages using Anaconda Navigator or conda, see [Installing packages](/tools/anaconda-org/installing-packages).
</Warning>

## Locating a package file

You can search for a specific package file by entering information such as its name, architecture, build, or version number in the **Search files** box.

Select the <Icon icon="circle-info" /> info icon beside a file name to view detailed metadata for the selected package file.

<Frame>
  <img src="https://mintcdn.com/anaconda-29683c67/kbbTV6tnIZi7gFiD/images/org_package_files.png?fit=max&auto=format&n=kbbTV6tnIZi7gFiD&q=85&s=120302ea3efee71e5af6b0a175414ae7" alt="An overview of the package file list and filters for the Python package in Anaconda.org" width="1922" height="936" data-path="images/org_package_files.png" />
</Frame>

Select the <Icon icon="filter" /> filter icon to filter the package lists by the following criteria:

<DefinitionList>
  <DefinitionTerm>
    Versions
  </DefinitionTerm>

  <DefinitionDescription>
    The available versions for the package.
  </DefinitionDescription>

  <DefinitionTerm>
    Architecture
  </DefinitionTerm>

  <DefinitionDescription>
    The available operating system architectures for the package.
  </DefinitionDescription>

  <DefinitionTerm>
    Size (MB)
  </DefinitionTerm>

  <DefinitionDescription>
    The size of the package archive file. Adjust the **Min size** and **Max size** values to narrow your selection.
  </DefinitionDescription>

  <DefinitionTerm>
    Upload Date
  </DefinitionTerm>

  <DefinitionDescription>
    The date when the package file was last updated. Enter dates manually or use the calendar tool to create a date range.
  </DefinitionDescription>

  <DefinitionTerm>
    Labels
  </DefinitionTerm>

  <DefinitionDescription>
    The [labels](/tools/anaconda-org/maintainer-guide/labels) associated with the packages.
  </DefinitionDescription>
</DefinitionList>

Select **Clear** to clear any filter changes.
