Hi
In this post i will show how to install Cisco AnyConnect on Ubuntu 19.10.
First download soft from below link or from cisco.com site
https://ftp.tugraz.at/tu-graz/vpn/
Once archive file downloaded, extract it:
$ tar xvf anyconnect-predeploy-linux-64-3.1.14018-k9.tar.gz
cd extracted folder:
$ cd anyconnect-3.1.14018/vpn/
install Cisco AnyConnect using this command:
$ sudo ./vpn_install.sh
After installing you can open application. If application not opening. You have to install libpangox-1.0-0 to solve problem:
$ sudo apt-get install libpangox-1.0-0
That's all.
In this post i will show how to install Cisco AnyConnect on Ubuntu 19.10.
First download soft from below link or from cisco.com site
https://ftp.tugraz.at/tu-graz/vpn/
Once archive file downloaded, extract it:
$ tar xvf anyconnect-predeploy-linux-64-3.1.14018-k9.tar.gz
cd extracted folder:
$ cd anyconnect-3.1.14018/vpn/
install Cisco AnyConnect using this command:
$ sudo ./vpn_install.sh
After installing you can open application. If application not opening. You have to install libpangox-1.0-0 to solve problem:
$ sudo apt-get install libpangox-1.0-0
That's all.
Comments
Post a Comment