https://github.com/phd/chromium-repo
Chromium Browser .deb repositories for Ubuntu 20.04+
https://github.com/phd/chromium-repo
chromium chromium-browser deb debian-packages ubuntu
Last synced: 10 months ago
JSON representation
Chromium Browser .deb repositories for Ubuntu 20.04+
- Host: GitHub
- URL: https://github.com/phd/chromium-repo
- Owner: phd
- Created: 2023-07-02T08:53:11.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-08-23T23:47:08.000Z (10 months ago)
- Last Synced: 2025-08-24T10:34:56.944Z (10 months ago)
- Topics: chromium, chromium-browser, deb, debian-packages, ubuntu
- Language: Shell
- Homepage: https://freeshell.de/phd/chromium/
- Size: 29.3 KB
- Stars: 14
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chromium .deb repositories for Ubuntu 20.04+
============================================
Repositories for Chromium browser .deb packages originally released by Linux Mint.
Supported Ubuntu releases:
* Ubuntu 22.04 Jammy (LTS)
* Ubuntu 22.10 Kinetic (EOL)
* Ubuntu 23.04 Lunar (EOL)
* Ubuntu 23.10 Mantic (EOL)
* Ubuntu 24.04 Noble (LTS)
* Ubuntu 24.10 Oracular (EOL)
* Ubuntu 25.04 Plucky
* Ubuntu 25.10 Questing (unreleased)
Ubuntu releases that are no longer supported:
* Ubuntu 20.04 Focal (LTS)
Installation:
-------------
$ sudo wget 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x869689FE09306074' \
-O '/etc/apt/trusted.gpg.d/phd-chromium.asc'
$ echo "deb https://freeshell.de/phd/chromium/$(lsb_release -sc) /" \
| sudo tee /etc/apt/sources.list.d/phd-chromium.list
$ sudo apt-get update
$ sudo apt-get remove chromium-browser
$ sudo apt-get install chromium
Signing key renewal:
--------------------
$ sudo wget 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x869689FE09306074' \
-O '/etc/apt/trusted.gpg.d/phd-chromium.asc'
Repository:
-----------
The repository is hosted at https://freeshell.de/phd/chromium/.
Source code:
------------
Visit https://github.com/phd/chromium-repo for a full source code.