# 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="/files/lnkVyfBsb4KTpio1pyOv" 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="/files/IdMCI0ra4UTA9E0pBag7" 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="/files/59kWTq1I3ALvBrN50QND" 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 %}


---

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