Skip to content

Commit

Permalink
Fix Slackware repo URL and install command and add Scoop
Browse files Browse the repository at this point in the history
I fixed the ungoogled-chromium repository URL and install command for Slackware, added Scoop installation guide, changed from APK to PKG because ungoogled-chromium is only available in FreeBSD's repo and not in Alpine's and changed from "GNU/Linux distribution" to "Operating System / Linux Distribution" because we also have BSD and Windows now.
  • Loading branch information
AlbydST authored Jan 5, 2024
1 parent 4cd595d commit af9114a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,14 @@ ungoogled-chromium is available in the following **software repositories**:
* Gentoo: Available in [`::pf4public`](https://github.com/PF4Public/gentoo-overlay) overlay as [`ungoogled-chromium`](https://github.com/PF4Public/gentoo-overlay/tree/master/www-client/ungoogled-chromium) and [`ungoogled-chromium-bin`](https://github.com/PF4Public/gentoo-overlay/tree/master/www-client/ungoogled-chromium-bin) ebuilds
* macOS: Available in [Homebrew](https://brew.sh/) as [`eloston-chromium`](https://formulae.brew.sh/cask/eloston-chromium). Just run `brew install --cask eloston-chromium`. Chromium will appear in your `/Applications` directory.
* openSUSE: Available in [openSUSE Tumbleweed](https://get.opensuse.org/tumbleweed/), run `zypper in ungoogled-chromium`. See [package site](https://software.opensuse.org/package/ungoogled-chromium) for additional options.
* Slackware: Available as `chromium-ungoogled` in [a third party repository.](http://www.slackware.com/~alien/) run `upgradepkg --install-new chromium-ungoogled-120.0.6099.109-x86_64-1alien.txz`.
* APK (Alpine Linux, FreeBSD): Available as `ungoogled-chromium`, run `pkg install ungoogled-chromium`.
* Slackware: Available as `chromium-ungoogled` in [a third party repository](http://www.slackware.com/~alien/slackbuilds/chromium-ungoogled/), run `upgradepkg --install-new chromium-ungoogled`.
* PKG (FreeBSD): Available as `ungoogled-chromium`, run `pkg install www/ungoogled-chromium`.
* APT-RPM (PCLinuxOS, Vine Linux, ALT Linux): Available as `chromium-ungoogled-browser`, run `apt-get install chromium-ungoogled-browser`.
* Chocolatey: Available as `ungoogled-chromium`, run `choco install ungoogled-chromium`.
* WinGet: Available as `eloston.ungoogled-chromium`, run `winget install -e --id eloston.ungoogled-chromium`.
* Scoop: Available as `ungoogled-chromium`, enable the extra repository and run `scoop install extras/ungoogled-chromium`.

If your GNU/Linux distribution is not listed, there are distro-independent builds available via the following **package managers**:
If your Operating System / Linux Distribution is not listed, there are distro-independent builds available via the following **package managers**:

* Flatpak: Available [in the Flathub repo](https://flathub.org/apps/details/com.github.Eloston.UngoogledChromium) as `com.github.Eloston.UngoogledChromium`
* Nix: Available as `ungoogled-chromium` in nixpkgs, run `nix-shell -p ungoogled-chromium`.
Expand Down

0 comments on commit af9114a

Please sign in to comment.