Software:Fedora Linux

From HandWiki
(Redirected from Software:COPR (Fedora))
Short description: Linux distribution by Fedora Project
Fedora Linux
Fedora logo (2021).svg
Fedora Workstation 39 Desktop English.png
Fedora Workstation 39
DeveloperFedora Project
OS familyLinux (Unix-like)
Working stateCurrent
Source modelOpen source
Initial releaseNovember 6, 2003; 20 years ago (2003-11-06)[1]
|Final release|Latest release}}[2] / Error: first parameter is missing. ()[2]
Repositorysrc.fedoraproject.org
Marketing targetDesktop computers, servers, supercomputers
Package managerRPM (DNF), Flatpak, OSTree
Platforms
Kernel typeMonolithic (Linux kernel)
UserlandGNU
Default user interfaceGNOME Shell, Bash
LicenseGPL and various free software licenses, plus proprietary firmware files[6]

Fedora Linux[7] is a Linux distribution developed by the Fedora Project. It was originally developed in 2003 as a continuation of the Red Hat Linux project. It contains software distributed under various free and open-source licenses and aims to be on the leading edge of open-source technologies.[8][9][10] It is now the upstream source for CentOS Stream and Red Hat Enterprise Linux.[11][12]

Since the release of Fedora 21 in December 2014, three editions have been made available: personal computer, server and cloud computing. This was expanded to five editions for containerization and Internet of Things (IoT) as of the release of Fedora 37 in November 2022.[13][14] A new version of Fedora Linux is released every six months.[15]

(As of February 2016), Fedora Linux has an estimated 1.2 million users,[16] and is also the distro of choice by Linus Torvalds ((As of May 2020)), creator of the Linux kernel.[17][18][19]

Features

Fedora has a reputation for focusing on innovation, integrating new technologies early on and working closely with upstream Linux communities.[10][20] Making changes upstream instead of specifically for Fedora Linux ensures that the changes are available to all Linux distributions.

Fedora Linux has a relatively short life cycle: Each version is usually supported for at least 13 months, where version X is supported only until 1 month after version X+2 is released and with approximately 6 months between most versions.[21] Fedora users can upgrade from version to version without reinstalling.[22][23]

The default desktop environment is GNOME, and the default user interface is the GNOME Shell. Other desktop environments are available, including KDE Plasma, Xfce, LXQt, LXDE, MATE, Cinnamon, i3, Budgie, and Sway.[24][25]

A live media drive can be created using Fedora Media Writer or the dd command,[26] allowing users to try Fedora Linux without changing their hard drives.

Package management

Most Fedora Linux editions use the RPM package management system, using DNF as a tool to manage the RPM packages.[27] DNF uses libsolv, an external dependency resolver.[27] Flatpak is also included by default, and support for Snap packages can be added. Fedora Linux uses Delta RPM when updating installed packages to provide delta updates. A Delta RPM contains the difference between an old and new version of a package. This means that only the changes between the installed package and the new one are downloaded, reducing network traffic and bandwidth consumption.

The Fedora CoreOS and Silverblue editions use rpm-ostree,[28] a hybrid transactional image/package system to manage the host. Traditional DNF (or other systems) should be used in containers.

Security

Fedora Linux uses Security-Enhanced Linux by default, which implements a variety of security policies, including mandatory access controls, which Fedora adopted early on.[29] Fedora provides a hardening wrapper, and does hardening for all of its packages by using compiler features such as position-independent executable (PIE).[30] Fedora also ships with firewalld as a default firewall.

Software

Fedora Workstation comes preinstalled with a wide range of software such as LibreOffice and Firefox. Additional software is available from the software repositories and can be installed using the DNF package manager or GNOME Software.

Additionally, extra repositories can be added to the system, so that software not available in Fedora Linux can be installed easily.[31] Software that is not available via official Fedora repositories, either because it does not meet Fedora's definition of free software or because its distribution may violate US law, can be installed using third-party repositories. Popular third-party repositories include RPM Fusion free and non-free repositories. Fedora also provides users with an easy-to-use build system for creating their own repositories called Copr.[32]

Since the release of Fedora 25, the operating system defaults to the Wayland display server protocol, which replaced the X Window System.[33]

System installer

Fedora Workstation 35 installation summary
Main page: Software:Anaconda (installer)

Fedora Linux uses Anaconda as the system installer.

Editions

Beginning with Fedora 21, it is available in three editions,[13] expanded to five editions as of version 37.[14][34]

Workstation

Fedora Workstation 37 with its default applications

It targets users who want a reliable, user-friendly, and powerful operating system for their laptop or desktop computer. It comes with GNOME by default but other desktops can be installed or can be directly installed as Spins.

Silverblue

Fedora Silverblue logo (2018).svg

Silverblue is a variant of Fedora Workstation.[35][36] It is an atomic desktop operating system. Every Silverblue installation is identical to every other installation of the same version, and it never changes as it is used. The immutable design is intended to make the operating system more stable, less prone to bugs, easier to test and develop, and create a platform for containerized applications as well as container-based software development. Applications and containers are kept separate from the host system. OS updates are fast and there is no installation stage. With Silverblue, it is also possible to roll back to the previous version of the operating system, if something goes wrong.[37]

Fedora Silverblue was previously known as Fedora Atomic Workstation. The descriptive name for this product is image-mode container-based Fedora Workstation based on rpm-ostree, which is clear but unsuitable for branding. The team preferred the project name Silverleaf, but could not secure that name for various reasons. Therefore, it was named Silverblue, though the logo still retains the impression of a leaf.[38]

The long-term goal for this effort is to transform Fedora Workstation into an image-based system where applications are separate from the OS, and updates are atomic. Red Hat engineers, along with independent Free software contributors have built most of the pieces for this new desktop over the last few years: OSTree, flatpak, flathub, rpm-ostree, and gnome-software.

The ultimate goal of this effort always was to create an image-based variant of the Workstation that is at feature-parity and better suited for certain use cases than the traditional variant. Until the end of 2017, the Silverblue team slowly completed the necessary pieces for the vision of an immutable image-based OS with independent applications: Wayland, flatpak, and rpm-ostree support in GNOME Software, etc. During the same time, Project Atomic has added new features like package layering to rpm-ostree and added rpm-ostree support to anaconda.[39] Fedora also supports more immutable editions, including Sericea for sway, Kinoite for KDE Plasma, and Onyx for Budgie.

A fresh install of Silverblue 35 with automatic partitioning for storage configuration
Default applications of Silverblue 35

Server

Its target usage is for servers. It includes the latest data center technologies. This edition does not come with a desktop environment, but one can be installed. From Fedora 28, Server Edition will deliver Fedora Modularity,[40] adding support for alternative update streams for popular software such as Node.js and Go.

IoT

Images of Fedora Linux tailored to running on Internet of Things devices. It supports x86 64, aarch64 and armhfp processors.[41]

CoreOS

The successor of Fedora Atomic Host (Project Atomic) and Container Linux after Fedora 29,[42] it provides a minimal image of Fedora Linux which includes just the bare essentials. This is not to be confused with Fedora Core. It is meant for deployment in cloud computing. It provides Fedora CoreOS images which are optimized minimal images for deploying containers.[43] CoreOS replaced the established Container Linux when it was merged with Project Atomic[44] after its acquisition by Red Hat in January 2018.[45]

Labs

Similar to Debian blends, the Fedora Project also distributes custom variations of Fedora Linux called Fedora Labs.[46] These are built with specific sets of software packages, targeting specific interests such as gaming, security, design,[47] robotics,[48][49] and scientific computing[50] (that includes SciPy, Octave, Kile, Xfig and Inkscape).

The Fedora AOS (Appliance Operating System) was a specialized spin of Fedora Linux with reduced memory footprint for use in software appliances. Appliances are pre-installed, pre-configured, system images. This spin was intended to make it easier for anyone (developers, independent software vendors (ISV), original equipment manufacturers (OEM), etc.) to create and deploy virtual appliances.

