Deploy using Linux
Focus
Focus
Prisma Access Browser

Deploy using Linux

Table of Contents


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.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 list
sudo apt update
Install Prisma Browser
sudo apt install prisma-access-browser-stable
Prisma Browser Removal
sudo apt remove prisma-access-browser-stable
Fedora
  • 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.rpm
      when using 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-browser
baseurl=https://updates.talon-sec.com/linux/prisma-access-browser/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://updates.talon-sec.com/linux/prisma-access-browser/linux_signing_key.pub
○ [Optional - as already referenced in the repo file]
manually import the key
sudo rpm --import https://updates.talon-sec.com/linux/prisma-access-browser/linux_signing_key.pub
○ Clear the cache
sudo dnf clean all
○ Install the package
sudo dnf install prisma-access-browser-stable
  • Prisma Access Browser Removal
    Package removal
sudo dnf remove prisma-access-browser-stable
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 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 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.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 list
sudo apt update
○ Install Prisma Access Browser
sudo apt install prisma-access-browser-stable
  • Prisma Access Browser Removal
    Package removal
sudo apt remove prisma-access-browser-stable
Fedora
● 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 file
sudo dnf install prisma-access-browser-stable-<version_number>-1.x86_64.rpm
When using
yum 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-browser
baseurl=https://updates.talon-sec.com/linux/prisma-access-browser/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://updates.talon-sec.com/linux/prisma-access-browser/linux_signing_key.pub
○ [Optional - as already referenced in the repo file]
manually import the key
sudo rpm --import https://updates.talon-sec.com/linux/prisma-access-browser/linux_signing_key.pub
○ Clear the cache
sudo dnf clean all
○ Install the package
sudo dnf install prisma-access-browser-stable
  • Prisma Access Browser Removal
    Package removal
sudo dnf remove prisma-access-browser-stable