Unable to install Allure CLI on Ubuntu 15.10

Andriy picture Andriy · Jan 13, 2016 · Viewed 9.1k times · Source

According to a documentation it is possible to install Allure CLI with sudo apt-get install allure-commandline command.

But only Trusty and Precise distributions are supported, hence I can not install it on my Ubuntu 15.10 system.

sudo apt-add-repository ppa:yandex-qatools/allure-framework
sudo apt-get update
sudo apt-get install allure-commandline

Result:

E: Unable to locate package allure-commandline

Is there another way to install Allure CLI package on Ubuntu 15.10?

Answer

Dmitry Baev picture Dmitry Baev · Jan 14, 2016

To install Allure you need to do the following steps:

So you can also add unpacked directory to the PATH and then use allure command as well.