Search Criteria
Package Details: globalprotect-bin 6.0.1.1-6
Package Actions
| Git Clone URL: | https://aur.archlinux.org/globalprotect-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | globalprotect-bin |
| Description: | GlobalProtect VPN client Agent |
| Upstream URL: | https://docs.paloaltonetworks.com/globalprotect/5-2/globalprotect-app-user-guide/globalprotect-app-for-linux/download-and-install-the-globalprotect-app-for-linux |
| Licenses: | custom |
| Submitter: | hoban |
| Maintainer: | None |
| Last Packager: | hoban |
| Votes: | 6 |
| Popularity: | 0.000010 |
| First Submitted: | 2022-07-27 23:33 (UTC) |
| Last Updated: | 2022-09-27 15:43 (UTC) |
Latest Comments
1 2 Next › Last »
Nukesor commented on 2026-02-16 19:36 (UTC) (edited on 2026-02-16 21:07 (UTC) by Nukesor)
Since this project requires some hacking on the PKGBUILD anyway (due to walled downloads of the binaries), I created a little PKGBUILD repo outside the AUR: https://github.com/Nukesor/globalprotect-pkg
That PKGBUILD works with version 6.2.9.1-407
There's also a README on how to start/enable the services. I got, however, stuck at the issue of the PanGPS server not accepting the PanGPA signature. I'm not sure what to do about it, as there's virtually no documentation/help/manpage regarding anything for PanGPA or PanGPS. The Certs are also in the installed /opt folder, but they're apparently, not used.
anon_ant commented on 2026-01-15 07:56 (UTC) (edited on 2026-01-15 08:01 (UTC) by anon_ant)
The following guide is compiled from multiple sources. I have added my personal experiences and solutions to provide a comprehensive guide:
The newer "GlobalProtect_UI_tar-6.XYZ.tgz" doesn't come with all files needed for the manual install. Instead, we can port the RPM package with the following guide. Other distros might work aswell, just choose the package closest to your distro and ajust step 7 to replace "Ubuntu" with "Arch L" (or whatever from lsb_release -ds, the first 6 characters) in PanGPS.
yay -S wmctrl qt5-webkitDownload and extract PanGPLinux-...tgz
mkdir tmp & cd tmpcp ../GlobalProtect_UI_rpm-6.0.10.0-11.rpmnano PKGBUILD& paste:makepkg -sisudo sed -i "s/\x55\x62\x75\x6e\x74\x75/\x41\x72\x63\x68\x20\x4c/g" /opt/paloaltonetworks/globalprotect/PanGPSsudo cp /opt/paloaltonetworks/globalprotect/gpd.service /lib/systemd/system/gpd.servicesudo systemctl enable gpd.service && sudo systemctl start gpd.servicesudo nano /lib/systemd/system/gpa.service& pastesudo systemctl enable gpd.service && sudo systemctl start gpd.servicesudo cp /opt/paloaltonetworks/globalprotect/PanMSInit.sh /etc/profile.d/The GUI might not work and crash for initial connection (username + pw). Just use the CLI for initial connection and create an alias for easier handling. Delete this file
sudo rm /etc/xdg/autostart/PanGPUI.desktopto stop the GUI from auto starting.Troubleshooting:
sudo rm /etc/xdg/autostart/PanGPUI.desktop).sudo systemctl restart systemd-resolved-> globalprotect replacesresolvedwith something custom. Is globalprotect not properly shut down, resolved will not comeback after restartswdmnd commented on 2025-04-20 11:32 (UTC) (edited on 2025-04-20 11:32 (UTC) by swdmnd)
@slowbro doesn't work for me. I found a reddit post that works for me.
Replace "Ubuntu" with "Arch L" (or whatever from lsb_release -ds, the first 6 characters) in PanGPS
sed -i "s/\x55\x62\x75\x6e\x74\x75/\x41\x72\x63\x68\x20\x4c/g" /opt/paloaltonetworks/globalprotect/PanGPSthen restart gpd
slowbro commented on 2025-03-25 18:08 (UTC)
@david-perez i finally found an SSL fix/workaround, see here: https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1960268/comments/32
On arch, this is /etc/ssl/openssl.cnf
david-perez commented on 2024-09-23 11:37 (UTC) (edited on 2024-09-23 11:39 (UTC) by david-perez)
I've managed to use GlobalProtect 6.2.0-625 with Arch Linux (in Cachy OS).
Here what I've done:
1) Copy supplied files in "/opt/paloaltonetworks/globalprotect"
2) Execute:
3) Download https://archive.archlinux.org/packages/i/icu/icu-73.2-2-x86_64.pkg.tar.zst Extract files, and place libicu*.73.2 in /opt/paloaltonetworks/globalprotect
4) Client can be started in this way:
5) The only problem I'm experiencing is:
I don't know if it is a problem with the gateway of the GP client. Any help will be welcome.
Eothred commented on 2024-03-21 08:20 (UTC)
I've moved to globalprotect-openconnect-git instead so I will leave this package for someone else to adopt (who is hopefully actively using it)
aag commented on 2024-01-23 14:11 (UTC)
I know that 6.2 exists as it is referenced on palo alto website, but I dont have it. Latest my it are giving me is 6.1.2.0, but its problematic for me as well, I have to keep another version of libicu just for vpn.
Eothred commented on 2024-01-22 11:42 (UTC)
The latest version from my company server is 6.1.1.c4, is that the current version? I also don't get it to work properly, so don't want to submit update until I manage to fix. If anyone else want to adopt please let me know, you can probably do a better job than me :)
hoban commented on 2023-12-13 14:03 (UTC)
The company I work for mandated the use of a different distro. I'll be unable to continue maintaining this package.
aag commented on 2023-12-13 13:56 (UTC)
Any chance to upgrade this to 6.2?
1 2 Next › Last »