зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +02:00
22 строки
820 B
Plaintext
22 строки
820 B
Plaintext
tar -xvf ~/Downloads/PanGPLinux.tgz
|
|
sudo -E dpkg -i <gp-app-pkg>
|
|
GlobalProtect_UI_deb-6.1.0.0-44.deb
|
|
ar -x <...deb>
|
|
# does not work
|
|
sudo apt-get install <gp-app-pkg>
|
|
!!!
|
|
sudo apt install ./GlobalProtect_UI_deb-6.1.1.0-49.deb
|
|
N: Download is performed unsandboxed as root as file '/home/iharh/Downloads/dist/epam/gp/GlobalProtect_UI_deb-6.1.1.0-49.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
|
|
|
|
# package name - globalprotect
|
|
dpkg -r $(dpkg -f your-file-here.deb Package)
|
|
|
|
autostart
|
|
/etc/xdg/autostart/PanGPUI.desktop
|
|
/opt/paloaltonetworks/globalprotect/PanGPUI
|
|
|
|
arch
|
|
https://git.epam.com/viktar_chemko/globalprotect-archlinux.git
|
|
https://git.epam.com/viktar_chemko/opswatclient-archlinux
|
|
https://software.opswat.com/OESIS_V4/Linux/docs/support_charts/support_charts.html
|