ungoogled-software / ungoogled-chromium-debian

Debian, Ubuntu, and others packaging for ungoogled-chromium
386 stars 49 forks source link

Failing to install on Ubuntu 21.10 #248

Closed VariabileAleatoria closed 1 year ago

VariabileAleatoria commented 3 years ago

curl -s 'https://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Impish/Release.key' | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home-ungoogled_chromium.gpg > /dev/null is failing because the URL gives 404 error

markozajc commented 3 years ago

Looks like Impish isn't being built for some reason. https://build.opensuse.org/package/binaries/home:ungoogled_chromium/ungoogled-chromium-debian/Ubuntu_Impish

awsms commented 3 years ago

Looks like Impish isn't being built for some reason. https://build.opensuse.org/package/binaries/home:ungoogled_chromium/ungoogled-chromium-debian/Ubuntu_Impish

"The build can not begin, because required packages are either missing or not explicitly defined.

unresolvable: nothing provides libllvm11 = 1:11.0.1-2ubuntu4 needed by lld-11, (got version 1:11.0.1-2ubuntu5), nothing provides libllvm11 = 1:11.0.1-2ubuntu4 needed by llvm-11-dev, (got version 1:11.0.1-2ubuntu5), nothing provides gcc-11 >= 11.2.0-1~ needed by gcc, (got version 11.1.0-2ubuntu1)"

ghost commented 3 years ago

I'm assuming it's an OBS issue as I was able to complete the build in a local Impish container. I have more serious issues to investigate right now as there's apparently something breaking extensions with the new packaging set.

Polve commented 3 years ago

Even the PGP key is not available anymore, this url gives error: https://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Impish/Release.key

ghost commented 3 years ago

It never existed because we haven't yet built any Impish packages. It's an OBS issue still.

Kwaskoff commented 3 years ago

Even the PGP key is not available anymore, this url gives error: https://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Impish/Release.key

@polve you can use this thread

echo 'deb http://download.opensuse.org/repositories/home:/ungoogled_chromium:/testing/Ubuntu_Impish/ /' | sudo tee /etc/apt/sources.list.d/home:ungoogled_chromium:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:ungoogled_chromium:testing/Ubuntu_Impish/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_ungoogled_chromium_testing.gpg > /dev/null
sudo apt update
sudo apt install ungoogled-chromium
ghost commented 3 years ago

@Kwaskoff That's not intended for actual use.

docop commented 2 years ago

Could a simple Appimage be made available ? This can make the soft fully portable and fully working directly.

markozajc commented 2 years ago

AppImage builds are managed elsewhere: https://ungoogled-software.github.io/ungoogled-chromium-binaries/releases/appimage/ (seems a bit outdated, maybe more work could be put into it); this project is for builds compatible with Debian's package management and building system.

docop commented 2 years ago

Oh.. indeed . will look forward for an updated version there, as yes, a bit delayed.. hehe