我按照这里记录的步骤进行操作:https://faq.oit.gatech.edu/content/how-do-i-install-cisco-anyconnect-client-linux
根据我的发现:http://rbgeek.wordpress.com/2013/03/05/cisco-anyconnect-vpn-client-installation-on-ubuntu-12-04-lts/
似乎需要 ia32-libs 才能成功安装 Cisco AnyConnect。因此我运行了以下命令:
sudo dpkg --add-architecture i386
sudo apt-get install ia32-libs
sudo apt-get install lib32z1
通过运行这三个命令,我能够安装依赖项并从思科网站下载 Linux x86_64 vpnsetup shell 文件。
我运行了以下命令来安装:
chmod 755 vpnsetup.sh
sudo ./vpnsetup.sh
我收到消息:
Installing Cisco AnyConnect VPN Client ...
Extracting installation files to /tmp/vpn.H6QP7o/vpninst443132940.tgz...
Unarchiving installation files to /tmp/vpn.H6QP7o...
Starting the VPN agent...
Done!
但我似乎无法在我的笔记本电脑上的任何地方找到它...它不在互联网、应用程序等中,我搜索了所有应用程序,但它没有显示。
有人可以帮我吗?
答案1
我发现参考声称它将位于/opt/cisco/vpn/bin/vpnui
。如果您在那里找不到它,请尝试vpnui
启动它,或sudo updatedb && locate vpnui
找到它。