Install transmission in centos 8

Issues related to applications and software problems and general support
costinpoe
Posts: 3
Joined: 2016/08/23 07:04:23

Install transmission in centos 8

Post by costinpoe » 2019/10/08 12:35:17

Hello everyone and sorry for my english!
I have problems with installation of transmission in Centos8.
No find an repo working or some method to install and configure. :oops:
PLEASE HELP! THANK YOU IN ADVANCE!

hunter86_bg
Posts: 2019
Joined: 2015/02/17 15:14:33
Location: Bulgaria
Contact:

Re: Install transmission in centos 8

Post by hunter86_bg » 2019/10/08 16:48:46

Try to install fedora 28-fedora 30 rpm via yum and check if that requires any dependencies.
If you got lucky, you might install and actually run that software.

costinpoe
Posts: 3
Joined: 2016/08/23 07:04:23

Re: Install transmission in centos 8

Post by costinpoe » 2019/10/08 23:31:36

Hi. Thank you for quick answear. I have tried but every method used was failed. :cry:

costinpoe
Posts: 3
Joined: 2016/08/23 07:04:23

Re: Install transmission in centos 8

Post by costinpoe » 2019/10/09 18:50:41

ANYONE PLEASE?! :cry:

ggpigg
Posts: 9
Joined: 2015/01/13 00:36:30

Re: Install transmission in centos 8

Post by ggpigg » 2019/10/09 19:32:21

Your best bet, install flatpak and then install transmission. Takes all of two seconds.

https://flatpak.org/ go here for flatpak.

Once installed then you can sudo dnf install transmission

Thats it!

Good luck!


George99
Posts: 74
Joined: 2013/09/08 17:01:05
Location: Germany

Re: Install transmission in centos 8

Post by George99 » 2020/02/18 09:16:28

transmission can now be installed directly from EPEL repo:

Code: Select all

sudo yum -y install epel-release
sudo yum repolist
sudo yum install transmission-gtk

opz
Posts: 2
Joined: 2013/12/09 10:59:41
Location: shell
Contact:

Re: Install transmission in centos 8

Post by opz » 2020/09/20 16:13:03

George99 wrote:
2020/02/18 09:16:28
transmission can now be installed directly from EPEL repo:

Code: Select all

sudo yum -y install epel-release
sudo yum repolist
sudo yum install transmission-gtk
unfortunately it is not..

Image

User avatar
TrevorH
Site Admin
Posts: 33218
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Install transmission in centos 8

Post by TrevorH » 2020/09/20 16:23:16

Well, it sort of is for those of us that haven't added an unknown and unvetted "geekery" repo.

Code: Select all

[root@centos8 ~]# dnf list transmission\*
Last metadata expiration check: 0:52:24 ago on Sun Sep 20 16:30:17 2020.
Available Packages
transmission.x86_64                                        3.00-1.epel8.playground                                  epel-playground
transmission-cli.x86_64                                    3.00-1.epel8.playground                                  epel-playground
transmission-common.x86_64                                 3.00-1.epel8.playground                                  epel-playground
transmission-daemon.x86_64                                 3.00-1.epel8.playground                                  epel-playground
transmission-gtk.x86_64                                    3.00-1.epel8.playground                                  epel-playground
transmission-qt.x86_64                                     3.00-1.epel8.playground                                  epel-playground
EPEL != "geekery" whatever that may be.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

George99
Posts: 74
Joined: 2013/09/08 17:01:05
Location: Germany

Re: Install transmission in centos 8

Post by George99 » 2020/09/20 16:56:14

get rid of geekery first: sudo rpm -e geekery-release

check for any residues of geekery: rpm -qa | grep -i geekery

if any, remove them: sudo yum remove insert-your-geekery-residues-here

clean up: sudo yum clean all

then proceed with EPEL as explained
Last edited by George99 on 2020/09/20 17:02:59, edited 1 time in total.

Post Reply