Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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.
    Code:
    su -
    apt-get update
    Install packages :
    Code:
    apt-get install package
    You can search packages using command :
    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

  3. #3
    Just 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..

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Did you update apt-get?
    Code:
    apt-get update
    Does it throw any error?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •