# Installing Vivado on Ubuntu

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

If the installation hangs on generating installed devices, try the following steps (including a reboot) before re-trying the installation:

```
sudo apt-get install -y python3-pip
```

```
sudo apt-get install -y libstdc++6
```

```
sudo apt-get install -y libgtk2.0-0
```

```
sudo apt-get install -y dpkg-dev
```

```
sudo apt-get install -y libtinfo5 libncurses5
```

If the previous command did not work, try this:

```
sudo apt update
wget http://security.ubuntu.com/ubuntu/pool/universe/n/ncurses/libtinfo5_6.3-2ubuntu0.1_amd64.deb
sudo apt install ./libtinfo5_6.3-2ubuntu0.1_amd64.deb
```

Reboot the VM or your PC and try the installation agian.

(Without ibtinfo5 the application will not start and without libncurses5 the simulation will fail)


---

# 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://junweiwangs-organization.gitbook.io/fpga-stuff/vivado/installing-vivado-on-ubuntu.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.
