LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-23-2005, 04:25 PM   #1
dustin7up
LQ Newbie
 
Registered: Feb 2005
Location: Towanda, PA
Posts: 12

Rep: Reputation: 0
installing software...


i am so new to linux, i just started using linux this week.... i downloaded some software for Linux, TK Notepad, and some games.... and i put them on a floppy


now how do i install them in linux? im currently using DSL(Damn Small Linux)......
 
Old 02-23-2005, 04:37 PM   #2
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
Need input. I don't know a thing about DSL. What kind of package is it? Does the name end with .tar.gz, .tgz, .rpm, .deb, or some other? Each has it's own installation method.
 
Old 02-23-2005, 04:39 PM   #3
dustin7up
LQ Newbie
 
Registered: Feb 2005
Location: Towanda, PA
Posts: 12

Original Poster
Rep: Reputation: 0
.....the package is a .tar.gz
 
Old 02-23-2005, 04:46 PM   #4
perfect_circle
Senior Member
 
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783

Rep: Reputation: 53
You have probably downloaded a source tarball. Hope there is a compiler installed in your system, you'll need it to compile the source. Read this from the tutorial section of linux questions:
http://www.linuxquestions.org/questi...ticle&artid=15
 
Old 02-23-2005, 05:26 PM   #5
dustin7up
LQ Newbie
 
Registered: Feb 2005
Location: Towanda, PA
Posts: 12

Original Poster
Rep: Reputation: 0
i went to tht site "http://www.linuxquestions.org/quest...le&artid=15"... and i did everything it said......everything went well until i got to the:

make
make test (optional)
make install

....commands, when i type "make" in, it says: command not found


what could be wrong?
 
Old 02-23-2005, 07:04 PM   #6
perfect_circle
Senior Member
 
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783

Rep: Reputation: 53
You don't have make. Propably you do not have any development packages installed. Can you do ./configure again and post us the output?
 
Old 02-23-2005, 07:38 PM   #7
archdev
Member
 
Registered: May 2004
Location: chicago and cincinnati
Distribution: fedora
Posts: 134

Rep: Reputation: 15
Last time I used DSL was a while ago, but from what I remember, it doesnt have a gcc compiler. Which might he a problem if you want to install anything from source. I recall there was a way to install stuff on DSL, check out the DSL forums on that. Given that its only 50 MB, dont expect too much from it (its already pretty amazing you get all you do on only 50 MB)
 
Old 02-23-2005, 11:55 PM   #8
dustin7up
LQ Newbie
 
Registered: Feb 2005
Location: Towanda, PA
Posts: 12

Original Poster
Rep: Reputation: 0
.....when i type in the "./configure" command, this is what comes up:


checking build system type... i586-pc-linux-gnuoldld
checking host system type... i586-pc-linux-gnuoldld
checking target system type... i586-pc-linux-gnuoldld
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
Configure: error: no acceptable C complier found in $PATH
See 'config.log' for more details.



.........
 
Old 02-24-2005, 12:35 AM   #9
archdev
Member
 
Registered: May 2004
Location: chicago and cincinnati
Distribution: fedora
Posts: 134

Rep: Reputation: 15
Check out this forum

http://damnsmalllinux.org/cgi-bin/fo...ST;f=16;t=4724

Basically there are these DSL extension which gives you options to install stuff (like a compiler)

Last edited by archdev; 02-24-2005 at 12:36 AM.
 
Old 02-24-2005, 05:00 AM   #10
perfect_circle
Senior Member
 
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783

Rep: Reputation: 53
Quote:
Originally posted by dustin7up
.....when i type in the "./configure" command, this is what comes up:


checking build system type... i586-pc-linux-gnuoldld
checking host system type... i586-pc-linux-gnuoldld
checking target system type... i586-pc-linux-gnuoldld
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
Configure: error: no acceptable C complier found in $PATH

See 'config.log' for more details.
Well I think it's obvious...no compiler installed. Always check what ./configure outputs. If you get an error here, there is no point to continiue to make. I think that you don't even have the 'make' program (if the output after typing make was command not found and not something like "No targets specified and no makefile found", but even if you had it, if an error occurs in ./configure, the Makefile which ./configure creates and make needs to compile the program, will not be created.
DSL sounds like fun, personally i never tried it, but i wouldn't expect to have a compiler in a Linux that is 50 MB.
 
Old 02-24-2005, 07:22 AM   #11
dustin7up
LQ Newbie
 
Registered: Feb 2005
Location: Towanda, PA
Posts: 12

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by archdev
Check out this forum

http://damnsmalllinux.org/cgi-bin/fo...ST;f=16;t=4724

Basically there are these DSL extension which gives you options to install stuff (like a compiler)

.....well i cant get the internet on the comp with Linux, cuz i dont have anymore network cards......so how would i get them from a comp , or where could i download them at on a comp without DSL on it, and then put them on a floppy and install them on the comp with DSL?
 
Old 02-24-2005, 10:33 AM   #12
dustin7up
LQ Newbie
 
Registered: Feb 2005
Location: Towanda, PA
Posts: 12

Original Poster
Rep: Reputation: 0
well i found and downloaded them, and burned to cdr, but it wont let me copy the files on the hard drive, so im just going to forget about it and use whats already in DSL........
 
Old 02-24-2005, 12:01 PM   #13
archdev
Member
 
Registered: May 2004
Location: chicago and cincinnati
Distribution: fedora
Posts: 134

Rep: Reputation: 15
If you are new to linux perhaps you should try out knoppix as a live CD instead of DSL. Although DSL is pretty cool, its more of an exercise in how small a distro could be. Knoppix is 700 MB, but somehow becomes like 2 GB of software. Its more of a full featured live cd and may be a better indicator to you what linux is like.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with installing software scagman Linux - Software 2 05-05-2005 05:43 PM
Installing Software wewereright1054 Linux - Software 4 10-26-2004 03:43 AM
Installing Software trophy Linux - Newbie 4 10-07-2004 05:16 PM
Installing software sharpie Slackware 3 03-12-2004 12:16 AM
Question on installing software and starting software rootlinux Linux - Newbie 5 01-19-2002 10:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:16 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration