LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 04-28-2005, 07:22 PM   #1
Cinematography
Member
 
Registered: Apr 2005
Location: Chicago, IL
Distribution: openSUSE 13.1
Posts: 357

Rep: Reputation: 31
Why is installing a program in Linux such a chore?


In Windows it was so easy. I would download the installer, click it, it would install, and poof... a cute little icon would appear on my desktop. Why can't Linux try to make installing just as easy? Why do I have to bother with command lines, manuals, code, making my own icons, and searching for stuff?
 
Old 04-28-2005, 07:48 PM   #2
gbhil
Member
 
Registered: Jan 2005
Location: /dev/input/chair0
Distribution: Slackware, Gentoo, Vector, Roll-your-own-with-GNU binutils
Posts: 174

Rep: Reputation: 30
Re: Why is installing a program in Linux such a chore?

Quote:
Originally posted by Cinematography
Why do I have to bother with command lines, manuals, code, making my own icons, and searching for stuff?
You don't. Feel free to return to using Windows.
 
Old 04-28-2005, 08:04 PM   #3
Cinematography
Member
 
Registered: Apr 2005
Location: Chicago, IL
Distribution: openSUSE 13.1
Posts: 357

Original Poster
Rep: Reputation: 31
Re: Re: Why is installing a program in Linux such a chore?

Quote:
Originally posted by gbhil
You don't. Feel free to return to using Windows.
I can't. I'm tired of being hacked and getting viruses. LOL.

Would it really hurt the Linux community though if they would just make installing programs easier?
 
Old 04-28-2005, 08:15 PM   #4
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Re: Why is installing a program in Linux such a chore?

Quote:
Originally posted by Cinematography
In Windows it was so easy. I would download the installer, click it, it would install, and poof... a cute little icon would appear on my desktop. Why can't Linux try to make installing just as easy? Why do I have to bother with command lines, manuals, code, making my own icons, and searching for stuff?
Installing is already easy using tools such as urpmi, apt, yum etc (and compiling from source if you desire). Linux is not windows, so to use it effectively, you will have to get used to the command line unless you use distros like Xandros, Lycoris and Lindows.
 
Old 04-28-2005, 09:24 PM   #5
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
In Debian, you have a graphical package manager (front end for Debian) called "synaptic".

Debian has a huge amount of packages in their repositories (over 15000 packages) and to install any program, all you need to do is double click on the package name and you're done. It's super easy to install programs with synaptic.

Debian's apt system also auto-handles dependencies both while installing and uninstalling so you have no problems.

Try Debian with "testing" as the repositories. You'll like the package management system in Debian so much that you'll hardly go back to Windows.
 
Old 04-28-2005, 09:39 PM   #6
mrcheeks
Senior Member
 
Registered: Mar 2004
Location: far enough
Distribution: OS X 10.6.7
Posts: 1,690

Rep: Reputation: 52
when i was using mandrake i was installing software via mandrake control center. there was nothing tough with it...
 
Old 04-29-2005, 03:09 AM   #7
pevelius
Member
 
Registered: Mar 2004
Location: Tampere, Finland
Distribution: Debian, Familiar, OS X
Posts: 145

Rep: Reputation: 16
indeed with linux you donīt have to surf around web to find installer. no need to download mozilla from mozilla site unless you want to. just click mozilla in synaptic and you are set. it is far more easy than with windows.
 
Old 04-29-2005, 04:18 AM   #8
oneandoneis2
Senior Member
 
Registered: Nov 2003
Location: London, England
Distribution: Ubuntu
Posts: 1,460

Rep: Reputation: 48
Or there's Gentoo. Last thing I installed was Doom3 - it was very complicated:

emerge doom3

doom3


and the game started.

If you don't like your distro's package manager, get a different one! That's the great thing about Linux: It has lots of choices
 
Old 04-29-2005, 04:29 AM   #9
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
With many distros, simply double-clicking on an rpm package icon in the filebrowser will allow you to install, provided you don't have dependencies not met.
 
Old 04-29-2005, 07:25 AM   #10
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
Quote:
Originally posted by oneandoneis2
Or there's Gentoo. Last thing I installed was Doom3 - it was very complicated:

emerge doom3

doom3


and the game started.

