From 9e1801e42b9ef625a1557fb396b77f7bd2e943b1 Mon Sep 17 00:00:00 2001 From: bored squirrel Date: Apr 19 2024 21:54:35 +0000 Subject: 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.