From Fedora Project Wiki
m (Fix the link to the download FAQ)
(The installation guide on the docs site no longer mentions torrents, the link is broken, but torrent.fedoraproject.org still links here. Restore some content.)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
= BitTorrent =
'''[https://en.wikipedia.org/wiki/BitTorrent BitTorrent]''' is a protocol for downloading large files that takes advantage of peer-to-peer file sharing techniques. Normally, a single server or small group of servers are all that provide the bandwidth for anyone who downloads a particular file. BitTorrent distributes the load among the various BitTorrent users who are downloading the file. It does this by allowing downloaders to download parts of the file from the other users who already have those parts.


Bit<code></code>Torrent is a method of downloading large files that takes advantage of peer-to-peer file sharing techniques. Normally, a single server or small group of servers are all that provide the bandwidth for anyone who downloads a particular file. Bit<code></code>Torrent distributes the load among the various Bit<code></code>Torrent users who are downloading the file.  It does this by allowing downloaders to download bits of the file from the other users who already have those bits.
The Fedora project makes releases available on its [https://torrent.fedoraproject.org/ torrent tracker].


'''If you are already running Linux, BSD, Solaris or Mac OS X then visit:'''
== Acquire a client ==


http://www.transmissionbt.com/download.php
To download a release using BitTorrent, you need a BitTorrent client such as Transmission, which is available for macOS, Windows, and Linux from its website at https://transmissionbt.com/download.


to get Transmission, a Bit<code></code>Torrent client which is the default in Fedora.
If you're already running Fedora, Transmission is also available from Fedora's package repositories. To install it, run:


'''If you are currently using Windows, visit:'''
<pre>
sudo dnf install transmission
</pre>


http://deluge-torrent.org/downloads.php
You can then launch the Transmission user interface from your Applications, or by running <code>transmission-gtk</code> from the command line.


Then download Fedora using Bit<code></code>Torrent at:
== Download a release ==


http://torrent.fedoraproject.org/
To download Fedora using BitTorrent from the Fedora project's torrent tracker, open a web browser and go to https://torrent.fedoraproject.org/.


'''Too many choices?''' Then visit [[Distribution/Download#FAQ]]  to discover which version you want.
Select a release to download its torrent file, which has a <code>.torrent</code> extension. Open this file in Transmission, review the torrent options to select a download location on your local system, and click "Open" to begin downloading the release.


== Seed a release ==


[[Category:Distribution]]
If you leave Transmission running after downloading a release, you can contribute bandwidth toward others downloading that Fedora releases.
 
== Other download options ==
 
For other download options, visit https://getfedora.org/ and https://alt.fedoraproject.org/.
 
For documentation on writing a release image to a device and installing Fedora, see the [https://docs.fedoraproject.org/en-US/quick-docs/creating-and-using-a-live-installation-image/ Fedora quick docs].

Latest revision as of 03:34, 16 February 2023

BitTorrent is a protocol for downloading large files that takes advantage of peer-to-peer file sharing techniques. Normally, a single server or small group of servers are all that provide the bandwidth for anyone who downloads a particular file. BitTorrent distributes the load among the various BitTorrent users who are downloading the file. It does this by allowing downloaders to download parts of the file from the other users who already have those parts.

The Fedora project makes releases available on its torrent tracker.

Acquire a client

To download a release using BitTorrent, you need a BitTorrent client such as Transmission, which is available for macOS, Windows, and Linux from its website at https://transmissionbt.com/download.

If you're already running Fedora, Transmission is also available from Fedora's package repositories. To install it, run:

sudo dnf install transmission

You can then launch the Transmission user interface from your Applications, or by running transmission-gtk from the command line.

Download a release

To download Fedora using BitTorrent from the Fedora project's torrent tracker, open a web browser and go to https://torrent.fedoraproject.org/.

Select a release to download its torrent file, which has a .torrent extension. Open this file in Transmission, review the torrent options to select a download location on your local system, and click "Open" to begin downloading the release.

Seed a release

If you leave Transmission running after downloading a release, you can contribute bandwidth toward others downloading that Fedora releases.

Other download options

For other download options, visit https://getfedora.org/ and https://alt.fedoraproject.org/.

For documentation on writing a release image to a device and installing Fedora, see the Fedora quick docs.