Chatty is an instant chat client in a chat room, but it is not as complicated as the IRC client. Function: displays emoticon and user icons, and displays the latest 20 chat records. View official information for detailed functions.
Download, install, and configure Ubuntu 14.04.
Ubuntu 14.04 system:
Ubuntu 14.04 text tutorial on hard drive installation in Windows 7
The latest version of Chatty 0.6.1 has been released.
Install without PPA by running the following command:
Ubuntu 14.04 and Linux Mint 17 installation commands:
sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu trusty-getdeb apps" >> /etc/apt/sources.list'
wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install chatty
Ubuntu 13.10 and Linux Mint 16 installation commands:
sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu saucy-getdeb apps" >> /etc/apt/sources.list'
wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install chatty
Ubuntu 12.04, Linux Mint 13, and Elementary OS 0.2 installation commands:
sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu precise-getdeb apps" >> /etc/apt/sources.list'
wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install chatty
Uninstall software commands:
sudo apt-get remove chatty