여기에 설명된 단계를 따르고 있었습니다.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/
Cisco AnyConnect를 성공적으로 설치하려면 ia32-libs가 필요한 것 같습니다. 그래서 다음 명령을 실행했습니다.
sudo dpkg --add-architecture i386
sudo apt-get install ia32-libs
sudo apt-get install lib32z1
이 세 가지 명령을 실행하여 종속성을 설치하고 Cisco 웹 사이트에서 Linux x86_64 vpnsetup 셸 파일을 다운로드할 수 있었습니다.
설치를 위해 다음 명령을 실행했습니다.
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
찾아보십시오.