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

# Ocient Application Installation

export const Ocient = "Ocient®";

export const Debian = "Debian®";

You can install the {Ocient} software application by installing a single RPM or {Debian} package.

Before installation, review your hardware sizing and ensure that it meets your needs. For details, see [Ocient System Hardware Specifications](/ocient-system-hardware-specifications). For a list of prerequisites needed for Ocient installation, see the [Ocient System Requirements](/ocient-system-requirements).

<Info>
  For access to Ocient software packages, please contact Ocient Support.
</Info>

## Application Installation

### Commands

<Warning>
  Consult the documentation for the package manager of your operating system for specific options and command-line syntax.
</Warning>

## RPM Installation

Use this command to install the Ocient RPM package from the local file system. Include `./` or specify the full path to the RPM file; otherwise, the `dnf` command attempts to search the configured repositories instead of installing the local RPM file.  In the following command example, replace `XX` with the Ocient package version of the provided file.

```shell Shell theme={null}
sudo dnf install ./ocient-XX-x86_64.rpm
```

## DEB Installation

Use this command to install the Ocient DEB package from the local file system.  Include `./` or specify the full path to the DEB file, otherwise the `apt` command attempts to search the configured repositories instead of installing the local DEB file.  In the following command example, replace `XX` with the Ocient package version of the provided file.

```shell Shell theme={null}
sudo apt install ./ocient-XX-amd64.deb
```

## Next Step

When your system install completes, proceed to [Ocient System Bootstrapping](/ocient-system-bootstrapping).

## Related Links

[Installation Reference](/installation-reference)

[Install an Ocient System](/install-an-ocient-system)
