DEB repository

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

Step 1 - Adding the repository to the OS

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

sudo wget -O /etc/apt/sources.list.d/goodaccess.list https://goodaccess-storage.b-cdn.net/applications/prod/linux/repos/deb/goodaccess.list
Linux terminal displaying the script from Step 1.
Linux terminal displaying the script from Step 1

Step 2 - Adding the GPG public key to the OS

Add the GPG public key to the OS using the following script.

Used to validate packages from our repository.

sudo wget -O /etc/apt/trusted.gpg.d/goodaccess.gpg https://goodaccess-storage.b-cdn.net/applications/prod/linux/repos/deb/goodaccess.gpg
Linux terminal displaying the script from Step 2.
Linux terminal displaying the script from Step 2

Step 3 - Updating the list of packages from all repositories

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

sudo apt update
Linux terminal displaying the script from Step 3.
Linux terminal displaying the script from Step 3

Step 4 - 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 apt install goodaccess
Linux terminal displaying the script from Step 4.
Linux terminal displaying the script from Step 4

You have now successfully installed the GoodAccess Client Application.

If you are experiencing problems:

Last updated

Was this helpful?