> For the complete documentation index, see [llms.txt](https://docs.arkannis.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arkannis.net/software/ansys/ansys-install.md).

# Ansys install

1. Get the TGZ with the new installation required

Example:

```bash
cp /mnt/data/Software/STRUCTURES_2022R1_LINX64.tgz ..
```

2\. Unpack the files:

```bash
tar zxvf STRUCTURES_2022R1_LINX64.tgz
```

3\. Install in custom location by using parameters:

```bash
./INSTALL -silent -install_dir /mnt/data2/ansys_inc/
```
