How to upgrade to Anope 2.0.11

November 3, 2019

Anope 2.0.11 is a set of IRC Services designed for flexibility and ease of use.

Anope is available in two flavors: Stable and Development. The stable version has been tested for months and is as stable as a rock, while the development version gets new features added constantly and allows you to enjoy the future of services today.

Anope 2.0.10 has been released, which contains bug fixes, and several new features.

How to upgrade Anope Services

wget https://github.com/anope/anope/archive/2.0.11.tar.gz
tar zxvf 2.0.11.tar.gz
rm -rf 2.0.11.tar.gz
cd anope-2.0.11
./Config
cd build
make
make install
cd services/bin
Run $ ./bin/services to start Anope.