Results 1 to 3 of 3
I want to start some C++ development on my 3 year old, un-updated 8.04 ubuntu desktop machine. I tried,
sudo apt-get install build-essential
and got,
Code:
sudo apt-get install build-essential
...
- 04-17-2011 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 84
Problem installing build-essential on 3 year old ubuntu desktop 8.04
I want to start some C++ development on my 3 year old, un-updated 8.04 ubuntu desktop machine. I tried,
sudo apt-get install build-essential
and got,
I thought apt would automatically install the package dependencies.Code:sudo apt-get install build-essential Reading package lists... Done Building dependency tree Reading state information... Done 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. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help resolve the situation: The following packages have unmet dependencies: libc6-i386: Breaks: ia32-libs (< 20090804) but 2.2ubuntu11 is to be installed Breaks: lib32asound2 (< 1.0.20-3) but 1.0.15-3ubuntu4 is to be installed E: Broken packages
I don't really want to update the entire installation as I have a lot of network services installed and running which I don't want to risk breaking.
They aren't exposed to the internet and don't pose a security risk.
So is there any way to get apt to install the dependencies for build-essential?
- 04-17-2011 #2Just Joined!
- Join Date
- Jun 2008
- Posts
- 84
-tried, sudo apt-get ia32-libs, failed due to public key error
-updated public key from 2010
-did sudo apt-get update, worked
-did sudo apt-get install ia32-libs, worked
-did sudo apt-get install lib32asound2, worked
-did sudo apt-get install build-essential, worked
- 04-17-2011 #3I'd suggest that you completely update your system before installing any new software. It could be the whole problem.I want to start some C++ development on my 3 year old, un-updated 8.04 ubuntu desktop machine.I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.


Reply With Quote