INTERACT FORUM
More => Old Versions => JRiver Media Center 20 for Linux => Topic started 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.
-
install in ubuntu i386 :)
-
Are you running 64-bit Ubuntu?
If so, did you add i386 architecture?
-
Try this...
sudo apt-get remove lame
Then...
sudo apt-get install ia32-libs
Finally...
sudo apt-get install lame
See if that fails - it *should* install the multiarch lib.
-
I have a feeling that he's running i386 and Ubuntu 12.04 isn't multiarch judging by the error message.