Spins and Remixes

Fedora KDE Plasma Desktop, one of the several official Fedora Spins

The Fedora project officially distributes different variations called "Fedora Spins"[51] which are Fedora Linux with different desktop environments (GNOME is the default desktop environment). The current official spins, as of Fedora 38, are KDE Plasma,[52] Xfce,[53] LXQt,[54] MATE (with Compiz),[55] Cinnamon,[56] LXDE,[57] SoaS,[58] i3,[59] Phosh (for use on PinePhone),[60] Budgie,[61] and Sway.[62] In addition, the KDE and Sway spins are provided as ostree-backed immutable spins named Kinoite[63] and Sericea,[64] respectively, with the Budgie-based Onyx immutable spin released in Fedora 39.[65][66]

In addition to Spins, which are official variants of the Fedora system, the project allows unofficial variants to use the term "Fedora Remix" without asking for further permission, although a different logo (provided) is required.[67]

Architectures

x86-64 and ARM AArch64 are the primary architectures supported by Fedora.[4] As of release 38, Fedora also supports IBM Power64le, IBM Z ("s390x"), MIPS-64el, MIPS-el and RISC-V as secondary architectures.

Fedora 28 was the last release that supported ppc64 and users are advised to move to the little endian ppc64le variant.[68] Fedora 36 was the last release with support for ARM-hfp.[69]

Alternatives

The Fedora Project also distributes several other versions[70] with less use cases than mentioned above, like network installers and minimal installation images. They are intended for special cases or expert users that want to have custom installations or configuring Fedora from scratch.

In addition, all acceptable licenses for Fedora Linux (including copyright, trademark, and patent licenses) must be applicable not only to Red Hat or Fedora, but also to all recipients downstream. This means that any "Fedora-only" licenses, or licenses with specific terms that Red Hat or Fedora meets but that other recipients would not are not acceptable (and almost certainly non-free, as a result).

History

The name of Fedora derives from the original "Fedora Linux", a volunteer project that provided extra software for the Red Hat Linux distribution, and from the characteristic fedora hat used in Red Hat's "Shadowman" logo. Warren Togami began Fedora Linux in 2002 as an undergraduate project at the University of Hawaii,[71] intended to provide a single repository for well-tested third-party software packages so that non-Red Hat software would be easier to find, develop, and use. The key difference between Fedora Linux and Red Hat Linux was that Fedora's repository development would be collaborative with the global volunteer community.[72] The original Fedora Linux was eventually absorbed into the Fedora Project, carrying with it this collaborative approach.[73] The Fedora Project is sponsored primarily by Red Hat with additional support and sponsors from other companies and organizations.[74]

Fedora Linux, then known as "Fedora Core", was a fork of Red Hat Linux launched in 2003, when Red Hat Linux was discontinued so the team can focus on their paid version for servers Red Hat Enterprise Linux.[75] Red Hat Enterprise Linux was to be Red Hat's only officially supported Linux distribution, while Fedora was to be a community distribution.[75] Red Hat Enterprise Linux branches its releases from versions of Fedora.[76]

Before Fedora 7, Fedora was called Fedora Core after the name of one of the two main software repositories - Core and Extras. Fedora Core contained all the base packages that were required by the operating system, as well as other packages that were distributed along with the installation CD/DVDs, and was maintained only by Red Hat developers. Fedora Extras, the secondary repository that had been included since Fedora Core 3, was community-maintained and not distributed along with the installation CD/DVDs. Upon the release of Fedora 7, the distinction between Fedora Core and Fedora Extras was eliminated.[77]

Since the release of Fedora 21, as an effort to bring modularization to the Fedora distribution and make development more agile,[78][79] three different versions are available: Workstation, focused on the personal computer, Server and Atomic for servers, Atomic being the version meant for cloud computing.[13]

Fedora is a trademark of Red Hat, Inc. Red Hat's application for trademark status for the name "Fedora" was disputed by Cornell University and the University of Virginia Library, creators of the unrelated Fedora Commons digital repository management software.[80] The issue was resolved and the parties settled on a co-existence agreement that stated that the Cornell-UVA project could use the name when clearly associated with open source software for digital object repository systems and that Red Hat could use the name when it was clearly associated with open source computer operating systems.[81]

