Packages for Red Hat and derivatives

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
nado_x
Posts: 1
Joined: Fri May 06, 2022 3:16 pm

Packages for Red Hat and derivatives

Post by nado_x »

The transmission packages are available for Red Hat and derivatives such as CentOS/AlmaLinux etc. through the EPEL (Extra Packages for Enterprise Linux) repository.

Ref:
https://www.redhat.com/en/blog/whats-ep ... o-i-use-it
https://docs.fedoraproject.org/en-US/epel/

You can find the packages here https://download.fedoraproject.org/pub/ ... ackages/t/
(automatically finds a mirror)

You can enable the repository for a Red Hat based distro by installing the following package through DNF:

Code: Select all

dnf install epel-release
Alternatively you can download the RPM or install it via DNF

Code: Select all

wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
or

Code: Select all

sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
Could this be added to the main site as a way to install Transmission?
Post Reply