Hello Linux Geeksters. As you may know, Wync is a version of the Microsoft Lync instant messaging client, specially developed for the Linux systems. Wync enables the users to make audio and video calls, see the chat, manage contacts and organize them into groups, view statuses and many others.

The latest version available is Wync v2.0.26, which has been recently released.
For more information, see the below presentation video of Wync, running on Ubuntu:
In this article I will show you how to install Wync v2.0.26 on Ubuntu, Linux Mint, Debian, OpenSUSE, CentOS and Fedora.
Because it is not available via any repository, we have to download the deb/rpm packages and install them by hand, in order to get Wync v.26.
Unfortunately, Wync v2.0.26 is available only for 64 bit systems, there is no package for 32 bit systems.
How to install Wync v.26 on 64 bit Ubuntu, Linux Mint and Debian:
$ wget fisil.com/linux/Wync_Ubuntu64_v2.0.26.deb
$ sudo dpkg -i Wync_Ubuntu64_v2.0.26.deb
How to install Wync v.26 on 64 bit OpenSUSE systems:
$ wget fisil.com/linux/Wync-SUSE-2.0.26-1.x86_64.rpm
$ sudo rpm -i Wync-SUSE-2.0.26-1.x86_64.rpm
How to install Wync v.26 on 64 bit Fedora and CentOS systems:
$ wget fisil.com/linux/Wync-2.0.26-1.x86_64.rpm
$ sudo rpm -iWync-2.0.26-1.x86_64.rpm
via lffl.org