We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debian, Ubuntu, and derivatives
OS/Platform's package manager
all
Repository signature expired
echo 'deb http://download.opensuse.org/repositories/home:/ungoogled_chromium/Debian_Bullseye/ /' | tee /etc/apt/sources.list.d/home-ungoogled_chromium.list > /dev/null curl -s 'https://download.opensuse.org/repositories/home:/ungoogled_chromium/Debian_Bullseye/Release.key' | gpg --dearmor | tee /etc/apt/trusted.gpg.d/home-ungoogled_chromium.gpg > /dev/null
apt-get update && apt-get install --no-install-recommends -y jq ungoogled-chromium
EXPKEYSIG 02456C79B2FD48BF home:ungoogled_chromium OBS Project home:[email protected]
Signature should be valid, so APT wold accept it
curl -s 'https://download.opensuse.org/repositories/home:/ungoogled_chromium/Debian_Bullseye/Release.key' | gpg gpg: WARNING: no command supplied. Trying to guess what you mean ... pub rsa2048 2020-04-24 [SC] [expired: **2022-07-03**] 157C212D66D9B95118C5EDD302456C79B2FD48BF uid home:ungoogled_chromium OBS Project <home:[email protected]>
No response
The text was updated successfully, but these errors were encountered:
Duplicate of ungoogled-software/ungoogled-chromium-debian#307
I moved your previous issue to the relevant repository.
Sorry, something went wrong.
No branches or pull requests
OS/Platform
Debian, Ubuntu, and derivatives
Installed
OS/Platform's package manager
Version
all
Tested upstream?
Description
Repository signature expired
How to Reproduce?
echo 'deb http://download.opensuse.org/repositories/home:/ungoogled_chromium/Debian_Bullseye/ /' | tee /etc/apt/sources.list.d/home-ungoogled_chromium.list > /dev/null
curl -s 'https://download.opensuse.org/repositories/home:/ungoogled_chromium/Debian_Bullseye/Release.key' | gpg --dearmor | tee /etc/apt/trusted.gpg.d/home-ungoogled_chromium.gpg > /dev/null
apt-get update && apt-get install --no-install-recommends -y jq ungoogled-chromium
Actual behaviour
EXPKEYSIG 02456C79B2FD48BF home:ungoogled_chromium OBS Project home:[email protected]
Expected behaviour
Signature should be valid, so APT wold accept it
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: