Cannot install specific package

Asked by Andrew

Ok, i've spent few hours with zero freedback and now im going straight to ask a stupid question:
how to install this package https://launchpad.net/ubuntu/+source/libc%2B%2B
Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu libc++ Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of :

lsb_release -a; uname -a

Thanks

Revision history for this message
MadhuSoodanan (mt-madhu) said :
#2

If you press the 3 keys --- CTRL+ALT+T simultaneously, you will be able to open the Terminal. Copy & Paste the following line in that Terminal

lsb_release -a; uname -a

Hit the ENTER Key. You will get an output. It will be about the Release, Description etc. Copy & Paste the output in the Message box below. This is essential to give you directions.

Revision history for this message
Andrew (sheeftz) said :
#3

mad@mad-P35C-DS3R:~$ lsb_release -a; uname -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 13.10
Release: 13.10
Codename: saucy
Linux mad-P35C-DS3R 3.11.0-15-generic #23-Ubuntu SMP Mon Dec 9 18:17:04 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

Revision history for this message
MadhuSoodanan (mt-madhu) said :
#4

You are using Saucy. Did you mean Trusty?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

sudo apt-get install libc++-dev

Done.

Revision history for this message
Andrew (sheeftz) said :
#6

sudo apt-get install libc++-dev
installs old buggy libc++ version 1.0~svn181765-1

"You are using Saucy. Did you mean Trusty?"
This question senseless to me.
Yes, im using Saucy. That's all i can say about it.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

Then I suggest you report a bug. It may get the version in Saucy upgraded

Revision history for this message
MadhuSoodanan (mt-madhu) said :
#8

I read the question

>Cannot install specific package
>im going straight to ask a stupid question:
>how to install this package

These words confused me. OK then.

Revision history for this message
Andrew (sheeftz) said :
#9

"Then I suggest you report a bug."
What is the reason to report a bug that is already fixed?

Ok, it's maybe not that obvious like i was thinking before.
If you follow the link above, you shall notice that "Latest upload: 1.0~svn199600-1"
But, typing apt-get install libc++-dev, im getting 1.0~svn181765-1

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#10

Because the fixed version is in Trusty. You are using Saucy which is not Trusty and doesn't have the fixed version. If you report a bug it will alert the developers to upgrade the broken version in Saucy to the same version in Trusty.

Revision history for this message
Andrew (sheeftz) said :
#11

Thanks actionparsnip, that solved my question.