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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
11-08-2003, 01:12 AM
|
#1
|
LQ Newbie
Registered: Nov 2003
Posts: 3
Rep:
|
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
|
|
|
11-08-2003, 01:59 AM
|
#2
|
Member
Registered: Jul 2003
Location: Brighton, Michigan, USA
Distribution: Lots of distros in the past, now Linux Mint
Posts: 748
Rep:
|
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!
|
|
|
11-08-2003, 02:06 AM
|
#3
|
Member
Registered: Aug 2003
Location: you dont want to know
Distribution: Gentoo 2004.2, Slackware 10, Windows XP, Windows 2003 Server
Posts: 348
Rep:
|
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
|
|
|
11-08-2003, 02:58 AM
|
#4
|
Senior Member
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104
Rep:
|
......... 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.
|
|
|
11-08-2003, 08:37 AM
|
#5
|
Member
Registered: Feb 2003
Location: Barking, Essex, Britain
Distribution: PCLinuxOS and MX-Linux
Posts: 503
Rep:
|
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
|
|
|
11-08-2003, 09:52 AM
|
#6
|
LQ Newbie
Registered: Nov 2003
Posts: 3
Original Poster
Rep:
|
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?
|
|
|
11-08-2003, 10:28 AM
|
#7
|
Senior Member
Registered: Jul 2003
Location: Mississippi USA
Distribution: Gentoo
Posts: 2,058
Rep:
|
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
|
|
|
11-08-2003, 10:43 AM
|
#8
|
Member
Registered: Feb 2003
Location: Barking, Essex, Britain
Distribution: PCLinuxOS and MX-Linux
Posts: 503
Rep:
|
.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
|
|
|
11-08-2003, 01:09 PM
|
#9
|
Member
Registered: Jun 2001
Location: USA
Distribution: Slackware
Posts: 827
Rep:
|
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
|
|
|
11-08-2003, 07:00 PM
|
#10
|
LQ Guru
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565
Rep:
|
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....
|
|
|
11-08-2003, 08:19 PM
|
#11
|
LQ Newbie
Registered: Nov 2003
Posts: 3
Original Poster
Rep:
|
hackers_,
I appeciate your support.
|
|
|
All times are GMT -5. The time now is 04:12 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|