Page 1 of 1

[SOLVED] install DCP-O-Matic on CentOS

Posted: Fri Feb 08, 2019 2:39 pm
by thomas
Hi,

I have a very bad english
I want to install DCPoMatic CentOS.


sudo yum install dcpomatic2-2.12.19-1.el7.x86_64
[sudo] Mot de passe de thomas : 
Modules complémentaires chargés : fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: centos.mirror.fr.planethoster.net
* extras: centos.crazyfrogs.org
* updates: centos.crazyfrogs.org
base | 3.6 kB 00:00
extras | 3.4 kB 00:00
updates | 3.4 kB 00:00
Aucun paquet dcpomatic2-2.12.19-1.el7.x86_64 disponible.
Erreur : Rien à faire

so I can't.

Any solution?
Thank you

Re: install DCP-O-Matin on CentOS

Posted: Fri Feb 08, 2019 2:41 pm
by carl
What version of Centos are you using?

Re: install DCP-O-Matin on CentOS

Posted: Fri Feb 08, 2019 3:56 pm
by thomas
centOs 7

Re: install DCP-O-Matin on CentOS

Posted: Sat Feb 09, 2019 9:25 pm
by carl
Hi Thomas,

Please try installing the EPEL repositories using

Code: Select all

yum install epel-release
before installing DCP-o-matic, as it needs some packages from EPEL to work.

Re: install DCP-O-Matic on CentOS

Posted: Sun Feb 10, 2019 9:48 am
by thomas
Hi Carl,

I have installed epel-release-7-11.noarch, and I have the same error.

Code: Select all

Le paquet epel-release-7-11.noarch est déjà installé dans sa dernière version

Code: Select all

Aucun paquet dcpomatic2-2.12.19-1.el7.x86_64 disponible.
thank you

Re: install DCP-O-Matic on CentOS

Posted: Sun Feb 10, 2019 10:36 am
by thomas
I have find the solution:

Code: Select all

sudo yum localinstall dcpomatic2-2.12.19-1.el7.x86_64.rpm
i forgot to write "local".
I have too many habits with Ubuntu

Thank you Carl.