Linux Deployment
Focus
Focus
Prisma Browser

Linux Deployment

Table of Contents


Linux Deployment

These are the Linux deployment methods

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
Remove Prisma Browser
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 download rpm file.
sudo dnf install prisma-access-browser-stable <version_number>-10x86_64.rpm
If you are using sudo yum -
sudo yum install prisma-access-browser-stable <version_number>-10x86_64.rpm
  • Remove the Package
    sudo dnf rvemove prisma-access-browser-stable