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.

Support Ubuntu Bionic (18.04)

See original GitHub issue

I’m submitting a …

  • bug report
  • feature request
  • support request => Please do not submit support request here, see note at the top of this template.

What is the current behavior?

When I try to install Allure in Ubuntu Bionic (18.04), or Mint 19 (based on Bionic), using sudo apt-add-repository ppa:qameta/allure I get a message saying

HTTP Error 404: Not Found
Cannot add PPA: ''This PPA does not support bionic''.

How to reproduce it

I’m following the steps provided in https://docs.qameta.io/allure/#_linux, which are

sudo apt-add-repository ppa:qameta/allure
sudo apt-get update 
sudo apt-get install allure

I encounter the error message when executing the first line, of course.

What is the expected behavior?

It should be able to install Allure in Bionic based distros as it’s a LTS version.

What is the motivation / use case for changing the behavior?

Teams are moving from Xenial to Bionic as it is now the latest LTS.

Please tell us about your environment:

I’ve found the issue using Ubuntu Bionic (18.04) and Mint 19.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:10
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

14reactions
jmflahertycommented, Sep 6, 2018

@BupTyo3 , a work around is to download the .deb package for Xenial and install it manually. You can get it from here https://launchpad.net/~qameta/+archive/ubuntu/allure/+files/allure_2.4.1~xenial_all.deb

You can use Gdebi to install it by double clicking it, or using dpkg as follows dpkg -i allure_2.4.1~xenial_all.deb Once you are done with dpkg, you should execute sudo apt-get install -f This will install any missing dependencies that you may have for Allure or any other package installed in your system.

2reactions
baevcommented, Sep 6, 2018

Also you can simply download Allure zip (or tgz) distribution from Bintray or Github and unpack it. Executables inside bin folder

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ubuntu 18.04.6 LTS (Bionic Beaver)
CD images for Ubuntu 18.04.6 LTS (Bionic Beaver) ... The server install image allows you to install Ubuntu permanently on a computer for...
Read more >
Ubuntu 18.04 - End of Life - SCS Computing Facilities
Ubuntu Linux 18.04 LTS will reach the end of its hardware and maintenance update LTS support window on April 30, 2023. As Canonical,...
Read more >
Ubuntu 18.04 support time will be increased to 10 years
Recently Mark Shuttleworth stated that Canonical will expand Ubuntu 18.04 Bionic Beaver LTS support a few years longer than expected.
Read more >
Ubuntu 18.04 LTS: What's New and Where to Download?
Ubuntu 18.04 LTS supports most modern hardware thanks to the inclusion of the Linux Kernel 4.15. If your machine currently runs Ubuntu 16.04...
Read more >
AWS Marketplace: Ubuntu 18.04 LTS - Bionic
Ubuntu is a Linux operating system which provides a familiar, tested and supported set of system packages as a base layer for your...
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