From Fedora Project Wiki
No edit summary
No edit summary
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Third Party Software 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.


We, at the Fedora community would really like all our users to use Free/Open source resources.
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.


Free/Open source resources give the user the freedom to use them, inspect how they work by viewing their sources, modify and remix them by changing their sources, and sharing both the resoures and their modified versions.
== Fedora and free and open source software ==


The video [https://www.fsf.org/blogs/community/user-liberation-watch-and-share-our-new-video here] can be embedded in the docs page (I can't figure out how that's to be done here in the wiki, unfortunately).


<pre>
<video src="//static.fsf.org/nosvn/FSF30-video/FSF_30_720p.webm" controls width="640" height="390"></video>
</pre>


By default, all the software that is made available in any Fedora Edition must be Free/Open source, and supplied from Fedora repositories after it has been reviewed by the Fedora Package Maintainers team.


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:
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.


* Google Chrome, the web browser from Google (google-chrome.repo)
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.
* 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.
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.)


=== Installing through GNOME Software ===
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.''


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.
== Third party source inclusions ==


=== Installing on command line ===
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.


'dnf install fedora-workstation-repositories' installs the extra third party repositories on the command line and makes the .repo files available in /etc/yum.repos.d/.
=== 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]].

Latest revision as of 14:02, 7 May 2018

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

The video here can be embedded in the docs page (I can't figure out how that's to be done here in the wiki, unfortunately).

<video src="//static.fsf.org/nosvn/FSF30-video/FSF_30_720p.webm" controls width="640" height="390"></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 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.