In April 2020, project leader Matthew Miller announced that Fedora Workstation would be shipping on select new ThinkPad laptops, thanks to a new partnership with Lenovo.[82]

Development and community

The core values of the Fedora community

Development of the operating system and supporting programs is headed by the Fedora Project, which is composed of a community of developers and volunteers, and also Red Hat employees.[83] The Council is the top-level community leadership and governance body. Other bodies include the Fedora Engineering Steering Committee, responsible for the technical decisions behind the development of Fedora, and Fedora Mindshare Committee which coordinates outreach and non-technical activities, including representation of Fedora Worldwide e.g.: Ambassadors Program, CommOps team and Marketing, Design and Websites Team.[84]

Releases

Main page: Software:Fedora Linux release history
Fedora Core 1.0, a continuation of Red Hat Linux with GNOME 2.4 (2003-11)
Fedora 15 (Lovelock), the first release with GNOME 3 and GNOME Shell. (2011-05)
Fedora 21, a version that brought experimental Wayland and HiDPI support (2014-12)

Fedora has a relatively short life cycle: version X is supported only until 1 month after version X+2 is released and with approximately 6 months between most versions, meaning a version of Fedora is usually supported for at least 13 months, possibly longer.[21] Fedora users can upgrade from version to version without reinstalling.[22][23]

The current release is Fedora 39, which was released on 7 November 2023.[85] Template:Releases Fedora Linux Template:Timeline Fedora Linux

Rawhide

Rawhide is the development tree for Fedora.[86] This is a copy of a complete Fedora distribution where new software is added and tested, before inclusion in a later stable release. As such, Rawhide is often more feature rich than the current stable release. In many cases, the software is made of CVS, Subversion or Git source code snapshots which are often actively developed by programmers. Although Rawhide is targeted at advanced users, testers, and package maintainers, it is capable of being a primary operating system. Users interested in the Rawhide branch often update on a daily basis and help troubleshoot problems.[86] Rawhide users do not have to upgrade between different versions as it follows a rolling release update model.

See also


