You must use apt, apt-get or aptitude to install the packages (with sudo or as "root" user).
The following examples use sudo and apt.
The following packages must be installed:
$ sudo apt install ca-certificates
Import the PGP key used to sign the repositories:
$ sudo mkdir -p /etc/apt/keyrings
$ curl --silent https://weechat.org/dev/info/debian_repository_signing_key_asc/ | sudo tee /etc/apt/keyrings/weechat.asc
…
…
Note: the second command line is optional, it is used to download source packages.
Resynchronize your package index files:
$ sudo apt update
Install the binary packages; the "plugins" package is highly recommended but not mandatory, scripting API packages are optional (popular languages are python and perl).
Example for the stable version:
$ sudo apt install weechat-curses weechat-plugins weechat-python weechat-perl
Example for the development version:
$ sudo apt install weechat-devel-curses weechat-devel-plugins weechat-devel-python weechat-devel-perl
If needed, you can download the source package in order to rebuild binary packages:
$ apt source weechat-devel
weechat | 4.6.2-1 | amd64 | 14 files | |
|
weechat | 4.6.2-1 | amd64 | 14 files | |
|
weechat | 1.9-1 | armhf | 6 files | |
|
||||
weechat-devel | 1.9-1~dev20170625 | armhf | 6 files | |
|
weechat | 1.3 | armhf | 6 files | |
|
||||
weechat-devel | 1.3-1~dev20150816 | armhf | 6 files | |
|