Ubuntu 20.04 installation error
See original GitHub issueDescribe 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:
- Go to https://software.opensuse.org/download.html?project=home%3Acabelo&package=owasp-zap
- 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:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top 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 >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
Solved
It works now, thanks for the quick turnaround on this!