question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ubuntu 18.04 (bionic) installer does not seem to work

See original GitHub issue

When trying to install allure on Ubuntu 18.04, following https://docs.qameta.io/allure/#_linux, everything goes well. However when executing allure --version afterwards, the following error is occurring:

allure --version allure: command not found

The same on Ubuntu 16.04 seems to work fine.

Expected behavior allure should be put in the PATH at installation and behaviour should be the same for 18.04 and 16.04.

Environment (please complete the following information):

Linux *** 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

11reactions
odemeniukcommented, Aug 2, 2020
        curl -o allure-2.7.0.tgz -Ls https://dl.bintray.com/qameta/generic/io/qameta/allure/allure/2.7.0/allure-2.7.0.tgz
        sudo tar -zxvf allure-2.7.0.tgz -C /opt/
        sudo ln -s /opt/allure-2.7.0/bin/allure /usr/bin/allure
        rm -rf allure-2.7.0.tgz
        allure --version
0reactions
IsQiaocommented, Jan 18, 2022

curl -o allure-2.7.0.tgz -Ls https://dl.bintray.com/qameta/generic/io/qameta/allure/allure/2.7.0/allure-2.7.0.tgz sudo tar -zxvf allure-2.7.0.tgz -C /opt/ sudo ln -s /opt/allure-2.7.0/bin/allure /usr/bin/allure rm -rf allure-2.7.0.tgz allure --version

I wrote one for Dockerfile. Install apt-get install default-jre first for Allure dependency.

RUN ALLURE_VERSION=2.13.9 \
    && wget -qO /tmp/allure-"$ALLURE_VERSION".tgz https://github.com/allure-framework/allure2/releases/download/"$ALLURE_VERSION"/allure-"$ALLURE_VERSION".tgz \
    && tar -xf /tmp/allure-"$ALLURE_VERSION".tgz --directory=/opt/ \
    && ln -s /opt/allure-"$ALLURE_VERSION"/bin/allure /usr/bin/allure \
    && allure --version

new download link: https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/

Read more comments on GitHub >

github_iconTop Results From Across the Web

Install Ubuntu desktop 18.04 - Tutorials
The Ubuntu desktop is easy to use, easy to install and includes everything you need to run your organisation, school, home or enterprise....
Read more >
unattended Bionic server install - set language - Ask Ubuntu
I am trying to automate the installation of Ubuntu Server 18.04 Bionic using a custom ISO. No existing solutions I can find seem...
Read more >
Ubuntu 18.04LTS full - chaos! a lot of customization problem ...
When the installation is complete update the system and then restart the system and go into settings and configure what needs to be...
Read more >
How to Install Ubuntu 18.04 Bionic Beaver - phoenixNAP
Use our detailed guide with screenshots, easy installing, start now! ... Ubuntu 18.04 (codenamed Bionic Beaver) is a free, open-source ...
Read more >
11 Things To Do After Installing Ubuntu 18.04 LTS 'Bionic ...
Ubuntu 18.04 supports Flatpak but it is not enabled out-of-the-box. To use Flatpak apps on Ubuntu you'll need to install the following ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found