Cannot install linux client

woqz

Hunter
I am running some tests on the linux client, but when I try to install it I get this:

Mv4LESH.png


dependency problems - leaving unconfigured
Processing triggers for shared-mime-info ...
Processing triggers for desktop-file-utils ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for gnome-menus ...
Errors were encountered while processing:
2xclient
 
2XClient requires some dependencies be installed which are not sometimes installed on certain builds of a linux distribution. For Debian based linux distributions such as Ubuntu you can run the 2X Client .deb installer using the following command:

dpkg -i 2XClient.deb

If there are any dependency issues such as in the screenshot you posted, please run a terminal console session and elevate it to root using the 'su' command.

Run the following commands:

apt-get update

apt-get -f install

dpkg -i 2XClient.deb

This should fix any dependency issues.
 
Back
Top