My point was that using a wizard-like installer looks retarded when compared to apt-get, synaptic, adept and so on.[/quote]
Not at all…generally, when you install programs in Windows the install wizard allows you to set install parameters like install-directory, port numbers etc. It’s not like the MSI (Windows install package format) doesn’t allow you to install programs without using a wizard you know…but developers choose to use a wizard because it’s a good concept.
Of course, under Linux you’ll have to edit a config file (in some propritary format) after the install to set the parameters you would normally set in the wizard. (And the install location of many files will often be hard-coded so that there are no easy way to change that).
On Windows you just download, start the installer and click next a few time; done!
On Linux you’ll have to hunt for the package in the package format your distribution uses…and often you won’t find it and you’re forced to compile the app yourself, resulting in lots of unresolved dependencies at which point most users will give up.
I’m a long time Linux user myself and Linux certainly has its strong points but the myriad of competing package managers is not one of them. Ofc there are good reasons for the design of the Linux install process but the fact remains…