Installing Software: A GNU/Linux VS. MS Windows Comparison

I read a lot of reviews comparing GNU/Linux and Microsoft Windows, and inevitably the topic of installing software comes up. Most reviews indicate that installing software in Windows is much easier than that of the desktop GNU/Linux world. I decided to do my own comparison based on my desktop usage to see the difference. The following are my results. Those of you that come from the Windows world may be a tad bit surprised at the ease in which software can be installed.Note: This article is the personal opinion of the author and not necessarily that of OSNews’.

The Windows box I used for this test consisted of 500 MHZ Intel P3 processor with 384 megs of RAM. The Debian box is an old AMD K6-2 366Mhz processor with 128 Megs of RAM. I have a broadband DSL connection that gets a 1.5 megabit a second download speed.

There are several ways to install software on a GNU/Linux distribution. One of the ways is to get a source “tar ball” unpack it, and issue the commands “./configure” “make ” “su -c ‘make install’ ” this will work on every GNU/Linux distro available. However there is a problem with this method: it’s called “dependency hell.” The program that you are trying to install may depend on other libraries that are not installed on your system, and this will prevent the program from installing cleanly or even operating until the dependencies are met. The additional libraries that are needed may also depend on even more libraries hence the term dependency hell.

One of the ways around this is to pick a distro that has an excellent package management system, such as Debian, which uses the apt-get package management system, or Vidalinux, which is based on Gentoo but designed for the desktop, and uses the Portage source tree. Package managers must be linked to a repository. A repository is simply an FTP or HTTP server that has the software configured for a particular distro. For example: Vidalinux is linked to the Gentoo’s Portgage tree which contains over 8000 packages. Debian is set up to link to either the stable, testing or unstable branch of their repository.

Debian, as stated above, uses the apt-get package management system that is shared by several distros that are based upon Debian, including, Ubuntu, Libranet, Mepis ,and Xandros, to name only a very few. The Debian repository also has thousands of titles to its credit. Installing software is as simple as opening a terminal and typing “apt-get install [ package name ]”. The package managers listed not only install the desired package but also install any dependencies that the package may have, effectively eliminating dependency hell. Other distros, Linspire, for exmple, are making the installation of software even easer by placing icons on the desktop that link to the distro’s repository. Simply click the icon, which opens your browser and directs you to the site, then click the desired software that you wish to install. Another way to install software on a GNU/Linux system is by getting a precompiled package in the form of an RPM. Distros such as RedHat, Suse and Mandrake use this format as well as their own individual package managers. Don’t be confused, however; not all distros are RPM based. With an RPM based system, installing software can be as simple as typing the command “rpm -ivh [ package name ]”. Providing that all dependencies are met, and you have a broadband connection, your software will be installed in a matter of only a few seconds.

Virtually any package made can be installed on a Gentoo system right after its release, once it’s added to the Portage tree. Because it is a source-based distro, their repository changes daily as new source packages are added, unlike the other methods where you may have to wait for a package compiled for your distro. One other problem with source-based installs is long compile times, as you will see. It can take hours to install a program by source, even on modern equipment.

I needed a program for this demonstration that was cross-platform to be fair, so I choose the Word Processor Abiword. This a an excellent word Processor and, as stated earlier, is available for multiple platforms including the Macintosh. This article assumes that you know what program you are looking for.

Let’s start out with doing the installation on the Debian based computer first

Step 1 Open terminal
Step 2 type “su -” to gain root privileges
Step 3 enter password
Step 4 type “apt-get install abiword” hit enter
Step 5 type “y” for yes when prompted whether or not you want to install the package.

15 seconds later I was opening Abiword and it was ready for use.

I executed the install procedure once again this time using Vidalinux. Vidalinux is a distribution that is installed with pre-compiled packages for a particular processor or i686 architecture and is designed to be used as a Desktop OS. It uses Gentoo’s Portage tree to gain access to additional packages. It installs the software by compiling the source code. I issued the command “emerge abiword”. Approx 34 minutes later on a system consisting of a Celeron 2.8 Ghz processor with 256MB of RAM, abiword was ready to go. Although installing the program on Vidalinux was time consuming, it is still shorter in steps and an easier process than installing software on Windows.

Now for the Windows installation.
Step 1 open web browser
Step 2 navigate to abisource.com The home page of abiword
Step 3 find and click the download link
Step 4 find and click the Windows Link
Step 5 click OK to save when the dialog box opens
Step 6 wait approx 45 seconds for download
Step 7 close browser and all other running programs.
Step 8 navigate to the setup icon and double click it
step 9 select Language click OK
Step 10 click next when the setup wizard appears.
Step 11 agree to license, click next
Step 12 choose file associations, click next
Step 13 choose Location for installation, click next
Step 14 choose start menu folder options, click next
Wait for installation, approx 35 seconds, click next when completed
Step 15 click finish.

As this plainly shows, I believe that GNU/Linux distros such as Vidalinux and Debian have the upper hand at installing the average desktop users software. I know some will complain about a 34 minute compile time, but if you do you are missing the point. Installing software on a GNU/Linux system does not have to be a tedious task for a desktop user, as thousands of programs are only a very short command away. This may not be a typical procedure for all of GNU/Linux, but there are many excellent desktop distros available today that use apt-get as their package manager making software installation just as easy as above. It is also worth noting that these are not the only two packagers managers available. Fedora uses YUM by default and it can be linked to several different repositories allowing access to thousands of additional packages with the same ease of use.

Score:
GNU/Linux 5
Windows 15

It’s like Golf the lower score wins. However I know some will dispute this and still stick by the notion that installing software in Windows is still easier, but let go of your preconceptions, and give Linux a try, and you’ll see.

267 Comments

  1. 2005-03-31 6:50 pm
  2. 2005-03-31 6:51 pm
  3. 2005-03-31 6:52 pm
  4. 2005-03-31 6:53 pm
  5. 2005-03-31 6:54 pm
  6. 2005-03-31 6:55 pm
  7. 2005-03-31 6:56 pm
  8. 2005-03-31 6:56 pm
  9. 2005-03-31 6:57 pm
  10. 2005-03-31 6:57 pm
  11. 2005-03-31 6:58 pm
  12. 2005-03-31 6:59 pm
  13. 2005-03-31 7:01 pm
  14. 2005-03-31 7:01 pm
  15. 2005-03-31 7:02 pm
  16. 2005-03-31 7:06 pm
  17. 2005-03-31 7:07 pm
  18. 2005-03-31 7:09 pm
  19. 2005-03-31 7:10 pm
  20. 2005-03-31 7:12 pm
  21. 2005-03-31 7:14 pm
  22. 2005-03-31 7:16 pm
  23. 2005-03-31 7:21 pm
  24. 2005-03-31 7:23 pm
  25. 2005-03-31 7:25 pm
  26. 2005-03-31 7:25 pm
  27. 2005-03-31 7:26 pm
  28. 2005-03-31 7:27 pm
  29. 2005-03-31 7:27 pm
  30. 2005-03-31 7:28 pm
  31. 2005-03-31 7:32 pm
  32. 2005-03-31 7:34 pm
  33. 2005-03-31 7:35 pm
  34. 2005-03-31 7:36 pm
  35. 2005-03-31 7:36 pm
  36. 2005-03-31 7:37 pm
  37. 2005-03-31 7:39 pm
  38. 2005-03-31 7:39 pm
  39. 2005-03-31 7:42 pm
  40. 2005-03-31 7:42 pm
  41. 2005-03-31 7:43 pm
  42. 2005-03-31 7:43 pm
  43. 2005-03-31 7:44 pm
  44. 2005-03-31 7:45 pm
  45. 2005-03-31 7:49 pm
  46. 2005-03-31 7:50 pm
  47. 2005-03-31 7:53 pm
  48. 2005-03-31 7:54 pm
  49. 2005-03-31 7:55 pm
  50. 2005-03-31 7:56 pm
  51. 2005-03-31 7:58 pm
  52. 2005-03-31 8:00 pm
  53. 2005-03-31 8:03 pm
  54. 2005-03-31 8:07 pm
  55. 2005-03-31 8:08 pm
  56. 2005-03-31 8:08 pm
  57. 2005-03-31 8:10 pm
  58. 2005-03-31 8:13 pm
  59. 2005-03-31 8:16 pm
  60. 2005-03-31 8:20 pm
  61. 2005-03-31 8:22 pm
  62. 2005-03-31 8:22 pm
  63. 2005-03-31 8:24 pm
  64. 2005-03-31 8:26 pm
  65. 2005-03-31 8:26 pm
  66. 2005-03-31 8:28 pm
  67. 2005-03-31 8:29 pm
  68. 2005-03-31 8:29 pm
  69. 2005-03-31 8:33 pm
  70. 2005-03-31 8:33 pm
  71. 2005-03-31 8:34 pm
  72. 2005-03-31 8:36 pm
  73. 2005-03-31 8:37 pm
  74. 2005-03-31 8:38 pm
  75. 2005-03-31 8:38 pm
  76. 2005-03-31 8:41 pm
  77. 2005-03-31 8:47 pm
  78. 2005-03-31 8:50 pm
  79. 2005-03-31 8:53 pm
  80. 2005-03-31 8:57 pm
  81. 2005-03-31 8:59 pm
  82. 2005-03-31 8:59 pm
  83. 2005-03-31 9:03 pm
  84. 2005-03-31 9:10 pm
  85. 2005-03-31 9:11 pm
  86. 2005-03-31 9:13 pm
  87. 2005-03-31 9:16 pm
  88. 2005-03-31 9:16 pm
  89. 2005-03-31 9:18 pm
  90. 2005-03-31 9:28 pm
  91. 2005-03-31 9:32 pm
  92. 2005-03-31 9:34 pm
  93. 2005-03-31 9:35 pm
  94. 2005-03-31 9:42 pm
  95. 2005-03-31 9:43 pm
  96. 2005-03-31 9:56 pm
  97. 2005-03-31 9:58 pm
  98. 2005-03-31 9:59 pm
  99. 2005-03-31 10:02 pm
  100. 2005-03-31 10:02 pm