我正在尝试从 Ubuntu 20.04 上的软件中心安装 nsgclient(适用于 Linux 的 NetScaler Gateway 客户端)。我收到错误
Unable to install nsgclient. The following packages have unmet dependencies.
此安装适用于 Ubuntu 的早期版本(例如 16 和 18)。我该如何安装它?
答案1
您可以nsgclient18_64
从https://www.citrix.com/downloads/citrix-gateway/earlier-versions/netscaler-gateway-plug-in-VPN_EPA_Clients_Ubuntu_18.html
您可以通过终端进行此操作:
curl http://ftp.osuosl.org/pub/ubuntu/pool/main/n/network-manager/libnm-util2_1.10.6-2ubuntu1.4_amd64.deb -sO
sudo dpkg -i libnm-util2_1.10.6-2ubuntu1.4_amd64.deb
curl http://ftp.osuosl.org/pub/ubuntu/pool/main/n/network-manager/libnm-glib4_1.10.6-2ubuntu1.4_amd64.deb -sO
sudo dpkg -i libnm-glib4_1.10.6-2ubuntu1.4_amd64.deb
sudo apt install -y libnl-cli-3-200 libappindicator1 libproxy1-plugin-webkit libdbusmenu-gtk4 libnl-nf-3-200
sudo dpkg -i nsgclient18_64.deb