From Fedora Project Wiki
(Add instructions to enable the repositories via the command line, they are shipped disabled.)
(Update with accepted draft)
Line 1: Line 1:
== Third Party Software Repositories ==
== Third Party Software Repositories ==


Fedora Workstation in its out of box configuration only includes free and open source software. However, we've made it possible to easily install a curated set of third party repositories through the 'fedora-workstation-repositories' package. Installing this currently adds the following extra repositories:
The Fedora community strongly promotes [https://www.gnu.org/philosophy/free-sw.en.html free and open source] resources.  The Fedora Workstation in its out of box configuration, therefore, only includes free and open source software. To make the Fedora Workstation more usable, we've made it possible to easily install a curated set of third party (external) sources that supply software not included in Fedora via an additional package.


* Google Chrome, the web browser from Google (google-chrome.repo)
This page includes information on what these third party sources are, how they can be managed, and explains Fedora's commitment to free and open source software. Where available, it also suggests free and open source alternatives to the restricted software inclusions.
* PyCharm, Python IDE for Professional Developers by JetBrains (_copr_phracek-PyCharm.repo)
* NVIDIA graphics drivers (rpmfusion-nonfree-nvidia-driver.repo)
* Steam client, digital distribution platform developed by Valve Corporation (rpmfusion-nonfree-steam.repo)


Note that the last two are only available on Fedora 28 and later.
== Fedora and free and open source software ==


=== Installing through GNOME Software ===
[https://www.fsf.org/blogs/community/user-liberation-watch-and-share-our-new-video Free and open source resources] give users the freedom to '''use''', '''copy''', '''inspect''', and '''study''' how they work by viewing the sources from which they were built, '''modify and remix''' them by changing the source, and '''share''' both the resources and their modified versions. To that end, the complete source code of [https://src.fedoraproject.org/ all packages] that make up Fedora releases, and all the [https://github.com/fedora-infra infrastructure] that is used by the Fedora community is free and open source software -- one can get it, use it, modify it, and share it. System-installable source packages are available [https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/fedora/linux/releases/27/Everything/source/tree/Packages/ here] as well.


GNOME Software makes it possible to easily install the extra third party repositories. Go to Software Repositories, click on 'Install' next to 'Third Party Repositories' and wait a moment until the 'fedora-workstation-repositories' package gets installed. After that, searching for e.g. 'chrome' should find Google Chrome and allow installing it.
In keeping with free and open source software philosophy, Fedora tries to avoid including [[Forbidden_items | restricted software that is not free and open source]]. In some cases, however, free and open source alternatives may be unavailable or missing certain features users require, as in the case of [[Licensing:Main#Binary_Firmware | binary firmware needed to boot systems]]. Therefore, Fedora must include a limited set of such special cases to improve usability.


=== Installing on command line ===
To further improve usability, the Fedora Workstation now makes it easier for users to install some software from outside Fedora repositories. This list, and the sources where this software comes from, have been vetted by the Workstation working group. However, the software itself is not supplied by Fedora. Fedora only adds the software vending locations to a Workstation install to make installation easier for users. (Users are already able to find and use these sources themselves.)


'<code>sudo dnf install fedora-workstation-repositories</code>' installs the extra third party repositories on the command line and makes the .repo files available in /etc/yum.repos.d/. The individual repositories are disabled by default. Use '<i>sudo dnf config-manager --set-enabled <repository></i>' where '<i><repository></i>' is one of google-chrome, phracek-PyCharm, rpmfusion-nonfree-nvidia-driver, or rpmfusion-nonfree-steam. For example, to enable the steam repo, run '<code>sudo dnf config-manager --set-enabled rpmfusion-nonfree-steam</code>'. As noted above, the rpmfusion-nonfree-nvidia-driver and rpmfusion-nonfree-steam repositories are only available on Fedora 28 and later.
Some of the items on this list are restricted -- that is, not free and open source -- and without free and open source alternatives. ''Wherever available, free and open source alternatives are listed and users are encouraged to prefer these to their restricted counterparts.''
 
== Third party source inclusions ==
 
Some software is now included in Fedora 28 using the <code>fedora-workstation-repositories</code> package. This package installs the repository files to the standard <code>/etc/yum.repos.d/</code> directory. This section lists the software that is included, and how to manage the repositories.
 
=== Free and open source inclusions ===
 
These applications are free and open source but not yet in the Fedora repositories. They may appear there in the future.
 
{| class="wikitable"
|-
! Name !! Description !! Repository file
|-
| [https://www.jetbrains.com/pycharm/ PyCharm ] || Python Integrated development environment || <code>_copr_phracek-PyCharm.repo</code>
|-
|}
 
=== Restricted inclusions ===
 
The free and open source alternatives listed here are supplied by Fedora and can be installed using GNOME software, and the command line.
 
{| class="wikitable"
|-
! Name !! Description !! Repository file !! Free and open source alternatives available in Fedora
|-
| Google Chrome || Web browser developed by Google || <code>google-chrome.repo</code> ||
*  [https://www.mozilla.org/firefox/ Mozilla Firefox] <code>dnf install firefox</code>  
* [https://www.chromium.org/Home Chromium (open source version of Chrome also from Google)]  <code>dnf install chromium</code>
* [https://wiki.gnome.org/Apps/Web Web from GNOME]<code>dnf install epiphany</code>
|-
| nVidia graphics drivers || Graphics drivers for nVidia graphical hardware || <code>rpmfusion-nonfree-nvidia-driver.repo</code> || [https://nouveau.freedesktop.org/wiki/ Nouveau: Accelerated Open Source driver for nVidia cards] - (installed by default)
|-
| Steam client || Client for Valve Corporation's Steam gaming platform || <code>rpmfusion-nonfree-steam.repo</code> || None
|}
 
=== Managing third party repositories in GNOME Software ===
 
These repositories can be managed in GNOME Software in the "Software Repositories" setting.
 
=== Managing third party repositories using DNF ===
 
These extra repositories can also be managed using a terminal or command line and DNF. Administrator privileges are required. To install the repositories, use the following command [https://fedoramagazine.org/howto-use-sudo/ with sudo]:
 
<code>
sudo dnf install fedora-workstation-repositories
</code>
 
To remove these repositories, use the following command:
 
<code>
sudo dnf remove fedora-workstation-repositories
</code>
 
== Talk to us! ==
 
Questions, comments, feedback, and suggestions are welcome. The Fedora community can be contacted via various communication channels listed [[Communicating_and_getting_help | here]].

Revision as of 11:02, 8 May 2018

Third Party Software Repositories

The Fedora community strongly promotes free and open source resources. The Fedora Workstation in its out of box configuration, therefore, only includes free and open source software. To make the Fedora Workstation more usable, we've made it possible to easily install a curated set of third party (external) sources that supply software not included in Fedora via an additional package.

This page includes information on what these third party sources are, how they can be managed, and explains Fedora's commitment to free and open source software. Where available, it also suggests free and open source alternatives to the restricted software inclusions.

Fedora and free and open source software

Free and open source resources give users the freedom to use, copy, inspect, and study how they work by viewing the sources from which they were built, modify and remix them by changing the source, and share both the resources and their modified versions. To that end, the complete source code of all packages that make up Fedora releases, and all the infrastructure that is used by the Fedora community is free and open source software -- one can get it, use it, modify it, and share it. System-installable source packages are available here as well.

In keeping with free and open source software philosophy, Fedora tries to avoid including restricted software that is not free and open source. In some cases, however, free and open source alternatives may be unavailable or missing certain features users require, as in the case of binary firmware needed to boot systems. Therefore, Fedora must include a limited set of such special cases to improve usability.

To further improve usability, the Fedora Workstation now makes it easier for users to install some software from outside Fedora repositories. This list, and the sources where this software comes from, have been vetted by the Workstation working group. However, the software itself is not supplied by Fedora. Fedora only adds the software vending locations to a Workstation install to make installation easier for users. (Users are already able to find and use these sources themselves.)

Some of the items on this list are restricted -- that is, not free and open source -- and without free and open source alternatives. Wherever available, free and open source alternatives are listed and users are encouraged to prefer these to their restricted counterparts.

Third party source inclusions

Some software is now included in Fedora 28 using the fedora-workstation-repositories package. This package installs the repository files to the standard /etc/yum.repos.d/ directory. This section lists the software that is included, and how to manage the repositories.

Free and open source inclusions

These applications are free and open source but not yet in the Fedora repositories. They may appear there in the future.

Name Description Repository file
PyCharm Python Integrated development environment _copr_phracek-PyCharm.repo

Restricted inclusions

The free and open source alternatives listed here are supplied by Fedora and can be installed using GNOME software, and the command line.

Name Description Repository file Free and open source alternatives available in Fedora
Google Chrome Web browser developed by Google google-chrome.repo
nVidia graphics drivers Graphics drivers for nVidia graphical hardware rpmfusion-nonfree-nvidia-driver.repo Nouveau: Accelerated Open Source driver for nVidia cards - (installed by default)
Steam client Client for Valve Corporation's Steam gaming platform rpmfusion-nonfree-steam.repo None

Managing third party repositories in GNOME Software

These repositories can be managed in GNOME Software in the "Software Repositories" setting.

Managing third party repositories using DNF

These extra repositories can also be managed using a terminal or command line and DNF. Administrator privileges are required. To install the repositories, use the following command with sudo:

sudo dnf install fedora-workstation-repositories

To remove these repositories, use the following command:

sudo dnf remove fedora-workstation-repositories

Talk to us!

Questions, comments, feedback, and suggestions are welcome. The Fedora community can be contacted via various communication channels listed here.