From c57f1fc535dea8c1a8432cbd30f5f82b4db22a5f Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 3 Feb 2026 04:36:37 -0800 Subject: [PATCH] chore: Update subrepo install steps in README (#9613) (#9619) (cherry picked from commit 2c3311f5c1f475928fe6c0bed1f9a58a9ba555ab) Signed-off-by: Gilver Co-authored-by: Gilver --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 303a8a278d..2258080fb7 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,14 @@ If you are using immutable/atomic editions of Fedora, run the following commands curl -fsSL https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo | pkexec tee /etc/yum.repos.d/terra.repo sudo rpm-ostree install terra-release ``` +#### Subrepos -Optionally, you can install `terra-release-extra` to use the Extras repository. This also installs the Nvidia, and Mesa streams but does not enable them. +On Fedora, you can optionally install the Terra subrepos. Extra care and caution may be needed as some of these packages may conflict with other repositories such as RPM Fusion. + +Install `terra-release-extras` to enable the Extras subrepo. This repo contains packages which conflict with Fedora packages in some way, such as being a patched version of the same package. +Install `terra-release-mesa` to install the Mesa subrepo which contains a patched and codec complete Mesa. +Install `terra-release-nvidia` to install the NVIDIA subrepo which contains NVIDIA drivers. +Install `terra-release-multimedia` for mutltimedia packages in Terra. This repository is currently considered a work in progress. ### Enterprise Linux (EL)