> 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/rpm-repository.md).

# RPM repository

This guide will show you how to install the GoodAccess Client Application using the GoodAccess RPM repository.

## Step 1 - Adding the repository to the OS

Add the GoodAccess repository to the OS using the following script.

```
sudo wget -O /etc/yum.repos.d/goodaccess.repo https://goodaccess-storage.b-cdn.net/applications/prod/linux/repos/rpm/goodaccess.repo
```

<figure><img src="https://418253935-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiJ406Lpi9EKoWDi7GFL7%2Fuploads%2FYaFBrkdDgYHBgdytBSg6%2FLinux_RPM_1.png?alt=media&amp;token=4dcac9d1-44a2-4956-a1c9-696829dd1891" alt="Linux terminal displaying the script from Step 1."><figcaption><p>Linux terminal displaying the script from Step 1</p></figcaption></figure>

## Step 2 - Updating the list of packages from all repositories

Update the list of packages from all repositories using the following script.

```
sudo dnf update
```

<figure><img src="https://418253935-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiJ406Lpi9EKoWDi7GFL7%2Fuploads%2FaeSX66bptws52gHte6Gi%2FLinux_RPM_2.png?alt=media&amp;token=e6fa4e30-8467-4ffe-9e90-d21080c82169" alt="Linux terminal displaying the script from Step 2."><figcaption><p>Linux terminal displaying the script from Step 2</p></figcaption></figure>

## Step 3 - Installing the "goodaccess" client package

Install the "goodaccess" client package using the following script.

The installer also installs missing dependencies (libc6, libstdc++, iputils-ping, dmidecode).

```
sudo dnf install goodaccess
```

<figure><img src="https://418253935-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiJ406Lpi9EKoWDi7GFL7%2Fuploads%2F5ufCE9b5kRdge5WkPvTS%2FLinux_RPM_3.png?alt=media&amp;token=745e046e-1f4f-4b27-b2f6-14ddb07cc20a" alt="Linux terminal displaying the script from Step 3."><figcaption><p>Linux terminal displaying the script from Step 3</p></figcaption></figure>

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