Archives For November 30, 1999

This simple tutorial will show you how to install the Jitsi Video Calls and Chat & add its repository in Ubuntu 13.04 Raring, 12.04 Precise and 12.10 Quantal.

Jitsi call window

As you may know, Jitsi is an audio/video Internet phone and instant messenger written in Java. It supports some of the most popular instant messaging and telephony protocols such as SIP, Jabber/XMPP (and hence Facebook and Google Talk), AIM, ICQ, MSN, Yahoo! Messenger.

Jitsi contact

Install Jitsi:

The official download page provides the latest Deb installer for Ubuntu users

Press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below command to download it:

For 32-bit system:

wget https://download.jitsi.org/jitsi/debian/jitsi_2.2-latest_i386.deb

For 64-bit system:

wget https://download.jitsi.org/jitsi/debian/jitsi_2.2-latest_amd64.deb

Both 32-bit & 64-bit run below command to install the Deb:

sudo dpkg -i jitsi_2.2-latest_*.deb

It installs Jitsi as well as adds its repository to your system so that you’ll receive updates when a new release comes out.