INTERACT FORUM

More => Old Versions => JRiver Media Center 20 for Linux => Topic started by: Silvestrus on December 18, 2013, 02:43:43 am

Title: Can't install versions higher than .91 on Ubuntu 12.04
Post by: Silvestrus on December 18, 2013, 02:43:43 am
Every time I try to install one of the latest versions of MC on Ubuntu 12.04, I get the following error:

dpkg: error processing /home/silvio/Preuzimanja/MediaCenter-19.0.94.deb (--install):
 parsing file '/var/lib/dpkg/tmp.ci/control' near line 8 package 'mediacenter19':
 'Depends' field, reference to 'lame': invalid architecture name 'amd64': a value different from 'any' is currently not allowed

I appreciate any help regarding this issue. Thanks.
Title: Re: Can't install versions higher than .91 on Ubuntu 12.04
Post by: hyojoo on December 18, 2013, 04:10:25 am
install in ubuntu i386 :)
Title: Re: Can't install versions higher than .91 on Ubuntu 12.04
Post by: InflatableMouse on December 18, 2013, 05:58:08 am
Are you running 64-bit Ubuntu?

If so, did you add i386 architecture?
Title: Re: Can't install versions higher than .91 on Ubuntu 12.04
Post by: Awesome Donkey on December 18, 2013, 07:56:42 am
Try this...

Code: [Select]
sudo apt-get remove lame
Then...

Code: [Select]
sudo apt-get install ia32-libs
Finally...

Code: [Select]
sudo apt-get install lame
See if that fails - it *should* install the multiarch lib.
Title: Re: Can't install versions higher than .91 on Ubuntu 12.04
Post by: bob on December 23, 2013, 11:03:54 am
I have a feeling that he's running i386 and  Ubuntu 12.04 isn't multiarch judging by the error message.