INTERACT FORUM

More => Old Versions => JRiver Media Center 20 for Linux => Topic started by: jamesecox50 on April 13, 2014, 08:11:59 pm

Title: Ubunto 13.1 Missing Files
Post 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
Title: Re: Ubunto 13.1 Missing Files
Post by: Awesome Donkey on April 13, 2014, 09:09:23 pm
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:

Code: [Select]
sudo apt-get install lib32stdc++6
If you're using Ubuntu 13.10 64-bit:

Code: [Select]
sudo apt-get install libstdc++6:i386
Title: Re: Ubunto 13.1 Missing Files
Post by: jamesecox50 on April 14, 2014, 06:55:46 am
Thanks

Then this....

E: Couldn't find any package by regex 'lib32stdc++6
Title: Re: Ubunto 13.1 Missing Files
Post by: InflatableMouse on April 15, 2014, 08:37:17 am
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.