PDA

View Full Version : [ubuntu] [SOLVED] Dog chasing his own tail- worse


carrarin
July 10th, 2008, 10:55 AM
i have a package - g++-4.2 - that has libstdc++6-4.2 as a dependancy. but g++-4.2 is a dependancy of libstdc++6-4.2.

Now do you understand the title of the post. :)

This probrlem makes me angry!! :mad: ](*,):twisted::evil::biggrin:
Me hulk, me SMASH!! ARCGGGGG
How do i solve this?

SkonesMickLoud
July 10th, 2008, 10:57 AM
i have a package - g++-4.2 - that has libstdc++6-4.2 as a dependancy. but g++-4.2 is a dependancy of libstdc++6-4.2.

Now do you understand the title of the post. :)

This probrlem makes me angry!! :mad: ](*,):twisted::evil::biggrin:
Me hulk, me SMASH!! ARCGGGGG
How do i solve this?

Try:

sudo aptitude update && sudo aptitude install g++-4.2 libstdc++6-4.2

ET!
July 10th, 2008, 10:58 AM
or download the two packages from the net(not through synaptic) and install it

carrarin
July 10th, 2008, 11:00 AM
i got the packs from the net. i dclick on one it cant install untill the other is installed .

SkonesMickLoud
July 10th, 2008, 11:01 AM
Aptitude and/or apt-get will download all of the needed dependencies for you.

carrarin
July 10th, 2008, 11:02 AM
dont have the internet, geting close to dragging my comp to the library and hooking up there. untilll then what should i do.

carrarin
July 10th, 2008, 11:09 AM
bump

sisco311
July 10th, 2008, 11:17 AM
copy the packages in the /var/cache/apt/archives
folder and install them with apt-get.

carrarin
July 10th, 2008, 11:21 AM
i try that thank you

YaroMan86
July 10th, 2008, 11:25 AM
I could be wrong, but you could type in the following and get everything you need:


sudo apt-get install build-essential


That would install both g++ and the standard headers.

carrarin
July 10th, 2008, 11:31 AM
dont have internet, so cant do that. thanks anyways.

Canis familiaris
July 10th, 2008, 11:49 AM
Take them to a new folder:
Change to that foldet (using cd)

sudo dpkg -i --force-depends *.deb

sudo apt-get install -f

And the dog will stop chasing its tail. ;)


I would however recommend.
If you have the Ubuntu install CD.
Insert the CD.

sudo apt-cdrom add

sudo apt-get install build-essential

It will install all essential the packages with only requiring the CD, not internet.