2 dependency's dependent on each other

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
daveit1000

2 dependency's dependent on each other

Post by daveit1000 »

so i have a problem i want to install a package called libstdc++6-4.7-dev.deb but then the package installer says error you need the dependency g++-4.7.deb which i download when i try to install it this one say error you need a dependency, but it shows me that the dependency is the libstdc++6-4.7-dev
could anybody please help me

*note: My mintbox's internet doesn't work so which i have to do is to go over to a windows box and download the .deb packages

heres a screenshot:
Image
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
zerozero

Re: 2 dependency's dependent on each other

Post by zerozero »

assuming that those debs don't have more dependencies place them in a folder, open a terminal there and

Code: Select all

sudo dpkg -i *deb
Last edited by zerozero on Sun Nov 18, 2012 6:48 am, edited 1 time in total.
Reason: corrected a typo
daveit1000

Re: 2 dependency's dependent on each other

Post by daveit1000 »

zerozero wrote:assuming that those debs don't have more dependencies place them in a folder, open a terminal there and

Code: Select all

sudo dpgk -i *deb
Thanks, but it showed me some errors and with some experimenting i figured out that it is dpkg instead of dpgk so now it worked thanks again
zerozero

Re: 2 dependency's dependent on each other

Post by zerozero »

ohh i'm really sorry :oops: bad typo that one, of course is dpkg
Locked

Return to “Software & Applications”