LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 09-23-2003, 03:09 PM   #1
ASSFAULT_RACIN
LQ Newbie
 
Registered: Sep 2003
Location: Earth
Posts: 4

Rep: Reputation: 0
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...
 
Old 09-23-2003, 03:25 PM   #2
jpbarto
Senior Member
 
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251

Rep: Reputation: 45
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
 
Old 09-23-2003, 03:44 PM   #3
Micro420
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: Reputation: 45
*.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)
 
Old 09-23-2003, 04:04 PM   #4
jpbarto
Senior Member
 
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251

Rep: Reputation: 45
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
 
Old 09-23-2003, 06:18 PM   #5
Micro420
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: Reputation: 45
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.
 
Old 09-23-2003, 06:25 PM   #6
zroth
Member
 
Registered: Sep 2003
Distribution: Slack 9.1 & EX:RH 6,7.x, 8 and 9 User
Posts: 36

Rep: Reputation: 15
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.
 
Old 09-23-2003, 06:31 PM   #7
codec
Member
 
Registered: Sep 2003
Location: mad.es.eu
Distribution: ubuntu 5.04 knoppix Slack91/10 freebsd51 vector4 redhat9
Posts: 304

Rep: Reputation: 30
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.
 
Old 09-23-2003, 06:50 PM   #8
jpbarto
Senior Member
 
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251

Rep: Reputation: 45
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
 
Old 10-01-2003, 10:46 PM   #9
narshadda
LQ Newbie
 
Registered: Sep 2003
Posts: 7

Rep: Reputation: 0
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
 
Old 10-02-2003, 12:08 AM   #10
shanenin
Member
 
Registered: Aug 2003
Location: Rochester, MN, U.S.A
Distribution: Gentoo
Posts: 987

Rep: Reputation: 30
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.
 
Old 10-02-2003, 02:47 AM   #11
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
RPM
install
rpm -ivh [thepackage].rpm
upgrade
rpm -Uvh [thepackage].rpm

TAR.SH
tar -xvf [thepackage]tar.sh
sh [thepackage].sh
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Newbie Software Install Questions MackZ24 Linux - Software 16 01-17-2005 06:58 PM
Software that every newbie should install Deeze Linux - Newbie 0 01-13-2005 09:47 AM
newbie software install question jasonmantey Linux - Newbie 4 02-26-2004 09:52 PM
Total newbie, sorry. How do you install software in Linux? chriswhitworth Linux - Software 10 11-08-2003 08:19 PM
How do I install software =newbie? ScreeminChikin Linux - Software 6 08-30-2002 06:32 AM

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

All times are GMT -5. The time now is 02:32 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