Wednesday, October 05, 2016

Forticlient SSL: apt-get Problems

 
A little issue I stumble upon on the X220 after installing the Forticlient SSL VPN client... Not a biggie, but annoying...

sojourner ~ $ sudo apt-get update
[sudo] password for XXXXXXXX:
Ign:1 http://packages.linuxmint.com sarah InRelease                                                                                                         
Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease                                                                                                
Hit:3 http://security.ubuntu.com/ubuntu xenial-security InRelease                                                  
Hit:4 http://archive.canonical.com/ubuntu xenial InRelease                                                         
Hit:5 http://packages.linuxmint.com sarah Release                                            
Hit:6 http://archive.ubuntu.com/ubuntu xenial-updates InRelease         
Hit:8 http://archive.ubuntu.com/ubuntu xenial-backports InRelease
Reading package lists... Done
sojourner ~ $ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree      
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 forticlient-sslvpn : Depends: lib32gcc1 (>= 1:4.1.1) but it is not installed
                      Depends: libc6-i386 (>= 2.3.4) but it is not installed
E: Unmet dependencies. Try using -f.
sojourner ~ $


So, following instructions:

$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
  lib32gcc1 libc6-i386
The following NEW packages will be installed:
  lib32gcc1 libc6-i386
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 2.381 kB of archives.
After this operation, 10,6 MB of additional disk space will be used.
Do you want to continue? [Y/n] 


Already had a similar problem before, again, courtesy of Forticlient SSL.

Labels: , , , , , , ,

0 Comments:

Post a Comment

<< Home