If you don't like your distro's package manager, get a different one! That's the great thing about Linux: It has lots of choices
My thoughts exactly. To me, the most important part of each distribution is its package management system. Thats why I use Gentoo and Arch(which is not to say that other distro's package management systems are not worthy).
 
Old 04-29-2005, 01:14 PM   #11
henrikanttonen
Member
 
Registered: Aug 2004
Location: Finland
Distribution: Puppy Linux with FluxBox
Posts: 40

Rep: Reputation: 15
I'm surprised at the almost hostile responce this post has received. I'm sure this is a matter of great frustration to all newbie Linux users, including me. You could be more supportive towards our difficulties. We're still learning.

And yes, Linux is not Windows. And I'm grateful about that. And yes, it is easy to install software if it has come with the distro. Like with Mandrake I have plenty of software to choose from to install and it's a lot easier than ever in Windows.

The problem comes when you can't find the rpm packages nor does it come with the distro. You have to compile from source. Now, I've noticed that even mentioning such a possibility has made potential Linux-users to turn away from choosing it.

Yes, there is nothing complicated about
./configure
make
make install

But the fact is that I have managed to compile from source like that only once. And that was with libdvdcss, so thank goodness for that. But every single time other than that I've ended up with a pretty complicated error message that I can't make heads or tails out of. Even if I have read books about Linux.

But I've come to accept that as a reality. With Windows, I had thousands of inconveniences. With Linux, I have this one. And possibly when I get more familiar with the system, I learn how to overcome this obstacle as well.
 
Old 04-29-2005, 01:35 PM   #12
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
If you experience errors compiling from source, usually there is an error message that indicates what went wrong. If you don't understand the message, then post the errors on a forum like this one and others will help you out. You will find that once you have compiled a few packages and done some troubleshooting, you will have very few problems dealing with the error messages you meet when compiling from source.
 
Old 04-29-2005, 01:51 PM   #13
oneandoneis2
Senior Member
 
Registered: Nov 2003
Location: London, England
Distribution: Ubuntu
Posts: 1,460

Rep: Reputation: 48
Quote:
The problem comes when you can't find the rpm packages nor does it come with the distro. You have to compile from source.
I have to say, I've been hugely underwhelmed by RPMs as a package system. All I ever seem to hear about them is the problems people have with them. And my own experiences with them were abysmal.

Try a non-RPM distro. There are some wonderful ones out there!
 
Old 04-29-2005, 02:57 PM   #14
redir
Member
 
Registered: May 2004
Location: Virginia USA
Distribution: Debian_Ubuntu_FreeBSD
Posts: 122

Rep: Reputation: 16
henrikanttonen

It can be a little abstract at first and they have come a Looooong way from what it used to be but the more times you do it the easier it is. When I first started out in Linux I tried for about 3 days to install a package called ecasound on my red hat 7.2 distro and I finally gave up! If you start in with problems on dependancies it can be a real bear. But for the most part now yum or apt are amazing at installing and removing and updating packages. Apt-get install go have coffee come back and play.
 
Old 04-29-2005, 03:24 PM   #15
JaseP
Senior Member
 
Registered: Jun 2002
Location: Eastern PA, USA
Distribution: K/Ubuntu 18.04-14.04, Scientific Linux 6.3-6.4, Android-x86, Pretty much all distros at one point...
Posts: 1,802

Rep: Reputation: 157Reputation: 157
Re: Re: Re: Why is installing a program in Linux such a chore?

Quote:
Originally posted by Cinematography
I can't. I'm tired of being hacked and getting viruses. LOL.

Would it really hurt the Linux community though if they would just make installing programs easier?
You know you just answered your own question here...

If installing programs was as easy under Linux as it is under Windoze, then you'd have add-ware and viruses galore...

There are graphical installation routines, RPM managers, APT-GET front ends, and Loki installers...

But the permission system isn't going away. If it does, there goes your security.
 
  


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
sms program and database in linux web program in windows.. does not see each other.. keikun_naruchan Programming 0 07-06-2005 01:40 AM
Installing a program in Linux kopite2012 Linux - Newbie 3 10-01-2004 09:45 AM
Linux newbie needing help installing P2P program rmpdark Linux - Software 4 04-22-2004 12:21 PM
Installing my first program thort Linux - Newbie 10 12-19-2003 02:54 PM
questions about installing a program on linux... Nightrain Linux - Software 5 07-17-2001 10:49 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

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