ungoogled-chromium-debian icon indicating copy to clipboard operation
ungoogled-chromium-debian copied to clipboard

Missing dependencies on Debian Sid

Open ernobe opened this issue 2 years ago • 3 comments

As per Debian bug report https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1005230 libgtk-3-0 was removed from dependencies causing failure to run with a

"trace/breakpoint trap" error.

Fixed it by installing libgtk-3-0:amd64 and related dependencies.

ernobe avatar May 11 '22 07:05 ernobe

FWIW I also have tried to install on Sid. Missing two different dependencies:

sudo apt install -y ungoogled-chromium Reading package lists... Done Building dependency tree... Done Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:

The following packages have unmet dependencies: ungoogled-chromium : Depends: libjsoncpp24 (>= 1.9.4) but it is not installable Depends: libwebp6 (>= 0.5.1) but it is not installable E: Unable to correct problems, you have held broken packages.

joshaspinall avatar May 16 '22 14:05 joshaspinall

I had to install those packages manually. They are from a previous stable version of Debian. Just go to the Debian website, search for them, download them, and install with dpkg -i.

ernobe avatar May 18 '22 13:05 ernobe

I thought berkley4 was the main repository of ungoogled-chromium.

ernobe avatar Jun 15 '22 14:06 ernobe

New release in progress, this is no longer relevant.

ghost avatar Mar 24 '23 08:03 ghost