INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Installing on Debian Wheezy 64 bit  (Read 1540 times)

mcollier

  • World Citizen
  • ***
  • Posts: 100
Installing on Debian Wheezy 64 bit
« 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
Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13543
Re: Installing on Debian Wheezy 64 bit
« Reply #1 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.
Logged
Pages: [1]   Go Up