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
Package Repository- Create a new repository file under
/etc/yum.repos.d/package-name.repo with 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
- Optionally - you can manually import the key (as is mentioned in the repo
file.
sudo rpm --import https://updates.talon-sec.com/linux/prisma-access-browser/linux_signing_key.pub
- Clear cache
sudo dnf clean all
- Install the
Package
sudo dnf install prisma-access-browser-stable
- Remove the
Package
sudo dnf remove prisma-access-browser-stable