LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 11-08-2003, 12:12 AM   #1
chriswhitworth
LQ Newbie
 
Registered: Nov 2003
Posts: 3

Rep: Reputation: 0
Total newbie, sorry. How do you install software in Linux?


I have succeeded in getting my Windows machine to dual boot with Mandrake 9.1. Installed fine, recognized my printers, network card etc. Using the software that was part of the distro is different, but not impenetrable. I am sure that most of you reading this are rolling your eyes, but I have not been able to find any tutorials on how to install any software in Linux. I downloaded Mozilla Firebird OK, but the resulting .zip / tar file has tons of files in the directory, but nothing that makes any sense to me as to how to go about installing it. You're thinking "what a moron", but I have tried many different forms of queries using Google and all I get are hits on sites that presume much more expertise than I have.

I am very interested in using Linux. I am weary of seeming collapsing house of cards (under its' own weight) that Windows has become.

By way of reference, I am not a PC newbie. I build all my machines, can write a bit of HTML if needed, and have been online since '93.

Am getting the sense that Linux may be more demanding on the user than I am used to. Would appreciate any pointers or suggestions.

Chris Whitworth
 
Old 11-08-2003, 12:59 AM   #2
scott_R
Member
 
Registered: Jul 2003
Location: Brighton, Michigan, USA
Distribution: Lots of distros in the past, now Linux Mint
Posts: 748

Rep: Reputation: 31
Not more demanding, it just takes some learning/unlearning. Most of us understand how you feel because we've been there. Basically, learning Linux is (because you're also an old hand at this like I was), like learning dos and windows over again. However, most of the stuff works the same, it's just the commands/procedures that have changed. In a couple months (and it will take a while to get comfortable, trust me), you'll laugh at how you got hung up on something "simple". The main thing is hanging in there and not giving up. Once you understand Linux a little more intuitively, you'll be even less forgiving of MS's way of business.

Anyway, to your problem:

I'm running mandrake 9.1 as well, so here goes. I downloaded firebird into a directory named /home/scott/downloads. Then I opened gnome terminal (or Konsole if you're using KDE...they're basically the same thing). Then:

cd downloads

tar -xvzf Moz[tab]
(The x means extract, the v is for verbose, the z is for unzip, and f is to retain the folder information. Hitting tab extends the rest of the filename)

cd Moz[tab]

