Differences between revisions 13 and 14
Revision 13 as of 2022-12-22 21:47:50
Size: 2078
Editor: ?Hergezod
Comment: added link to Ungoogled Chromium debian builds
Revision 14 as of 2022-12-24 10:03:40
Size: 2153
Editor: PaulWise
Comment: cleanups
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Ungoogled Chromium is an open source fork of the chromium web browser that is focused to improve privacy by removing google services and implementing other privacy tweaks. More info here: https://github.com/Eloston/ungoogled-chromium Ungoogled Chromium is an open source fork of the chromium web browser that is focused to improve privacy by removing google services and implementing other privacy tweaks. [[https://github.com/Eloston/ungoogled-chromium|More info]].
Line 14: Line 14:
berkley4 maintains Debian builds of Ungoogled Chromium. Binaries can be downloaded from Github: [[https://github.com/berkley4/ungoogled-chromium-debian/releases|ungoogled-chromium-debian]]
berkley4 maintains Debian builds of Ungoogled Chromium. Binaries can be downloaded from the [[https://github.com/berkley4/ungoogled-chromium-debian/releases|ungoogled-chromium-debian]] GitHub project.
Line 18: Line 19:
To install the package, run {{{
dpkg -i ungoogled-chromium_*.deb}}}
To install the package, run:

{{{
apt install ./ungoogled-chromium_*.deb
}}}
Line 22: Line 26:
Line 23: Line 28:
As of <<DateTime(2022-07-02T19:19:07Z)>>, The packages in the OBS repo and the unportable builds are out of date, have maintenance issues:https://github.com/ungoogled-software/ungoogled-chromium-debian/issues/301 and use an older version of ungoogled-chromium. Consider using an alternative browser like [[Firefox]], [[Brave]] or the flatpak version. As of <<DateTime(2022-07-02T19:19:07Z)>>, The packages in the OBS repo and the unportable builds are out of date, have maintenance [[https://github.com/ungoogled-software/ungoogled-chromium-debian/issues/301|issues]] and use an older version of ungoogled-chromium. Consider using an alternative browser like [[Firefox]], [[Brave]] or the flatpak version.
Line 25: Line 30:
Here are instructions on how to build the package for Debian 10 and information about debian packages for ungoogled-chromium: [[https://github.com/ungoogled-software/ungoogled-chromium-debian|Ungoogled-Chromium-Deb]]
Line 27: Line 31:
=== From flathub === The [[https://github.com/ungoogled-software/ungoogled-chromium-debian|ungoogled-chromium-debian]] GitHub project provides *unmaintained* instructions on how to build the package for Debian 10 and information about Debian packages for ungoogled-chromium.
Line 29: Line 33:
There is an official ungoogled-chromium [[FlatPak]] at [[https://flathub.org/apps/details/com.github.Eloston.UngoogledChromium|FlatHub]]. === From Flathub ===
Line 31: Line 35:
If you haven't already set up flatpak, run {{{ There is an official [[https://flathub.org/apps/details/com.github.Eloston.UngoogledChromium|ungoogled-chromium]] FlatPak on Flathub.

If you haven't already set up flatpak, run:

{{{
Line 33: Line 41:
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo}}} flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
}}}
Line 35: Line 44:
Install it: {{{
flatpak install flathub com.github.Eloston.UngoogledChromium}}}
Install it:
{{{
flatpak install flathub com.github.Eloston.UngoogledChromium
}}}
Line 39: Line 50:
Line 44: Line 56:

Translation(s): English - Français


Ungoogled Chromium is an open source fork of the chromium web browser that is focused to improve privacy by removing google services and implementing other privacy tweaks. More info.

Installation

Debian Builds

berkley4 maintains Debian builds of Ungoogled Chromium. Binaries can be downloaded from the ungoogled-chromium-debian ?GitHub project.

Only ungoogled-chromium_*.deb is mandatory. The other debs can optionally be installed if necessary.

To install the package, run:

apt install ./ungoogled-chromium_*.deb

From the OBS Repo

As of 2022-07-02 19:19:07, The packages in the OBS repo and the unportable builds are out of date, have maintenance issues and use an older version of ungoogled-chromium. Consider using an alternative browser like Firefox, Brave or the flatpak version.

The ungoogled-chromium-debian ?GitHub project provides *unmaintained* instructions on how to build the package for Debian 10 and information about Debian packages for ungoogled-chromium.

From Flathub

There is an official ungoogled-chromium FlatPak on Flathub.

If you haven't already set up flatpak, run:

sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Install it:

flatpak install flathub com.github.Eloston.UngoogledChromium

Run it:

flatpak run com.github.Eloston.UngoogledChromium


CategorySoftware | CategoryNetworkApplication | CategoryWebBrowser