# 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/
```
