How To Install Weechat chat client on linuxmint-18.03

To Install Weechat on linuxmint-18.03


WeeChat is a free and open-source Internet Relay Chat client, which is designed to be light and fast. It is released under the terms of the GNU General Public License 3


Installation

Update the system repository using the following command

linuxhelp ~ # apt-get update
Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease
Hit:2 http://ppa.launchpad.net/ondrej/php/ubuntu xenial InRelease                                 
Hit:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease                                   
Hit:4 http://archive.canonical.com/ubuntu xenial InRelease                                        
Hit:5 http://security.ubuntu.com/ubuntu xenial-security InRelease                                 
Ign:6 http://packages.linuxmint.com sylvia InRelease                                          
Hit:7 http://archive.ubuntu.com/ubuntu xenial-backports InRelease        
Hit:8 http://packages.linuxmint.com sylvia Release                      
Reading package lists... Done


Install the weechat application

linuxhelp ~ # apt-get install weechat
Reading package lists... Done
Building dependency tree     
Reading state information... Done

The following packages were automatically installed and are no longer required:

  libcurl3 libmcrypt4
Use ' sudo apt autoremove'  to remove them.
The following additional packages will be installed:
  weechat-core weechat-curses
Suggested packages:
.
.
.
Unpacking weechat-curses (1.4-2ubuntu0.1) ...
Selecting previously unselected package weechat.
Preparing to unpack .../weechat_1.4-2ubuntu0.1_all.deb ...
Unpacking weechat (1.4-2ubuntu0.1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up weechat-core (1.4-2ubuntu0.1) ...
Setting up weechat-curses (1.4-2ubuntu0.1) ...
Setting up weechat (1.4-2ubuntu0.1) ...

To launch the application from terminal type " weechat" at terminal

linuxhelp ~ #weechat


With this, the method to Install Weechat on linuxmint-18.03 comes to an end.

Tag : Ubuntu
FAQ
Q
How can I connect to Freenode server using SSL in weechat?
A
To set option weechat.network.gnutls_ca_file to file with certificates:

/set weechat.network.gnutls_ca_file "/etc/ssl/certs/ca-certificates.crt"
Q
I can’t compile WeeChat after cloning git repository, why?
A
The recommended way to compile WeeChat is with cmake.

If you’re compiling with autotools (and not cmake), check that you have latest version of autoconf and automake.
Q
How to remove weechat applications?
A
By this command, you can remove the application.

# apt-get remove --autoremove weechat
Q
How can I reduce a length of nicks or remove nick alignment in chat area?
A
To reduce max length of nicks in chat area:

/set weechat.look.prefix_align_max 15



To remove nick alignment:

/set weechat.look.prefix_align none
Q
Do I want to change the language used by WeeChat for messages?
A
Yes, with WeeChat ≥ 1.0:

/set env LANG en_US.UTF-8

/upgrade