Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I want to install the Forticlient SSL VPN Client on Ubuntu 12.04.

I've downloaded the last version from Fortinent support site but when i try to run the installer (vía command line or gui) it simply does nothing.

I'd tried with and without sudo but nothing.

I' remember some time ago i've installed the same client in Centos all works fine.

Anyone can help me to do this?

Thanks.

share|improve this question
Would you please provide the result of that command , e.g any error message ? try launch it in e.g gnome-terminal – warl0ck May 10 '12 at 1:44
Unfortunately when i run the command in terminal i don't get any error message. – Juan May 10 '12 at 2:36

4 Answers

up vote 1 down vote accepted

You probably have the Ubuntu 64 bit version (at least it was my case). If so, just install the following package:

sudo apt-get install libgtk2.0-0:i386
share|improve this answer
1  
This totally works. Thanks. – Juan May 24 '12 at 19:39
This does not work for me: E: Couldn't find package libgtk2.0-0:i386 – Niels Bom May 25 '12 at 9:23

I have had it to work. However it wants you to accept a License Agreement which it will try to open in xterm. So make sure that xterm has been installed:

sudo apt-get install xterm
share|improve this answer

Welcome Juan! Install openvpn first and try.To install it,type sudo apt-get install network-manager-openvpn in a terminal and reboot your system.I think this should solve your issue.

share|improve this answer
1  
I've installed it but appears that openvpn client does not be compatible with Fortinet SSL VPN. – Juan May 10 '12 at 2:38

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.