Hello Linux Geeksters. As you may know, Socializer is a Facebook web application, running on Linux, Windows and Mac OS X. It has a nice and Facebook style interface and a system tray icon for notifications. The app gets updated directly from the Facebook page, via some Javascript, without needing to use Facebook SDK. The latest version available is Socializer 1.0.3, which comes with a few improvements.

In this article I will show you how to install Socializer 1.0.3 on Ubuntu, Linux Mint, Debian, Pear OS and Elementary OS.
There is no repository available, but we can easily download the deb packages and install them with dpkg. Use the instructions for your system’s architecture exactly, in order to get a successful installation.
How to install Socializer 1.0.3 on 32 bit Ubuntu, Linux Mint, Debian, Pear OS and Elementary OS:
$ wget -c https://dl.dropboxusercontent.com/u/66476531/socializer-1.0.3-ubuntu-32bit.deb
$ sudo dpkg -i socializer-1.0.3-ubuntu-32bit.deb
$ sudo apt-get install -f
How to install Socializer 1.0.3 on 64 bit Ubuntu, Linux Mint, Debian, Pear OS and Elementary OS:
$ wget -c https://dl.dropboxusercontent.com/u/66476531/socializer-1.0.3-ubuntu-64bit.deb
$ sudo dpkg -i socializer-1.0.3-ubuntu-64bit.deb
$ sudo apt-get install -f