Prisma Access Browser
Deploy using Linux
Table of Contents
                    
          Expand All
          |
          Collapse All
        
        Prisma Access Browser Docs
Deploy using Linux
directions on deploying PAB using Linux
    Distribution Agnostic Installation
- Installation of the latest version on either Ubuntu/Fedora (MD5: eaeb2552cdffe5842debb6c8b7f5cffd):curl -fsS https://updates.talon-sec.com/linux/prisma-access-browser/install.sh | sudo bash
 
Ubuntu
- Dynamic list of Prisma Browser Linux (.deb) stable versions can be found here. New stable versions are released on a weekly basis and will be reflected in the list.
 
Manual/One-time installation
- Install the package using the downloaded .deb file. sudo apt install prisma-access-browser-stable_<version_number>-1_amd64.deb
 
Package Repository (via MDM/Local)
- Create a new repository file under /etc/apt/sources.list.d
                echo "deb [arch=amd64] https://updates.talon-sec.com/ linux/prisma-access-browser/deb/ stable main" | sudo tee /etc/apt/sources.list.d/ prisma-access-browser.listImport the GPG key (before using the repository)wget -q -O - https://updates.talon-sec.com/linux/prisma-access-browser/linux_signing_key.pub | sudo tee /etc/apt/trusted.gpg.d/pab.asc >/dev/nullUpdate the package listsudo apt updateInstall Prisma Browsersudo apt install prisma-access-browser-stablePrisma Browser Removalsudo apt remove prisma-access-browser-stableFedora
- Dynamic list of Prisma Browser Linux (.rpm) stable versions can be found here. New stable versions are released weekly and are reflected in the list.
 - Manual/one time installation
- Install the package using the downloaded .deb file:sudo dnf install prisma-access-browser-stable-<version_number>-1.x86_64.rpmwhen using sudo yum install prisma-access-browser-stable-<version_number>-1.x86_64.rpm
 
 - Install the package using the downloaded .deb file:
 
● Package repository (via MDM/Local)○ Create a new repository file under/etc/yum.repos.d/package-name.repowith the following content:[prisma-access-browser]name=prisma-access-browserbaseurl=https://updates.talon-sec.com/linux/prisma-access-browser/rpm/stable/x86_64enabled=1gpgcheck=1gpgkey=https://updates.talon-sec.com/linux/prisma-access-browser/linux_signing_key.pub○ [Optional - as already referenced in the repo file]manually import the keysudo rpm --import https://updates.talon-sec.com/linux/prisma-access-browser/linux_signing_key.pub○ Clear the cachesudo dnf clean all○ Install the packagesudo dnf install prisma-access-browser-stable- Prisma Access Browser RemovalPackage removal
 
sudo dnf remove prisma-access-browser-stableDistribution agnostic installation- Installation of the latest version on either Ubuntu/Fedora (MD5: eaeb2552cdffe5842debb6c8b7f5cffd):curl -fsS https://updates.talon-sec.com/linux/prisma-access-browser/install.sh | sudo bash
 
Ubuntu● Dynamic list of PAB Linux (.deb) stable versions can be found here. A new stable version is released on a weekly basis and will be reflected in the list.● Manual/one time installation○ Install the package using the downloaded .deb filesudo apt install prisma-access-browser-stable_<version_number>-1_amd64.deb● Package repository (via MDM/Local)○ Create a new repository file under /etc/apt/sources.list.d/echo "deb [arch=amd64] https://updates.talon-sec.com/linux/prisma-access-browser/deb/ stable main" | sudo tee /etc/apt/sources.list.d/prisma-access-browser.list○ Import the GPG key (before using the repository)wget -q -O - https://updates.talon-sec.com/linux/prisma-access-browser/linux_signing_key.pub | sudo tee /etc/apt/trusted.gpg.d/pab.asc >/dev/null○ Update the package listsudo apt update○ Install Prisma Access Browsersudo apt install prisma-access-browser-stable- Prisma Access Browser RemovalPackage removal
 
sudo apt remove prisma-access-browser-stableFedora● Dynamic list of PAB Linux (.rpm) stable versions can be found here. A new stable version is released on a weekly basis and will be reflected in the list.● Manual/one time installation○ Install the package using the downloaded .deb filesudo dnf install prisma-access-browser-stable-<version_number>-1.x86_64.rpmWhen usingyum sudo yum install prisma-access-browser-stable-<version_number>-1.x86_64.rpm● Package repository (via MDM/Local)○ Create a new repository file under/etc/yum.repos.d/package-name.repowith the following content:[prisma-access-browser]name=prisma-access-browserbaseurl=https://updates.talon-sec.com/linux/prisma-access-browser/rpm/stable/x86_64enabled=1gpgcheck=1gpgkey=https://updates.talon-sec.com/linux/prisma-access-browser/linux_signing_key.pub○ [Optional - as already referenced in the repo file]manually import the keysudo rpm --import https://updates.talon-sec.com/linux/prisma-access-browser/linux_signing_key.pub○ Clear the cachesudo dnf clean all○ Install the packagesudo dnf install prisma-access-browser-stable- Prisma Access Browser RemovalPackage removal
 
sudo dnf remove prisma-access-browser-stable