LogoLogo
GoodAccess WebsiteRequest Free TrialDownload App
  • Getting Started
    • 1. What is GoodAccess?
    • 2. Architecture Overview
    • 3. Sign up for Free Trial
    • 4. Download App & Connect
  • 🖥️Configuration guides
    • Features
      • Zero Trust Access Control
        • Access Cards
        • Device Posture Check
        • Device Approval
        • Geo Restrictions
      • API Integration
        • API Reference
          • Members
          • Groups
          • Systems
          • Access Cards
          • Relations
          • Gateways
          • Logs
        • Acronis Integration
      • SIEM Integration
      • SSO/SCIM
        • Auth0
        • Cisco Duo
        • Google Workspace
        • JumpCloud
        • Microsoft Entra ID
        • Okta
        • OneLogin
        • Ping Identity
        • Universal (SAML)
      • MFA
      • Passkeys
      • MSI deployment
      • Threat Blocker
      • Custom Domain Blocking
      • DNS Management
      • Split Tunneling
      • Port Forwarding
    • Branch Connector
      • Cisco
      • Cisco Meraki
      • FortiGate
      • MikroTik
      • SonicWall
      • UniFi USG
      • Zyxel Nebula Control Center
      • Other supported routers and firewalls
    • Cloud Connector
      • AWS
      • Google Cloud
      • Microsoft Azure
      • Other Public Cloud providers
    • IP whitelisting
      • APACHE Web Server
      • AWS VPC
      • Azure (Office 365)
      • Google Cloud
      • Google Workspace
      • Magento
      • Microsoft IIS
      • NGINX
        • Domain
        • Subdomain
        • URL
      • OpenCart
      • PHP
      • PHPMyAdmin
      • Pipedrive
      • SalesForce
      • SSH server
      • WordPress
      • Zoho CRM
    • Linux
      • DEB repository
      • RPM repository
      • Manual installation
      • Linux Troubleshooting
  • 🆘FAQ & Troubleshooting
    • FAQ
      • Business
      • Technical
    • Troubleshooting
  • 📓Product Changelog
    • Windows
    • macOS
Powered by GitBook
On this page
  • Step 1 - Adding the repository to the OS
  • Step 2 - Adding the GPG public key to the OS
  • Step 3 - Updating the list of packages from all repositories
  • Step 4 - Installing the "goodaccess" client package

Was this helpful?

  1. Configuration guides
  2. Linux

DEB repository

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

PreviousLinuxNextRPM repository

Last updated 2 months ago

Was this helpful?

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

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

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

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

You have now successfully installed the GoodAccess Client Application.

If you are experiencing problems:

  • check our Linux Troubleshooting

or

🖥️
contact our technical support
Linux terminal displaying the script from Step 1
Linux terminal displaying the script from Step 2
Linux terminal displaying the script from Step 3
Linux terminal displaying the script from Step 4
Linux terminal displaying the script from Step 1.
Linux terminal displaying the script from Step 2.
Linux terminal displaying the script from Step 3.
Linux terminal displaying the script from Step 4.