From 9e1801e42b9ef625a1557fb396b77f7bd2e943b1 Mon Sep 17 00:00:00 2001 From: bored squirrel Date: Apr 19 2024 21:54:35 +0000 Subject: [PATCH 1/2] command to add external repos that was actually not documented! https://fedoramagazine.org/third-party-repositories-fedora/ --- diff --git a/wg-docs/modules/ROOT/pages/third-party-repos.adoc b/wg-docs/modules/ROOT/pages/third-party-repos.adoc index 1b8c081..1ce7a32 100644 --- a/wg-docs/modules/ROOT/pages/third-party-repos.adoc +++ b/wg-docs/modules/ROOT/pages/third-party-repos.adoc @@ -30,6 +30,13 @@ Alternative methods to enable the third-party repositories include: * Through the dialog that is shown in the Software app when third-party repositories are not enabled. * Enabling Third-Party Repositories in the Software app's Software Repository settings. +If you want to enable them from the Terminal, enter + +[source,bash] +---- +sudo dnf install fedora-workstation-repositories +---- + === Installing from third-party repositories Once the repos are enabled, the software they contain can be installed in the usual way. The repos can also be searched and installed using the `dnf` or `flatpak` commands, depending on the packaging format used. From 6b3a44ee274fa23f39a929abbc1d46928dd6a923 Mon Sep 17 00:00:00 2001 From: bored squirrel Date: Apr 20 2024 23:56:38 +0000 Subject: [PATCH 2/2] docs: mention the packagename of the repositories --- diff --git a/wg-docs/modules/ROOT/pages/third-party-repos.adoc b/wg-docs/modules/ROOT/pages/third-party-repos.adoc index 1ce7a32..2b591ca 100644 --- a/wg-docs/modules/ROOT/pages/third-party-repos.adoc +++ b/wg-docs/modules/ROOT/pages/third-party-repos.adoc @@ -30,12 +30,8 @@ Alternative methods to enable the third-party repositories include: * Through the dialog that is shown in the Software app when third-party repositories are not enabled. * Enabling Third-Party Repositories in the Software app's Software Repository settings. -If you want to enable them from the Terminal, enter - -[source,bash] ----- -sudo dnf install fedora-workstation-repositories ----- +Note: +The repositories are preinstalled on every current Workstation, through the package `fedora-workstation-repositories`. === Installing from third-party repositories