INTERACT FORUM

More => Old Versions => JRiver Media Center 20 for Linux => Topic started by: mcollier on November 05, 2013, 11:23:14 am

Title: Installing on Debian Wheezy 64 bit
Post by: mcollier on November 05, 2013, 11:23:14 am
Maybe this will save someone some time and reduce frustration.

Here's how I got MediaCenter 19 installed on a new Debian Wheezy 64 bit installation

as root:

Code: [Select]
dpkg --add-architecture i386
apt-get update
apt-get install libc6:i386 libstdc++6:i386 libx11-6:i386 libcurl3:i386 libasound2:i386 xfonts-75dpi xfonts-100dpi
dpkg --install MediaCenterxxxx.deb

You should now have MediCenter listed among your other Sound & Video applications.

EDIT: added libasound2:i386
Title: Re: Installing on Debian Wheezy 64 bit
Post by: bob on November 05, 2013, 11:58:50 am
Thanks.
You'll also need libasound2:i386 if it's not already there. I'm adding it to the .deb package dependencies.