Hi,
I've installed Linux Mint on my second laptop, and I'm trying to install
openscad-nightly on it.
I've run
wget -qO - http://files.openscad.org/OBS-Repository-Key.pub | sudo apt-key
add -
and then added
deb http://download.opensuse.org/repositories/home:/t-paul/xUbuntu_15.04/ ./
to sources. Linux Mint is based on both Debian and Ubuntu, so I guess that
should be the correct one to use.
But when I do 'sudo apt-get install openscad-nightly' I get this error, and
I don't know how to solve it;
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
openscad-nightly : Depends: libstdc++6 (>= 4.9) but 4.8.2-19ubuntu1 is to
be installed
E: Unable to correct problems, you have held broken packages.
--
View this message in context: http://forum.openscad.org/Error-on-Linux-when-installing-openscad-nightly-tp12879.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
On 06/14/2015 09:48 AM, Scalpel78 wrote:
Hi,
I've installed Linux Mint on my second laptop, and I'm trying to install
openscad-nightly on it.
[snip]
The following packages have unmet dependencies:
openscad-nightly : Depends: libstdc++6 (>= 4.9) but 4.8.2-19ubuntu1 is to
be installed
E: Unable to correct problems, you have held broken packages.
This means the nightly build version which is about to be installed
needs some newer libs.
According to http://www.linuxmint.com/oldreleases.php the latest Mint version
is based on Ubuntu Trusty which is 14.04, so maybe try this one instead:
http://download.opensuse.org/repositories/home:/t-paul/xUbuntu_14.04/
ciao,
Torsten.
Thanks, that fixed it!
--
View this message in context: http://forum.openscad.org/Error-on-Linux-when-installing-openscad-nightly-tp12879p12890.html
Sent from the OpenSCAD mailing list archive at Nabble.com.