> For the complete documentation index, see [llms.txt](https://support.goodaccess.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.goodaccess.com/configuration-guides/linux/manual-installation.md).

# 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](/configuration-guides/linux/linux-troubleshooting.md)
* or [contact our technical support](https://www.goodaccess.com/contact)
  {% endhint %}
