INTERACT FORUM
More => Old Versions => JRiver Media Center 20 for Linux => Topic started by: jamesecox50 on April 13, 2014, 08:11:59 pm
-
Hi,
I did the requirements test, and it found I was missing Unable to locate package lib32stdc++6
Where do I locate this?
Ed
-
Missing dependency, use one of these commands from the terminal (depending if you have 32-bit or 64-bit Ubuntu):
If you're using Ubuntu 13.10 32-bit:
sudo apt-get install lib32stdc++6
If you're using Ubuntu 13.10 64-bit:
sudo apt-get install libstdc++6:i386
-
Thanks
Then this....
E: Couldn't find any package by regex 'lib32stdc++6
-
https://wiki.debian.org/Aptitude
I don't know what's going on but it looks like you might have mistyped something. It would be useful if you can copy/paste both your commands and the output.
With the guide I linked above you can read about how apt-get, apt-cache and aptitude work. You should, for instance, be able to search for 'stdc++6' and get all packages returned that contain that phrase.