Support Ubuntu Bionic (18.04)
See original GitHub issueI’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:
- Created 5 years ago
- Reactions:10
- Comments:7 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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 executesudo apt-get install -f
This will install any missing dependencies that you may have for Allure or any other package installed in your system.Also you can simply download Allure zip (or tgz) distribution from Bintray or Github and unpack it. Executables inside
bin
folder