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.
|
|
09-23-2003, 03:09 PM
|
#1
|
LQ Newbie
Registered: Sep 2003
Location: Earth
Posts: 4
Rep:
|
Newbie trying to install software
I'm all new at this so be gentle. I'm tring to install some software. Some vi software and as a windows guru we all have .exe or .msi. In general how do you install software in Linux. I'm running Red Hat 9. Is there a general type of extension that you run to install software?
What software of Linux is good to learn on? Red Hat, Mandrake 9.1, FreeBSD?
What is the differents (major or minor) about Linux and Unix?
Thanks for your time and help...
|
|
|
09-23-2003, 03:25 PM
|
#2
|
Senior Member
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251
Rep:
|
All Linux is good to learn on. To install software on Linux you have basically two choices ... from source or from precompiled binary. As you are more used to .exe etc perhaps you would be more comfortable starting with RPM files. Typically software is available in RPM format. You download the RPM file and use the rpm utility (command) to install the software.
(typically along the lines of a command such as 'rpm -i <my new software>.rpm')
hope that helps,
jpbarto
|
|
|
09-23-2003, 03:44 PM
|
#3
|
Senior Member
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986
Rep:
|
*.exe = *.RPM in linux. Just double click the file and hopefully it'll install itself (assuming you're in some graphical environment).
*.tar you have to self extract and do all these funky commands in the console. <---- avoid these if possible - try get the RPM's. ( www.rpmfind.net)
|
|
|
09-23-2003, 04:04 PM
|
#4
|
Senior Member
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251
Rep:
|
Ah now come on Micro420, I'll give you that RPM's do allow a greater ease to installing software. However you have to admit that building from source has its advantages. Such as customization, (installing only the features of an app you need / want), optimization, (many RPM's are built for the i386 architecture so to be very processor compatible where as building from source could allow you build specifically for the i586 or 686 architecture). Plus building from source isn't really that hard ... ./configure && make && make install
I'm just saying that I don't think advice like 'avoid them at all costs' is really necessary or prudent.
< but then again that's an argument for a whole 'nother thread >
jpbarto
|
|
|
09-23-2003, 06:18 PM
|
#5
|
Senior Member
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986
Rep:
|
Quote:
Originally posted by jpbarto
Ah now come on Micro420, I'll give you that RPM's do allow a greater ease to installing software. However you have to admit that building from source has its advantages. Such as customization, (installing only the features of an app you need / want), optimization, (many RPM's are built for the i386 architecture so to be very processor compatible where as building from source could allow you build specifically for the i586 or 686 architecture). Plus building from source isn't really that hard ... ./configure && make && make install
I'm just saying that I don't think advice like 'avoid them at all costs' is really necessary or prudent.
< but then again that's an argument for a whole 'nother thread >
jpbarto
|
I have no idea what you're talking about customizing and optimization and architecture. And I never told him to avoid it all costs, but to avoid it if it's possible. Why work harder when you can get similar results with less work?
I just want to double click, install, and BAM! have it work. Simplicity is nice for linux-illiterate people like me. Perhaps there are others like me out there..... I hope
Last edited by Micro420; 09-23-2003 at 06:20 PM.
|
|
|
09-23-2003, 06:25 PM
|
#6
|
Member
Registered: Sep 2003
Distribution: Slack 9.1 & EX:RH 6,7.x, 8 and 9 User
Posts: 36
Rep:
|
Re: Newbie trying to install software
Quote:
[Is there a general type of extension that you run to install software?
What software of Linux is good to learn on? Red Hat, Mandrake 9.1, FreeBSD?
What is the differents (major or minor) about Linux and Unix?
Thanks for your time and help... [/B]
|
the other guys hit the RPM item for software packages. RPM is closer to .msi IMO similar to using WISE to create custom packages for installations for wintel machines.
If you are moving from windows to linux, I would say RH is your best bet. They have taken the greatest steps toward making a smooth transition specifically for windows users.
Each distro has some unique features but are each pretty much the same. At first you will ease into it heavy on the gui then move more towards the traditional command line.
RedHat Bible is a good book to start with for an nice high level view of every thing on the redhat ditro.
Linux is great, period. You can do no wrong with any version of it.
|
|
|
09-23-2003, 06:31 PM
|
#7
|
Member
Registered: Sep 2003
Location: mad.es.eu
Distribution: ubuntu 5.04 knoppix Slack91/10 freebsd51 vector4 redhat9
Posts: 304
Rep:
|
the double click in linux is:
apt-get install [software]
most of the time I perfer a optimized RPM (for easy uninstall) or just build one myself. It is not so difficult.
Last edited by codec; 09-23-2003 at 06:35 PM.
|
|
|
09-23-2003, 06:50 PM
|
#8
|
Senior Member
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251
Rep:
|
Micro420 I think somewhere else you had posted about some people actually enjoying arguing with config scripts and what not... well that's me. I built one of the LFS systems just to make sure every package was optimized for my specific hardware (I know... I have too much time on my hands). So I am probably a little biased, but I would agree that for first timers RPMs are the way to go. I got started on Mandrake myself and moved onto Slackware about a year after that.
jpbarto
p.s. sorry for the misquote
|
|
|
10-01-2003, 10:46 PM
|
#9
|
LQ Newbie
Registered: Sep 2003
Posts: 7
Rep:
|
Hey ASSFAULT_RACIN,
I am a newbie as well and I understand your pain brother. I found "Linux for Windows Administrators" by Mark Minasi very helpful. (If you know windows, I am sure you have read something by Mark Minasi in the past, he is the "man".) Even though he wrote the book using RH 7.3, applying the knowledge to RH 9 is easy.
Shoot me an email if you want to trade stories...
r0mer0e@bellsouth.net
|
|
|
10-02-2003, 12:08 AM
|
#10
|
Member
Registered: Aug 2003
Location: Rochester, MN, U.S.A
Distribution: Gentoo
Posts: 987
Rep:
|
RPM's have been a pain in the a@# for me. I have to admit using up2date(an rpm based service) is really great. When I tried installing mplayer by RPM I got so many dependencies it was next to impossible. I just installed it from source, it went smooth(this was my first attempt at compiling). Mozilla 1.4 also had many dependencies. When I installed the .tar using the built in installer it was very easy also. That is my opinion.
|
|
|
10-02-2003, 02:47 AM
|
#11
|
Member
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849
Rep:
|
RPM
install
rpm -ivh [thepackage].rpm
upgrade
rpm -Uvh [thepackage].rpm
TAR.SH
tar -xvf [thepackage]tar.sh
sh [thepackage].sh
|
|
|
All times are GMT -5. The time now is 02:32 AM.
|
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
|
|