Results 1 to 4 of 4
Dear All
I'm new to Linux and have got some work to do on Debian 4.0.
I have installed this version with the Cd image debian-40r8-i386-CD-1.
I Believe this was ...
- 01-04-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 2
How to get bison flex for debian 4.0
Dear All
I'm new to Linux and have got some work to do on Debian 4.0.
I have installed this version with the Cd image debian-40r8-i386-CD-1.
I Believe this was a minimal installation.
I'm in need os some packages like Bison flex..
Please help me in getting this
- 01-04-2010 #2
Hi and Welcome !
You can install packages easily if your machine has internet access. apt-get is default package manager of Debian.
Execute this to fetch list of available packages.
Install packages :Code:su - apt-get update
You can search packages using command :Code:apt-get install package
Code:apt-get search package
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-04-2010 #3Just Joined!
- Join Date
- Jan 2010
- Posts
- 2
First of All Thanks a lot 4 ur reply...
I've done what u've mentioned above :
apt-get install flex
and i got an error : package flex has no installation candidate...
got the same rsult for some other packages also...
and i even tried :
apt-get search flex
and got an error : invalid operation search..
Please let me know..
- 01-04-2010 #4
Did you update apt-get?
Does it throw any error?Code:apt-get update
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
