# 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](https://tk233.gitbook.io/notes/ml-rl/setting-up-nvidia-tools/getting-started-with-nvidia-isaac-lab-on-ubuntu-22.04-24.04 "mention")
{% 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="setting-up-nvidia-driver-on-ubuntu-24.04-22.04" %}
[setting-up-nvidia-driver-on-ubuntu-24.04-22.04](https://tk233.gitbook.io/notes/ml-rl/setting-up-nvidia-tools/setting-up-nvidia-driver-on-ubuntu-24.04-22.04)
{% 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="https://1287130752-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvVJ0h2a4qMIhB1I8GdV8%2Fuploads%2Fgit-blob-e908101c9f5952d59be350feb7a90ac890a6b0c5%2Fimage.png?alt=media" 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="https://1287130752-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvVJ0h2a4qMIhB1I8GdV8%2Fuploads%2FbacgidKJbgzQiR1f6VAn%2Fimage.png?alt=media&#x26;token=18d60305-c513-4be9-81fc-dcd8bc3be277" alt=""><figcaption></figcaption></figure>

## Install Isaac Sim

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

<figure><img src="https://1287130752-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvVJ0h2a4qMIhB1I8GdV8%2Fuploads%2FdrvT4oAewdFKRgUpysna%2Fimage.png?alt=media&#x26;token=f6b71a38-596b-4e58-8f41-841965be8002" alt=""><figcaption></figcaption></figure>
