Package Details: ungoogled-chromium-bin 145.0.7632.116-1

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: 140
Popularity: 1.99
First Submitted: 2022-08-27 13:16 (UTC)
Last Updated: 2026-02-26 02:51 (UTC)

Required by (161)

Sources (1)

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

Latest Comments

1 2 3 4 5 6 .. 15 Next › Last »

dan361 commented on 2026-02-21 10:23 (UTC)

URL for the tar.zst seems wrong in PKGBUILD. This link works: https://github.com/ungoogled-software/ungoogled-chromium-archlinux/releases/download/145.0.7632.109-1/ungoogled-chromium-145.0.7632.109-2-x86_64.pkg.tar.zst

gothmog123 commented on 2026-02-21 06:10 (UTC)

curl: (22) The requested URL returned error: 404 ==> ERROR: Failure while downloading https://github.com/ungoogled-software/ungoogled-chromium-archlinux/releases/download/145.0.7632.109-2/ungoogled-chromium-145.0.7632.109-2-x86_64.pkg.tar.zst

Mugzx commented on 2026-02-21 05:02 (UTC)

The PKGBUILD for ungoogled-chromium-bin version 145.0.7632.109-2 seems to be filled out incorrectly? The tag on the GitHub link is actually 145.0.7632.109-1.

antdou commented on 2026-02-19 08:28 (UTC) (edited on 2026-02-19 08:30 (UTC) by antdou)

Hi! Had an issue similar to what Barmanji had on 2025-08-24, except now Chromium 145.0.7632.75-2 (latest in AUR) requires GLIBC v. 2.43+; the latest one in the Manjaro repo is 2.42, though. Had to roll back to 144.0.7559.132-2 that I had cached.

Maybe glibc should be explicitly added as a dependency? (I have read the top pinned comment but I unfortunately do not understand, sorry, am a noob)

nich23 commented on 2026-01-12 20:41 (UTC)

Is it support the aarch64 architecture?

gothmog123 commented on 2025-10-30 12:17 (UTC)

Is it possible to install and use this alongside normal chromium? I need both

Barmanji commented on 2025-08-24 04:37 (UTC)

/usr/lib/chromium/chromium: /usr/lib/libc.so.6: version `GLIBC_2.42' not found (required by /usr/lib/chromium/chromium)

For me: I just searched GLIBC in arch repo and installed it. CMD: yay -S glibc 2.42+r17+gd7274d718e6f-1 And GGs

networkException commented on 2025-08-18 01:21 (UTC)

There isn't a release for extra/chromium yet and I currently don't have the capacity to make sure the non ungoogled bits work correctly. Feel free to open a pull request if you can test it or poke https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/

Maoyue commented on 2025-08-17 16:19 (UTC)

https://github.com/ungoogled-software/ungoogled-chromium/issues/3428 Chromium 139.0.7258.127 on Linux merged, but this package didn't get a update yet?