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 ...
- 09-01-2007 #1Just 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:
and it shows:cd /mnt/sdb1/
tar -xvf make.tar.gz
Obviously, MAKE is not installed.tar: This does not look like a tar archive
tar: Skipping to next header
tar: Error exit delayed from previous errors
Can anyone tell me what is wrong?
Thanks.
- 09-01-2007 #2Just Joined!
- Join Date
- Aug 2007
- Posts
- 8
try 'tar -zxf make.tar.gz'
it has to be filtered though unzip thus the z option
- 09-01-2007 #3
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
- 09-03-2007 #4Just Joined!
- Join Date
- Aug 2007
- Posts
- 14
I tried:
but it said:Code:dpkg --install build.deb
I found the dpkg package, but it is a .deb too. What should I do now?Code:bash: dpkg: command not found
- 09-03-2007 #5
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
- 09-03-2007 #6Just Joined!
- Join Date
- Aug 2007
- Posts
- 14
I'm definately root.
(I tried su, but it got me nowhere)
- 09-05-2007 #7Just Joined!
- Join Date
- Aug 2007
- Posts
- 14
Nevermind, I got it.
I did MyDSL -> Load Local


Reply With Quote