# 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 %}


---

# 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://support.goodaccess.com/configuration-guides/linux/manual-installation.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.
