Results 1 to 10 of 11
I need to install build-essential which needs for it g++ package which needs for it gcc package 4.3.2-2 and for this I need gcc-4.3 4.3.2-1 and I can't find this ...
- 09-16-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 36
[SOLVED] Can't find a package
I need to install build-essential which needs for it g++ package which needs for it gcc package 4.3.2-2 and for this I need gcc-4.3 4.3.2-1 and I can't find this package anywhere. I keep finding gcc-4.3 4.3.2-1.1 but after I install it it doesn't help me and gcc 4.3.2-2 still requests gcc-4.3 4.3.2-1.
Thanks in advance. So complicated
- 09-16-2010 #2
Which version of Debian are you using?
What is your end goal? Is there a piece of software you're looking to compile?
Under normal circumstances you should just be able to do
EDIT: So used to writing sudo. Changed.Code:su -c 'apt-get install build-essential'
Is that failing? If so, what is the output?
Debian -- Details of package build-essential in lennyLast edited by reed9; 09-16-2010 at 12:29 PM.
- 09-16-2010 #3Linux User
- Join Date
- Jun 2006
- Location
- Scotland
- Posts
- 267
+1
Also have you installed Synaptic Package Manager?
- 09-16-2010 #4Just Joined!
- Join Date
- Sep 2010
- Posts
- 36
using debian 500-i386 lenny
end goal, to compile linux kernel using this guide : YouTube - Howto: Debian Linux Kernel Compilation, Part 1
when I write ur code it doesnt find the command "sudo"
and I haven't installed synaptic package manager
- 09-16-2010 #5
Its su instead of sudo in Debian.
Execute this
Code:su - apt-get update apt-get install build-essential
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-16-2010 #6
Synaptic is a Graphical Interface of apt-get and you can manage packages with it easily.
Code:su - apt-get install synaptic
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-16-2010 #7Just Joined!
- Join Date
- Sep 2010
- Posts
- 36
apt-get never worked for me... That's why I only used dpkg -i to install things right now
here are 2 pics to show what do I mean
http://img52.imageshack.us/img52/3630/pickrp.jpg
http://img810.imageshack.us/img810/693/pic2zb.jpg
- 09-16-2010 #8
Execute this
Sources are not configured correctly. Post the contents of /etc/apt/sources.list file here.Code:apt-get -f install
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-16-2010 #9Just Joined!
- Join Date
- Sep 2010
- Posts
- 36
- 09-16-2010 #10
Your sources.list is almost bare. All that's in it are the security update repos.
Go here and generate a new sources.list. Place in /etc/apt/sources.list
Do
Code:su - apt-get update && apt-get install build-essential