References

  1. Nottingham, Bill (6 November 2003). "Announcing Fedora Core 1". Fedora Project announce (Mailing list). Archived from the original on 19 August 2014. Retrieved 18 May 2014.
  2. 2.0 2.1 "Fedora Linux 39 is officially here!" (in en-US). 7 November 2023. https://fedoramagazine.org/announcing-fedora-linux-39/. 
  3. "Announcing the release of Fedora 28". 1 May 2018. https://fedoramagazine.org/announcing-fedora-28/. 
  4. 4.0 4.1 "Architectures". Fedora Project. //fedoraproject.org/wiki/Architectures. 
  5. "alt architectures". https://alt.fedoraproject.org/alt/. 
  6. "Frequently Asked Questions about Fedora Licensing". Fedora Project. https://fedoraproject.org/wiki/Licensing:FAQ#Does_Fedora_permit_anything_under_.22Non-Free.22_licensing.3F. 
  7. "Changes/Fedora Linux in os-release - Fedora Project Wiki". https://fedoraproject.org/wiki/Changes/Fedora_Linux_in_os-release. "When used by itself, the term "Fedora" refers to the Fedora Project. When referring to our work, please use either a specific name like Fedora Workstation, Fedora CoreOS, or Fedora KDE Plasma Desktop; or use Fedora Linux to refer to the OS distribution as a whole." 
  8. Spevack, Max (18 August 2006). "Fedora Project Leader Max Spevack Responds". https://www.slashdot.org/story/06/08/17/177220/fedora-project-leader-max-spevack-responds. 
  9. "Objectives". Fedora Project. https://docs.fedoraproject.org/en-US/project/objectives/. 
  10. 10.0 10.1 Yegulalp, Serdar (22 November 2016). "Fedora 25 stakes out leading edge, not bleeding edge". http://www.infoworld.com/article/3143141/linux/fedora-25-stakes-out-leading-edge-not-bleeding-edge.html. 
  11. "Fedora and Red Hat Enterprise Linux :: Fedora Docs". https://docs.fedoraproject.org/en-US/quick-docs/fedora-and-red-hat-enterprise-linux/. 
  12. "CentOS Stream". https://www.centos.org/centos-stream/. 
  13. 13.0 13.1 13.2 Gilbertson, Scott (16 January 2015). "Fedora 21 review: Linux's sprawliest distro finds a new focus". ArsTechnica.com. https://arstechnica.com/information-technology/2015/01/fedora-21-review-linuxs-sprawliest-distro-finds-a-new-focus/. 
  14. 14.0 14.1 "Fedora". https://getfedora.org/. 
  15. "Fedora Linux Releases". Fedora Project. https://docs.fedoraproject.org/en-US/releases/. 
  16. Hoffman, Chris (26 February 2016). "Fedora project leader Matthew Miller reveals what's in store for Fedora in 2016". International Data Group. http://www.pcworld.com/article/3038353/linux/fedora-project-leader-matthew-miller-reveals-whats-in-store-for-fedora-in-2016.html. 
  17. "Interview with Linus Torvalds from Linux Format 163". Linux Format. 29 November 2012. http://www.tuxradar.com/content/interview-linus-torvalds-linux-format-163. 
  18. Torvalds, Linus (30 December 2014). "The merge window being over, and things being calm made me think I should try upgrading to F21". https://plus.google.com/+LinusTorvalds/posts/Wh3qTjMMbLC.  "Full quote from working link". January 2015. https://www.reddit.com/r/Torvalds/comments/2qzbyq/linus_upgrades_to_fc21_over_the_holidays/. 
  19. Vaughan-Nichols, Stephen J. (27 May 2020). "Look what's inside Linus Torvalds' latest Linux development PC". ZDNet. https://www.zdnet.com/article/look-whats-inside-linus-torvalds-latest-linux-development-pc. 
  20. "Staying close to upstream projects". Fedora Project. //fedoraproject.org/wiki/Staying_close_to_upstream_projects. 
  21. 21.0 21.1 "Fedora Release Life Cycle". Fedora Project. https://fedoraproject.org/wiki/Fedora_Release_Life_Cycle. 
  22. 22.0 22.1 "FedUp". Fedora Project. //fedoraproject.org/wiki/FedUp. 
  23. 23.0 23.1 "Fedora 23 Release Notes: 3.2.4. System Upgrades with DNF". Fedora Project. https://docs.fedoraproject.org/en-US/Fedora/23/html/Release_Notes/sect-Release_Notes-Changes_for_Sysadmin.html. 
  24. Brodkin, Jon (15 January 2013). "How to install the MATE and Cinnamon desktops on Fedora 18". Ars Technica. https://arstechnica.com/information-technology/2013/01/installing-the-mate-and-cinnamon-desktops-on-fedora-18/. 
  25. Mutai, Josphat (2 May 2019). "Install Deepin Desktop Environment on Fedora 30". https://computingforgeeks.com/how-to-install-deepin-desktop-environment-on-fedora/. 
  26. "Preparing Boot Media". Red Hat. https://docs.fedoraproject.org/en-US/Fedora/26/html/Installation_Guide/sect-preparing-boot-media.html. 
  27. 27.0 27.1 Edge, Jake (15 January 2014). "DNF and Yum in Fedora". LWN.net. https://lwn.net/Articles/580223/. 
  28. "⚛📦 Hybrid image/package system with atomic upgrades and package layering: coreos/rpm-ostree". 5 December 2019. https://github.com/coreos/rpm-ostree. 
  29. Spenneberg, Ralf (August 2006). "Security Hardened - Mandatory Access Control with SELinux". Linux New Media USA. http://w3.linux-magazine.com/issue/69/Access_Control_with_SELinux.pdf. 
  30. "Harden All Packages". Fedora Project. http://fedoraproject.org/wiki/Changes/Harden_All_Packages. 
  31. "Adding, Enabling, and Disabling a DNF Repository". Fedora Project. https://docs.fedoraproject.org/en-US/Fedora/26/html/System_Administrators_Guide/sec-Managing_DNF_Repositories.html. 
  32. "Fedora Copr". Fedora Project. https://copr.fedorainfracloud.org/. 
  33. Staff, Ars (16 December 2016). "Fedora 25: With Wayland, Linux has never been easier (or more handsome)". Ars Technica. https://arstechnica.com/gadgets/2016/12/fedora-25-review-the-best-linux-distro-of-2016-arrived-at-the-last-moment/. 
  34. "Getting Started". https://docs.fedoraproject.org/en-US/fedora/latest/getting-started/. ""Fedora is provided in several distribution items tailored for special Purposes. We call it Editions and spins."" 
  35. "Getting Started # Fedora Variants and how to install" (in en). https://docs.fedoraproject.org/en-US/fedora/latest/getting-started/#_fedora_variants_and_how_to_install. ""An immutable desktop variant of Fedora Workstation Edition"" 
  36. "Fedora Silverblue User Guide" (in en). https://docs.fedoraproject.org/en-US/fedora-silverblue/. ""Fedora Silverblue is a variant of Fedora Workstation."" 
  37. "Fedora Silverblue User Guide :: Fedora Docs". https://docs.fedoraproject.org/en-US/fedora-silverblue/. 
  38. "Frequently Asked Questions (FAQ) :: Fedora Docs". https://docs.fedoraproject.org/en-US/fedora-silverblue/faq/. 
  39. (in English) Team Silverblue - The Origins. docs.fedoraproject.org. https://docs.fedoraproject.org/en-US/fedora-silverblue/_attachments/team-silverblue-origins.pdf. 
  40. "Fedora Modularity". https://docs.pagure.org/modularity/. 
  41. "Get Fedora" (in en). http://getfedora.org/. 
  42. Mabe, Dusty (21 November 2019). "Fedora Atomic Host Nearing End Of Life" (in en). https://www.projectatomic.io/blog/2019/11/fedora-atomic-host-nearing-eol/. 
  43. "Get Fedora". https://getfedora.org/en/coreos?stream=stable. 
  44. Mabe, Dusty (20 June 2018). "Announcing the Fedora CoreOS community!" (in en). https://www.projectatomic.io/blog/2018/06/welcome-to-fedora-coreos/. 
  45. Rosoff, Matt (30 January 2018). "Red Hat pays $250 million for CoreOS, a start-up that sells Google-developed technology" (in en). https://www.cnbc.com/2018/01/30/red-hat-buys-coreos-for-250-mililon.html. 
  46. "Fedora Labs". Fedora Project. https://labs.fedoraproject.org. 
  47. "Fedora Design Suite". https://labs.fedoraproject.org/en_GB/design-suite. 
  48. "Fedora Robotics Edition". Fedora Project. https://spins.fedoraproject.org/robotics/. 
  49. "Fedora Robotics Wiki". Fedora Project. //fedoraproject.org/wiki/Robotics. 
  50. "Fedora Scientific". Fedora Project. https://labs.fedoraproject.org/en_GB/scientific/. 
  51. "Fedora Spins". https://spins.fedoraproject.org/index.html.en. 
  52. "Fedora KDE Plasma Desktop". https://www.fedoraproject.org/spins/kde/. 
  53. "Fedora XFCE". https://www.fedoraproject.org/spins/xfce/. 
  54. "Fedora LXQt Desktop". https://spins.fedoraproject.org/lxqt/index.html.en. 
  55. "Fedora MATE-Compiz Desktop". https://spins.fedoraproject.org/mate-compiz/index.html.en. 
  56. "Fedora Cinnamon Desktop". https://spins.fedoraproject.org/cinnamon/index.html.en. 
  57. "Fedora LXDE Desktop". https://spins.fedoraproject.org/lxde/index.html.en. 
  58. "Fedora SoaS Desktop". https://spins.fedoraproject.org/en/soas/index.html.en. 
  59. "Fedora i3 Spin". https://spins.fedoraproject.org/i3/index.html.en. 
  60. "Fedora Phosh". https://www.fedoraproject.org/spins/phosh/. 
  61. "Fedora Budgie Spin". https://www.fedoraproject.org/spins/budgie/. 
  62. "Fedora Sway Spin". https://www.fedoraproject.org/spins/sway/. 
  63. "The KDE Plasma desktop, in an immutable fashion". https://www.fedoraproject.org/kinoite/. 
  64. "Fedora Sericea". https://www.fedoraproject.org/sericea/. 
  65. "Budgie-flavored Fedora Onyx To Be a New Immutable Fedora Variant" (in en). 2023-05-24. https://news.itsfoss.com/fedora-onyx-official/. 
  66. "Changes/Fedora Onyx - Fedora Project Wiki". https://fedoraproject.org/wiki/Changes/Fedora_Onyx. 
  67. "Remix - Fedora Project Wiki". https://fedoraproject.org/wiki/Remix. 
  68. "DiscontinuePPC64 - Fedora Project Wiki". https://fedoraproject.org/wiki/Changes/DiscontinuePPC64. 
  69. "Changes/RetireARMv7 - Fedora Project Wiki". 1 December 2021. https://fedoraproject.org/wiki/Changes/RetireARMv7. 
  70. "Fedora Alternative Downloads". https://alt.fedoraproject.org/. 
  71. "Warren Togami". fedoraproject.org. //fedoraproject.org/wiki/User:Wtogami?rd=WarrenTogami. 
  72. Barr, Joe (1 October 2003). "Warren Togami on the new Fedora Project". Linux.com. http://www.linux.com/archive/feature/31767. 
  73. Togami, Warren (February 2006). "Why Fedora?" (ODP). http://togami.com/~warren/archive/2006/lax_seminar_fedora_feb_2006.odp. 
  74. "Fedora Sponsors". https://getfedora.org/sponsors. 
  75. 75.0 75.1 Johnson, Michael K. (22 September 2003). "Fedora Project: Announcing New Direction". Fedora development (Mailing list). Archived from the original on 20 November 2007. Retrieved 18 October 2007.
  76. Burke, Tim (August 2006). "The Fedora Project and Red Hat Enterprise Linux, part 4". Red Hat. http://www.redhat.com/magazine/022aug06/features/fedora_rhel_4/. 
  77. "Releases/7". Fedora Project. //fedoraproject.org/wiki/Releases/7. 
  78. Miller, Matthew (19 March 2014). "Fedora Present and Future: a Fedora.next 2014 Update (Part I, "Why?")". Fedora Magazine. https://fedoramagazine.org/fedora-present-and-future-a-fedora-next-2014-update-part-i-why/. 
  79. Corbet, Jonathan (16 March 2016). "Modularizing Fedora". LWN.net. https://old.lwn.net/Articles/680278/. 
  80. Becker, David (21 November 2003). "Red Hat, researchers in name tiff". CBS Interactive Inc.. http://news.cnet.com/2100-7344_3-5110750.html. 
  81. "Fedora Repository Project History". http://www.fedora-commons.org/about/history. 
  82. Miller, Matthew (24 April 2020). "Coming soon: Fedora on Lenovo laptops!". https://fedoramagazine.org/coming-soon-fedora-on-lenovo-laptops/. 
  83. "Overview - Fedora Project". https://docs.fedoraproject.org/en-US/project/. 
  84. "Leadership - Fedora Project". https://docs.fedoraproject.org/en-US/project/leadership/index.html. 
  85. Cooper, Merlin (2023-11-07). "What's new in Fedora Workstation 39" (in en-US). https://fedoramagazine.org/whats-new-fedora-workstation-39/. 
  86. 86.0 86.1 "Releases/Rawhide". Fedora Project. https://fedoraproject.org/wiki/Releases/Rawhide?rd=Rawhide#Using_Rawhide. 

External links