@xAsh : Both links in your posting do not work.
Search Criteria
Package Details: ungoogled-chromium-bin 136.0.7103.59-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ungoogled-chromium-bin.git (read-only, click to copy) |
---|---|
Package Base: | ungoogled-chromium-bin |
Description: | A lightweight approach to removing Google web service dependency |
Upstream URL: | https://github.com/ungoogled-software/ungoogled-chromium |
Keywords: | blink browser privacy web |
Licenses: | BSD |
Conflicts: | chromedriver, chromium |
Provides: | chromedriver, chromium |
Submitter: | networkException |
Maintainer: | networkException |
Last Packager: | networkException |
Votes: | 115 |
Popularity: | 10.46 |
First Submitted: | 2022-08-27 13:16 (UTC) |
Last Updated: | 2025-05-04 21:11 (UTC) |
Dependencies (35)
- alsa-lib
- brotli (brotli-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- flac (flac-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- harfbuzz (harfbuzz-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- icu (icu-gitAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libffi (libffi-gitAUR)
- libgcrypt
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libva (libva-gitAUR, intel-media-stack-binAUR, libva-headlessAUR)
- libwebp (libwebp-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- Show 15 more dependencies...
Required by (133)
- aider-chat (requires chromium) (check)
- aider-chat (requires chromium) (optional)
- aider-chat-docs (requires chromium) (check)
- anylogic-ple (requires chromium) (optional)
- anylogic-ple-8.2.4 (requires chromium) (optional)
- anylogic-professional (requires chromium) (optional)
- anylogic-professional-8.2.4 (requires chromium) (optional)
- anylogic-university (requires chromium) (optional)
- anylogic-university-8.2.4 (requires chromium) (optional)
- aptana-studio (requires chromium) (optional)
- aquatone (requires chromium)
- aquatone-bin (requires chromium)
- aquatone-git (requires chromium)
- archivebox (requires chromium)
- archivebox-git (requires chromium)
- assbreak (requires chromedriver) (make)
- audible-activator-git (requires chromedriver)
- augenkrebs-git (requires chromium)
- bbb-recorder-git (requires chromium)
- bitwarden-chromium (requires chromium) (optional)
- Show 113 more...
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 Next › Last »
mabod commented on 2024-01-12 06:21 (UTC)
Metakw commented on 2024-01-11 20:44 (UTC)
I confirm Xash thanks ;)
xAsh commented on 2024-01-11 20:29 (UTC) (edited on 2024-01-11 20:30 (UTC) by xAsh)
the download link is actually https://github.com/ungoogled-software/ungoogled-chromium-archlinux/releases/download/120.0.6099.216-1/ungoogled-chromium-120.0.6099.216-2-x86_64.pkg.tar.zst, not https://github.com/ungoogled-software/ungoogled-chromium-archlinux/releases/download/120.0.6099.216-2/ungoogled-chromium-120.0.6099.216-2-x86_64.pkg.tar.zst
not the first time this happens :D
gschwarz commented on 2023-12-19 14:07 (UTC)
The idea of dynamic libraries is that not every binary has to include its own set, saving resources and in theory making bug fixing (security patching)easier because it can be done centrally without touching every binary. Is it possible for an executable to be more relaxed about the library version, i.e. to require just 7.X instead of specifically 7.3? As long as the ABI does not change from 7.3 to 7.4 that should work.
followait commented on 2023-12-19 02:42 (UTC)
What about making ICU be linked statically?
Mr.Smith1974 commented on 2023-12-18 15:47 (UTC)
/usr/lib/chromium/chromium: error while loading shared libraries: libicui18n.so.73: cannot open shared object file: No such file or directory
mvforell commented on 2023-12-17 20:39 (UTC)
It seems a rebuild against icu 74 is necessary:
/usr/lib/chromium/chromium: error while loading shared libraries: libicui18n.so.73: cannot open shared object file: No such file or directory
geekmiki commented on 2023-12-04 11:23 (UTC) (edited on 2023-12-04 11:24 (UTC) by geekmiki)
Fails to download:
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://github.com/ungoogled-software/ungoogled-chromium-archlinux/releases/download/119.0.6045.199-1/ungoogled-chromium-119.0.6045.199-1-x86_64.pkg.tar.zst
Aborting...
URL should be:
https://github.com/ungoogled-software/ungoogled-chromium-archlinux/releases/download/119.0.6045.199-2/ungoogled-chromium-119.0.6045.199-1-x86_64.pkg.tar.zst
spicefire commented on 2023-10-09 07:21 (UTC) (edited on 2023-10-09 07:24 (UTC) by spicefire)
I had the same error and Ungoogled Chrome wouldn't launch:
/usr/lib/chromium/chromium: error while loading shared libraries: libdav1d.so.6: cannot open shared object file: No such file or directory
A temporary fix was creating a symlink to the new lib:
sudo ln -s /usr/lib/libdav1d.so.7 /usr/lib/libdav1d.so.6
lucasgta95 commented on 2023-10-07 15:46 (UTC)
I had to downgrade ungoogled-chromium-bin, ffmpeg, dav1d, libavif, libheif while the rebuild not happens...
Pinned Comments
networkException commented on 2025-05-02 13:41 (UTC)
Hello everyone, there's always a lot of confusion when ungoogled-chromium doesn't start because of a system dependency it can't find.
This issue is inherent to Arch Linux package management, there's no mechanism that tracks required rebuilds. Maintainers are expected to push manual pkgrel bumps once a rebuild is required. The
chromium
package can somewhat easily handle this, they can also update the package in testing first.People's comments here or on GitHub are how I notice that a rebuild is required, I try to push an update quickly then. Sadly a full rebuild currently takes over 24 hours on GitHub Actions and I'm not exactly maintaining open source software as my dayjob either, so this can take a while.
There's no solution for this really, other than adopting the package into the official repository maybe (I cannot do that). Note that for Manjaro users even a rebuild might not be enough as there can always be mismatches in what system library versions are available.
networkException commented on 2022-09-20 17:36 (UTC)
Please note that normally it's not required to flag this package as out of date. I usually tag releases in the main ungoogled-chromium repository and update the arch packaging right afterwards.
If the package hasn't updated after an ungoogled-chromium release GitHub Actions might still be building or the ungoogled-chromium patchset got updated for non Linux platforms only to match their upstream release cycle