Find the answer to your Linux question:
Results 1 to 7 of 7
Another n00by question from me: How can I install "MAKE"? I am running DSL on a 8-year-old Micron laptop with about 6GB HD and 180 ram. I tried with make ...
  1. #1
    Just Joined!
    Join Date
    Aug 2007
    Posts
    14

    How To Install Make

    Another n00by question from me: How can I install "MAKE"?

    I am running DSL on a 8-year-old Micron laptop with about 6GB HD and 180 ram.

    I tried with make v3.81:

    cd /mnt/sdb1/
    tar -xvf make.tar.gz
    and it shows:

    tar: This does not look like a tar archive
    tar: Skipping to next header
    tar: Error exit delayed from previous errors
    Obviously, MAKE is not installed.

    Can anyone tell me what is wrong?

    Thanks.

  2. #2
    Just Joined!
    Join Date
    Aug 2007
    Posts
    8
    try 'tar -zxf make.tar.gz'

    it has to be filtered though unzip thus the z option

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    make and other necessary packages required to build other packages are available in build-essential package. Install 'build-essential' through Package Manager.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    Just Joined!
    Join Date
    Aug 2007
    Posts
    14
    I tried:
    Code:
    dpkg --install build.deb
    but it said:
    Code:
    bash: dpkg: command not found
    I found the dpkg package, but it is a .deb too. What should I do now?

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Are you logged in as root? You must be root to install/remove any package. Execute 'su' command to gain root privileges.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Just Joined!
    Join Date
    Aug 2007
    Posts
    14
    I'm definately root.

    (I tried su, but it got me nowhere)

  7. #7
    Just Joined!
    Join Date
    Aug 2007
    Posts
    14
    Nevermind, I got it.

    I did MyDSL -> Load Local

Posting Permissions

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