Humor Software installation in Linux is difficult

Bj

Addon Developer
Addon Developer
Donator
Joined
Oct 16, 2007
Messages
1,886
Reaction score
11
Points
0
Location
USA-WA
Website
www.orbiter-forum.com

insane_alien

New member
Joined
Apr 6, 2009
Messages
144
Reaction score
0
Points
0
oh yeah, i mean linux can't even run viruses. what kind of crappy OS can't even run a simple virus.

its useless i tell you!.

[/sarcasm]
 

Moonwalker

New member
Joined
Jul 6, 2008
Messages
1,199
Reaction score
0
Points
0
And don't forget the annoying activation of Linux. And the price. It's way too expensive for the average user. And you are not even alowed to install it on as many computers as you want.
 

Vanguard

Addon Developer
Addon Developer
Joined
Mar 25, 2008
Messages
28
Reaction score
0
Points
1
While I get the sarcasm... it's a ridiculous example ;) Apples to apples would have been to install Hearts that came with Windows... and it would have been the same amount of work. The hearts that he installed on Windows won't even run on Linux... now that's the funny part. ;)
 

Hielor

Defender of Truth
Donator
Beta Tester
Joined
May 30, 2008
Messages
5,580
Reaction score
2
Points
0
Actually, unless the user did something funky with their Windows install, Hearts should've already been available for them, so the install time would've been 0.

Moreover, a lot of the issues it shows are with Firefox and the Hearts program's installer (and the Hearts program itself) not Windows...
 

Linguofreak

Well-known member
Joined
May 10, 2008
Messages
5,034
Reaction score
1,273
Points
188
Location
Dallas, TX
Now, generally I do find that, with package managers and all, software installation is much easier on Linux than on Windows. However, things do get a bit hairy when you need/want to install a program that isn't in the repositories. Then you have to through pretty much the same process as on Windows, except you have a much higher rate of programs that simply refuse to install or run. You have to make sure you have the right architecture (if you can't find a .deb for your architecture, you *do* have to compile from source, which I haven't yet attempted), and I've seen a program originally written for Windows that had been ported to Linux by somebody that didn't understand that you don't need an executable installer to install something on Linux, and in that particular situation, the installer wouldn't run. And even if you can get your program installed, half the time there's a dependency problem and it doesn't run.

But I do find that there are enough goodies in the repositories that I don't have to worry about that too much. So Linux is much superior install-wise when it comes to programs that can be gotten through a repository (Windows doesn't even *have* repositories), but Windows is much superior when it comes to finding a program on the Web and installing it.
 

simonpro

Beta Tester
Beta Tester
Joined
Feb 10, 2008
Messages
1,042
Reaction score
7
Points
0
Installing software on linux is an absolute nightmare.
I spent 6 hours last friday (when I should've been doing soemthing more productive) trying to install Matlab and IDL. Neither work properly and it turns out that IDL won't run unless you are always logged in as root, which is plain stupid.
 

Moonwalker

New member
Joined
Jul 6, 2008
Messages
1,199
Reaction score
0
Points
0
Now, generally I do find that, with package managers and all, software installation is much easier on Linux than on Windows.

On the whole, yes. Especially the Nvidia video card driver installation is easier in Linux meanwhile (if you use Envy). Just a click and the latest driver is being downloaded from Nvidia automatically and installed just within seconds.
 

TSPenguin

The Seeker
Joined
Jan 27, 2008
Messages
4,075
Reaction score
4
Points
63
*sigh*
This should have been a thread dedicated to simple jokes and winks....

The whole issue is non comparable in the first place. With windows, every developer has to take care of proper installation methods and distribution of the program.
With a linux distribution, these parts are taken care off by the distribution of your choice.
If anything, you could compare a linux distribution to a windows installation that has been PEed to death with most programs out there and a custom version checking/update system.
There are attempts of packet managers for windows, mainly in the form of searchable online archives like download.com.

While we are at this right now, why do so many developers for windows forget that a config file is all you need for 90% of all programs? While the idea of the registry is bloody genious, it is absolutely overabused.

My installation experience with linux is pretty good though. If it isn't in the repo, 95% of sources simply work with:

tar xvzf something
./configure
make
make install

From those that don't work right this way, setting a flag to configure solves 50%. 40% require a fancy lib, but that is usaly pointed out by configure. Now the last 10%, those are interesting :)

@simonpro, does IDL really soft check for root? Maybe it could be resolved with changing ownership.

Simonpro has a point here. Most commercial programs I have seen really are quite painfull to install. Usaly not flexible directory wise, yet require spread out files and sometimes even manual linking and registering libaries.
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,620
Reaction score
2,339
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
Simonpro has a point here. Most commercial programs I have seen really are quite painfull to install. Usaly not flexible directory wise, yet require spread out files and sometimes even manual linking and registering libaries.

Yeah, and often obscure compiler settings and makefile editing which require you to nearly rewrite the program, only because you use Linux instead of BSD.

I think the problem is: The bigger the company, the lowest is the will to follow known standards. And Linux does not require a lot you need to know for making standard software.
 

simonpro

Beta Tester
Beta Tester
Joined
Feb 10, 2008
Messages
1,042
Reaction score
7
Points
0
@simonpro, does IDL really soft check for root? Maybe it could be resolved with changing ownership.

The problem is that it requires a license to run, and this license is on a central university server. Unfortunately IDL can't access the server unless you're root, and it's not a firewall issue or anything like that.
Still, it's better than the previous version: That wouldn't even load on Linux.
 

Poscik

Addon Developer
Addon Developer
Joined
Mar 28, 2008
Messages
512
Reaction score
3
Points
18
Location
Sulejówek
In Kubuntu and derivatives, installing pretty much of software can be installed by typying:

sudo apt-get install name_of_software

And that's all ;)
 

TSPenguin

The Seeker
Joined
Jan 27, 2008
Messages
4,075
Reaction score
4
Points
63
In Kubuntu and derivatives, installing pretty much of software can be installed by typying:

sudo apt-get install name_of_software

And that's all ;)

Actualy, (k)ubuntu is a deriviative of Debian. That is also where apt comes from.
Another popular packet manager is RPM by Redhat.
 

garyw

O-F Administrator
Administrator
Moderator
Addon Developer
Tutorial Publisher
Joined
May 14, 2008
Messages
10,485
Reaction score
209
Points
138
Location
Kent
Website
blog.gdwnet.com
In Kubuntu and derivatives, installing pretty much of software can be installed by typying:

sudo apt-get install name_of_software

And that's all ;)

Until you:

1. Get an unresolved dependency
2. Can't work out which package name you need
3. Can't work out which deployment mechanism to use (rpm, apt-get, yast, download and compile)
 

DarkWanderer

Active member
Orbiter Contributor
Donator
Joined
Apr 27, 2008
Messages
213
Reaction score
83
Points
43
Location
Moscow
"Did you know a WV Beetle seat can be installed in an Audi TT?"
Linux.org.ru - the only place where you can find out such thing in a Debian setup thread.
 

cinder1992

Random failhurricane.
Addon Developer
Tutorial Publisher
Joined
Jul 5, 2009
Messages
350
Reaction score
1
Points
0
Website
cinder1992.blogspot.com
I've been using ubuntu for two years now. and it IS difficult to install non-packaged software. compiling from source is worse.

the link made me :rofl:!
 
Top