./Moz[tab]
(the ./ tells bash to execute the file in the current directory, and is a good habit to have, so you don't execute the wrong thing accidently)

And with that, firebird should start up (as long as you did the typical install).

I did this in console because it's "harder" and you can appreciate that. Also, it gives you experience in working with it, and helps you understand what's going on under those pretty gui windows. With other files you might have to type './configure' and 'make' to compile them as well. The advantage to using firebird/mozilla is that they're prebuilt a little, so you can just run them, and they don't need to do a full install, which means you can run as many versions side by side as you wish.

For more information on some console commands, you can type 'info' and bring up a host of information. Use 'q' to exit it, and [enter] to select topics next to the colons. 'info coreutils' is a good place to start.

As for most installations, you can usually do them through mandrake control center, because they're in the .rpm format.

Anyway, good luck!
 
Old 11-08-2003, 01:06 AM   #3
tearinox
Member
 
Registered: Aug 2003
Location: you dont want to know
Distribution: Gentoo 2004.2, Slackware 10, Windows XP, Windows 2003 Server
Posts: 348

Rep: Reputation: 30
great input from scott_R, but i also think there are some places you should go to and spend time reading online guides... A good one to start out with is

http://www.tldp.org/LDP/intro-linux/html/index.html

make sure you check out the rest of the site too on other stuffies.

For installing source (tar) quickguide
tar -zxvf <file>
cd <dir>
./configure (if they're any files missing or errors, fix them)
make
su (type r00t password)
make install


good luck buddy
 
Old 11-08-2003, 01:58 AM   #4
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
......... adding to that - when installing from Tarballs always make sure you read the install or read me files if they are there - you'll find them in the extracted directory - once you've cd'd into it, do a ls to get a listing of what's there and if they are there, have a quick read just in case there's any quirks.
 
Old 11-08-2003, 07:37 AM   #5
davecs
Member
 
Registered: Feb 2003
Location: Barking, Essex, Britain
Distribution: PCLinuxOS and MX-Linux
Posts: 503

Rep: Reputation: 32
I keep making this post all over the place, but...

Have you visited Easy Urpmi at:

http://plf.zarb.org/~nanardon

?

You install Mandrake RPMs by using Mandrake Control Centre > Software, but if you follow the instructions at Easy Urpmi including adding PLF, Contrib and Texstar to your Software Sources, you will find a load of extra things available so you won't have to use so many tarballs. However you will need a fast internet connection.

DAVE
 
Old 11-08-2003, 08:52 AM   #6
chriswhitworth
LQ Newbie
 
Registered: Nov 2003
Posts: 3

Original Poster
Rep: Reputation: 0
Thanks to all of you for your input. I will work through this and "get" it, I am sure. I am the type who needs to SEE it done once, and then the rest becomes a snap. So if I can figure out this first step, should be on my way.

BTW: I can browse my other partitions and open .jpg files and so on. Is there a way to view .avi or .mpeg files in Linux?
 
Old 11-08-2003, 09:28 AM   #7
dalek
Senior Member
 
Registered: Jul 2003
Location: Mississippi USA
Distribution: Gentoo
Posts: 2,058
Blog Entries: 2

Rep: Reputation: 79
Just play with it. If it breaks reinstall and start over. Tell us what it did, we will tell you what went wrong and have a good laugh to boot. You get to learn something and we get to help you understand where it went wrong and a good laugh for us.

What's wrong with that?

later

 
Old 11-08-2003, 09:43 AM   #8
davecs
Member
 
Registered: Feb 2003
Location: Barking, Essex, Britain
Distribution: PCLinuxOS and MX-Linux
Posts: 503

Rep: Reputation: 32
.avi and .mpeg files? YES.

See my earlier post. You will need to get plf, contrib and texstar on your software sources. Now get "mplayer". If you are using KDE desktop, also get "kmplayer" which puts a nice KDE wrapper on it.

DAVE
 
Old 11-08-2003, 12:09 PM   #9
php
Member
 
Registered: Jun 2001
Location: USA
Distribution: Slackware
Posts: 827

Rep: Reputation: 30
Re: Total newbie, sorry. How do you install software in Linux?

Quote:
Originally posted by chriswhitworth
I have succeeded in getting my Windows machine to dual boot with Mandrake 9.1. Installed fine, recognized my printers, network card etc. Using the software that was part of the distro is different, but not impenetrable. I am sure that most of you reading this are rolling your eyes,


yup
 
Old 11-08-2003, 06:00 PM   #10
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
There are tutorials for installing software pinned in these forums. Take a look in the "general", "software" or "newbie" forums, I forget which it's in....
 
Old 11-08-2003, 07:19 PM   #11
chriswhitworth
LQ Newbie
 
Registered: Nov 2003
Posts: 3

Original Poster
Rep: Reputation: 0
hackers_,

I appeciate your support.
 
  


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
Fedora 2 install with total Newbie davy999 Linux - Newbie 15 08-08-2004 12:07 PM
Total newbie -- enabling swap after install (FC2) adking Linux - Newbie 6 07-23-2004 05:43 PM
Total Newbie... Perl program install help for CGI::KWIWI futuremed Linux - Newbie 0 02-29-2004 11:14 AM
Total newbie to Linux needs help. Please jarget Linux - Software 3 08-24-2003 07:31 PM
Total Newbie, pleae help me out: post install problems. Venomous Squirr Linux - General 18 10-17-2002 08:34 PM

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

All times are GMT -5. The time now is 02:47 PM.

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