# Setting up NVIDIA Omniverse Isaac Sim on Ubuntu 22.04 / 20.04

{% hint style="warning" %}
**2024-07-20 Update:**

Omniverse Isaac Sim is deprecated. Please refer to NVIDIA Isaac Lab note: [Getting Started with NVIDIA Isaac Lab on Ubuntu 22.04 / 24.04](/notes/ml-rl/setting-up-nvidia-tools/getting-started-with-nvidia-isaac-lab-on-ubuntu-22.04-24.04.md)
{% endhint %}

## System Overview

NVIDIA RTX 2080

Ubuntu 22.04 with [standard install](https://notes.tk233.xyz/tools/ubuntu-22.04-standard-installation-procedure)

## Prerequisite: NVIDIA Driver

{% content-ref url="/pages/j31LP24d0b9bxwGtaIsa" %}
[Setting up NVIDIA Driver on Ubuntu 24.04 / 22.04](/notes/ml-rl/setting-up-nvidia-tools/setting-up-nvidia-driver-on-ubuntu-24.04-22.04.md)
{% endcontent-ref %}

## Install Omniverse

Download Omniverse from [here](https://www.nvidia.com/en-us/omniverse/download/).

After download, grant the executable right to the .AppImage file.

<figure><img src="/files/lclTIcsQ10xa4tj0v0lk" alt=""><figcaption></figcaption></figure>

The installation program requires FUSE to run.

Install FUSE with apt:

```bash
sudo apt install libfuse2
```

Create the file structures in the installation directory:

```bash
mkdir -p ~/Documents/Omniverse/pkg
mkdir -p ~/Documents/Omniverse/data
mkdir -p ~/Documents/Omniverse/contents
mkdir -p ~/Documents/Omniverse/cache
```

Launch the application by either double-clicking it or via the terminal.

Set up the directories in the launcher. Here's an example setup:

<figure><img src="/files/faJUbgJ0PVJVokWRLN1V" alt=""><figcaption></figcaption></figure>

## Install Isaac Sim

Search for "Isaac Sim" in the EXCHANGE tab and click INSTALL button.

<figure><img src="/files/M9X7Ye7qOzF14M1axg4l" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tk233.gitbook.io/notes/ml-rl/setting-up-nvidia-tools/nvidia-omniverse-isaac-sim-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
