# Manual installation

## 1. DEB package - Debian, Mint, Ubuntu, etc.

[Download the DEB installation package](https://link.goodaccess.com/download-linux-deb) and install it using the following script.

Replace "x.x.xx-x" in the script with the version number of the file you downloaded.

```
sudo apt install ./goodaccess_x.x.xx-x_amd64.deb
```

## 2. RPM package - CentOS, Fedora, Redhat, Rocky, etc.

[Download the RPM installation package](https://link.goodaccess.com/download-linux-rpm) and install it using the following script (admin rights required).

Replace "x.x.xx-x" in the script with the version number of the file you downloaded.

```
sudo rpm -ivh ./goodaccess-x.x.xx-x.x86_64.rpm
```

You have now successfully installed the GoodAccess Client Application.

{% hint style="info" %}
**If you are experiencing any problems:**

* check our [linux-troubleshooting](https://support.goodaccess.com/configuration-guides/linux/linux-troubleshooting "mention")
* or [contact our technical support](https://www.goodaccess.com/contact)
  {% endhint %}
