You are here: Home / Discord on CentOS 7

Discord on CentOS 7

Quick notes on install Discord on CentOS7

 

Of course you can use the tarball, this information is to use the .deb Debian package converted over to rpm using alien.

 

Install Alien:

yum install alien

 

Then:

alien -r --scripts discord-x.x.x.deb (for example discord-0.0.5.deb)

Eventually if all goes well you will see message "discord-0.0.5-2.x86_64.rpm generated"

You can't install yet, because there are a couple of dependencies if you try to now:

rpm -i discord-0.0.5-2.x86_64.rpm
error: Failed dependencies:
        libffmpeg.so()(64bit) is needed by discord-0.0.5-2.x86_64
        libnode.so()(64bit) is needed by discord-0.0.5-2.x86_64

 

Meet the dependencies:

 

 

 

Filed under: , ,
Navigation