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 20.04 installation error

See original GitHub issue

Describe the bug Running Ubuntu installation instructions gives a signature error:

W: GPG error: http://download.opensuse.org/repositories/home:/cabelo/xUbuntu_20.04  InRelease: The following signatures were invalid: <Expired Signature> home:cabelo OBS Project <home:cabelo@build.opensuse.org>
E: The repository 'http://download.opensuse.org/repositories/home:/cabelo/xUbuntu_20.04  InRelease' is not signed.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://software.opensuse.org/download.html?project=home%3Acabelo&package=owasp-zap
  2. Follow Ubuntu installation instructions for 20.04
echo 'deb http://download.opensuse.org/repositories/home:/cabelo/xUbuntu_20.04/ /' | tee /etc/apt/sources.list.d/home:cabelo.list && \
  curl -fsSL https://download.opensuse.org/repositories/home:cabelo/xUbuntu_20.04/Release.key | gpg --dearmor | tee /etc/apt/trusted.gpg.d/home_cabelo.gpg > /dev/null && \
  apt update && \
  apt install owasp-zap

Expected behavior Installations were working before August 20th. I’m guessing this is some kind of signature expiration.

Software versions

  • ZAP: 2.9.0 (whatever is installed by the above instructions)
  • Add-on: None
  • OS: Ubuntu 20.04
  • Java: 1.8.0_232
  • Browser: N/A for this

Errors from the zap.log file N/A

Additional context Running in a docker file.

Would you like to help fix this issue? If I can, sure

Edit: Also, sorry if this is the wrong place for this. Let me know if there is another repo or person I should reach out to directly. Thanks

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
cabelocommented, Aug 24, 2021

Solved

1reaction
HarlowIBMcommented, Aug 24, 2021

It works now, thanks for the quick turnaround on this!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ubuntu 20.04 Installation Problem
The main problem, which I thought was my Hard drive. Even after checking my hard drive using different software everything was showing fine....
Read more >
Ubuntu 20.04 installation problems - Reddit
Ubuntu 20.04 installation problems · Wipe system. · Ensure BIOS is UEFI, secure boot ON. · Install Windows 10. Leave some allocated space...
Read more >
[Fixed] Grub Install Fatal Error in Ubuntu 20.04 LTS ... - YouTube
Hi Guys,If you want to use Linux and if you're planning to install and dual boot Linux distros like Ubuntu, and If you're...
Read more >
Ubuntu 20.04 installation problems - linux - Super User
I am trying to install Ubuntu 20.04 LTS (alongside windows and/or otherwise) (specifications are given below) but I couldn't.
Read more >
Ubuntu Installation Keeps Failing - Support & Help Requests
I am trying to install Ubuntu 20.04 onto my desktop but it keeps failing with error “The attempt to mount a file system...
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