IP Messenger for CentOS 7

4.2k views Asked by At

I'm Using CentOS 7 and trying to install IP messenger in it but not able to install it. Can anyone help me in installing any IP messenger. Any kind of help would be appreciated. Thanks.

2

There are 2 answers

1
bro On BEST ANSWER

You can also compile iptux from source:

Install dependencies
Ubuntu/Debian

sudo apt-get install git libgtk2.0-dev libgconf2-dev g++ make autoconf libtool automake

Fedora/Cent OS

sudo yum install git gtk2-devel GConf2-devel gcc-c++ make autoconf libtool automake

Clone the directory from github

git clone git://github.com/iptux-src/iptux.git

Compile it and install

cd iptux
./configure
make
sudo make install

Execute the program

iptux
0
dev-masih On

iptux seems quite portable. You could compile it from sources and install it locally like for example this tutorial tells you.

Alternatively, you could manually download a packaged version of iptux in rpm format and install it using the CentOS package manager.

rpm -i iptux-0.5.1-alt1_13.i586.rpm  OR  rpm -i iptux-0.5.1-alt1_13.x86_64.rpm