Hi folks.
Running Ubuntu 64-bit 15.04 and trying to connect using Google Chrome to my university's VPN service (Cisco AnyConnect Secure Mobility Client).
I've got as far as the failure of the web-based installation (which doesn't work in Firefox either) and have downloaded the vpnsetup.sh shell script. I can't run that by clicking on it in Downloads, it pops up with a gedit window which is instantly not responding. I have to force quit.
I attempted to follow these instructions: http://www.snekul.com/wordpress/blog...ntu-12-04-x64/
and this was the result on my terminal
Code:
charlie@Malinowski:~/Downloads$ sudo apt-get install ia32-libs lib32nss-mdnsReading package lists... Done
Building dependency tree
Reading state information... Done
Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
lib32z1 lib32ncurses5
E: Package 'ia32-libs' has no installation candidate
charlie@Malinowski:~/Downloads$ chmod +x vpnsetup.sh
charlie@Malinowski:~/Downloads$ sudo ./vpnsetup.sh
Installing Cisco AnyConnect Secure Mobility Client...
Extracting installation files to /tmp/vpn.XX6U82/vpninst179962116.tgz...
Unarchiving installation files to /tmp/vpn.XX6U82...
Starting Cisco AnyConnect Secure Mobility Client Agent...
Failed to start vpnagentd.service: Unit vpnagentd.service failed to load: No such file or directory.
I'm not terribly experienced in this sort of thing I'm afraid. Where have I gone wrong?
Thanks in advance.