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

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

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

You have now successfully installed the GoodAccess Client Application.

If you are experiencing any problems:

Last updated