Slashdot Mirror


How Not To Sell Linux Products

An anonymous reader writes "Roblimo looks at why so many Linux products fail in the marketplace, and decides it's not because Linux users want everything free, but because most products they're asked to buy are either poorly marketed or don't work well. He has some good advice for anyone trying to sell stuff to Linux users, except it really applies to *all* computer products, not just Linux." (NewsForge and Slashdot are both part of OSDN.)

20 of 451 comments (clear)

  1. aside from Linux... by bsDaemon · · Score: 4, Interesting

    In "Open Sources," Bob the Red Hat guy responds to the question "how do you make money with free/open source software" with "that makes the assumption that it is easy (or easier) to make money selling proprietary software." (not an exact quote, but it's close enough). I suspect that most software products actually fail in the market place, or atleast will fall into a small niche market. Linux itself is a niche market, and targeting to niche users in an already niche base futher decreases the amount of potential customers. Even if someone has 100% of the Linux market, that's only like, 10% of the total market, with a liberal (not something i am known for) estimation. So i would say taht the real problem with selling to linux users is the selling to linux users. A company is not going to stay afloat vending end-user software only to Linux customers. Even the most sucessful Mac software producers find it necessary to port their stuff to Windows. StarOffice has the ease of instillation and support on Windows, Linux, and Solaris. Adding Mac to taht is no issue. I've made it work on FreeBSD without too much hassle either.
    A successful linux ISV is going to have to have Windows and/or Mac versions of their product to keep the company with enough revenue in order to offer the product to Linux users because the base simply is not there to keep the company opperational otherwise unless the product is truely groundbreaking, breathtaking, or has 0 competition and no free alternatives (not bloody likely). Just my $0.02. Take it for what it's worth.

  2. Crossover Office by ParadoxDruid · · Score: 4, Interesting

    One Linux product that I hope is successful is CodeWeavers CrossOver Office.

    It's a non-free product that I bought for my debian system, and I've never looked back.

    I may get slammed for this, but I really like Microsoft Word 2000 and Excel 2000 (the later products seemed over-featured-- all i need is well made products: like a good grammar checker to correct inevitable typoes)*. Crossover Office allows me to use them seamlessly on my Linux box. I appreciate that quite a lot.

    What's more, their version of Wine works really well for a LOT of "unsupported" software-- from character generators for RPGs to "Teach Yourself Chinese" programs.

    Getting their product was a snap- paid online, instant download link to the source and to binaries for a variety of distributions.

    Good stuff, and, IMHO, a good example of a quality Linux product that I paid for.

    *I'm trying to ween myself off Excel to a more robust alternative, but I find the grammar checker of Word very useful for catching critical, but easily overlooked, typoes in technical writing-- I'd miss it a lot. Is there an OSS grammar checker I am un-aware of?

    --
    This statement is solely an opinion. Kindly take it as such in all cases.
    1. Re:Crossover Office by Roger+Keith+Barrett · · Score: 5, Interesting

      Really a great, great product, and it's a group of people that are dedicated to making Linux work as desktop product for everyone.

      I have office on my desktop Linux boxes, not to use full time (as I truely like OpenOffice an ALL platforms) but as a way to get around the office drones who have brain collapses when getting RTF or even PDF files. Also, I happen to like Dreamweaver as a platform to do quick web development. Mix that with the fact you can have Photoshop working without a VM and being able to use great stuff like Quanta to do code development... it really is the best of both worlds.

      Also it's a good example of why pay software (when priced reasonably) really does have it's place on the Linux platform.

      --

      Why don't you embrace your slashbotness instead of living in a dreamworld?
  3. New Linux user by Anonymous Coward · · Score: 5, Interesting

    I am a relatively new user. I bought it because I was tired of Win98 crashing and couldn't justify XP on my 1.1 MHz Celeron. The thing that had me was that Linux just runs.

    OO is great. Mozilla is great. KDE is great. Gnome is OK, but KDE is better (IMHO).

    What really stimies me is the difficulty in getting USB devices to work (uncommonly used things like Palm Pilots...) and the general difficulty in either updating or adding new programs to the system once installed.

    Want to make Linux sell better? Stop developing the latest/greatest KDE, and start working on fixing these areas. Once fixed (and idiot proofed), you will have a distro that costs $50 instead of $39, but the added cost will be worth it. Market the bullet proof operations, and the fact that linux will run on anything this side of a PC-AT, and probably could run on an AT if you wanted it bad enough. In other words, market it to the soccer moms and busy single parents who can't afford to not have a computer for their kids and yet can't afford to pay $1000 for the P4 and $200 for MS Win XP, and the $450 for the Office suite. (I can see the ad now, two harried moms with computers. One has a Tux sitting next to it and one has a blue screen on it. And the caption is "And I could have spent HOW MUCH less?")

    1. Re:New Linux user by hattig · · Score: 3, Interesting
      and the general difficulty in either updating or adding new programs to the system once installed.


      I agree, I now don't even bother upgrading software, especially system components like KDE, in an install now. I just wait for the next version of the OS and either upgrade, or use it as an excuse to make proper backups, wipe and reinstall. It's worse than Windowsm, at least that has a method of managing software that works, however badly designed. RPM is crap. apt-get is fine, but my mum isn't running debian for a reason.

      I don't want to have to learn how to install software by hand using cryptic commands, and get a chance of getting a dead KDE upgrade as a result (oh, KDE is a real bitch to upgrade, or it used to be).

      What I'd ideally like to see is a method of installing software like the following:

      1) You have /software (or /usr/software, /applications, /usr/local/applications, whatever)

      2) Software is packaged up in a tarball, e.g., mozilla_1.6.tar.gz

      3) $ install mozilla_1.6.tar.gz

      (this basically comprises of: cp mozilla.tar.gz /software ; tar xzf mozilla.tar.gz, and creates a chroot (optional, useful for some software though) environment in /software/mozilla containing /bin, /etc, etc. Oh, and it can update an installed software database, although this won't be necessary for the application to run, unlike the Windows Registry)

      4) $ mozilla &
      (because path contains /software/*/bin this works)

      Then when you tire of mozilla, ...

      5a) $ uninstall mozilla
      5b) $ upgrade mozilla_1.7.tar.gz

      My theoretical "install", "uninstall", "upgrade" commands (omg a user friendly name for a command!) can also have the option of running a script in the software tarball to perform configuration, etc.

      Then a GUI software installer can be made that wraps a KDE or Gnome interface around those commands.

      And for user-level (not root-level) application install? install will install into ~/software instead of /software!

      I'm sure that there are holes-a-plenty with the above, but I prefer self-contained application install as described above, as opposed to "spray-the-files-around-the-filesystem" as per normal unix software - this is not user friendly at the consumer level.

      Oh, and whilst you are at it, stick the OS files into /system (i.e., /system/boot /system/bin /system/dev etc) ... I like compartmentisation!

      Yay! I've solved it all. Now Linux (or FreeBSD or whoever implements this idea (my version is under the GPL) can now pwn the desktop. Woo! Yay!
  4. Re:How about some good examples? by xenocyst · · Score: 3, Interesting

    bluesocket is one of the top vendors for business class wireless access points with real security solutions... all based on linux (and according to them, gpl compliant)

    btw: i do not work for them, i did talk to the cto ;)

    --
    And, no, I should not have used the goddamn Preview mode first.
  5. It's not the money by max+born · · Score: 5, Interesting

    I'm a sys admin for about 20 Gnu/Linux servers. The reason I don't use proprietory software is, not because the company can't afford it(we certainly don't mind paying programmers to write for us). The the open stuff is so much better because.

    There's nothing like
    ./configure
    make
    make install


    It's so much easier to troubleshoot a missing library or edit some code to fix a problem.

    The documentation that comes with proprietary software is usually lacking. But then the most important documentation, the source, is often never available at all.

    I'm sorry this guy had such a hard time. But I'd stay away from those all-in-one commercial products. There's a reason why sendmail, samba, apache, etc. have been around so long. They may be diffuclt to install and configure but have infinite flexibility

  6. Re:It's true by Frymaster · · Score: 4, Interesting
    I would say that geeks are so focused on the tactical level of code

    this hints at the whole reason why opensource has the potential to totally change the computer/it business model. and why so many companies are failing at it.

    it's all about product vs. service. since computers have been around the vast majority of companies have been product based. they sell wordprocessors or mainframes or videogames. this makes sense, of course, because the traditional economies have been product-based too. build a widget and sell it. simple.

    opensource has the potential to move this to a service based economy. if the product itself is opensource then it is... free. you can't sell it successfully if people can just pluck it off a tree! the response should be to move the money-making into the service area.

    okay, maybe "service" is a bad word (since it conjures up the image of low-pay, low-challenge tech support jobs). a better word is "solution". sure there are a lot of companies that claim to be "solution providers" but few really are. the successful companies are the ones that take free software, tailor it, combine it with other free wares, integrate it, document it, deliver it and support it as a unified "solution".

    of course a lot of us can roll our own solutions - but a purchased solution can offer a lot of advantages that home-builts can't:

    1. time savings: you can buy and install it in a day or build it in a month
    2. accountability: if the solution fails it's on the providers head, not yours
    3. transferability: if the guy who built your solution quits you may be in trouble. it may be better to buy.
    4. pre-purchase audit: you can see the capabilities, merits and limitations of a purchased solution before you buy. you may not fully discover these aspects of yr home-rolled job until it's built. and then it's too late!

    there are some companies that operate on this model. the old red hat did it with rhn and stronghold as just one example.

    so. to the opensource companies out there: i have a dozen problems a day and a credit card. sell me a solution! please!

  7. What about sharp's zauras by Anonymous Coward · · Score: 3, Interesting


    Its a decent product, yet I've not been able to find it at best buys, circuit city, or anywhere else for that matter. What is wrong with it?

  8. Re:So you're saying.. by bwy · · Score: 3, Interesting

    In our organization salespeople drive the development process. Whatever we build is directly dependent on what they think they can sell on a given day. This is the way a lot of shops work and I'm not sure it is the best philosophy for delivering a useful, quality product that people are willing to pay for.

  9. Re:Or is it the other way around? by Ralph+Spoilsport · · Score: 4, Interesting
    I think that if a core handful of apps ported to Linux, it would make all the difference, and really propel Linux into a MUCH more interesting place.

    1. Photoshop. It is God-like. It is Big. It is (too often) Complex. It is the 900 kilo gorilla. If Photoshop abandoned MacOSx, Apple would be in serious straits... get Photoshop going on Linux and you've got something. And no: Gimp doesn't do it. It's a nice try, but it's just not there yet. I've used it and found it seriously wanting in OH so many ways.

    2. InDesign / Quark Xpress. this will require ULTRA reliable drop-dead no-excuses perfect printing capabilities in Linux. Which aren't there yet. It's getting there, but again: not ready for prime time at your local service bureau or the random Epson widget you got for free with your $80 rebate. THEN they'll have to migrate the apps over, and doing that to Quark will be something close to HELL freezing over given the patched and scrambled nature of Quarks underlying engines and code.

    3. Dreamweaver. Sure, "real coders" do all their html by hand, but the rest of us do some multiple more work in some GUI like Dreamweaver. Supposedly, Macromedia actually is porting this stuff over to Linux, and if that happens, you can expect Adobe et al to follow suit in the next few years, to prevent MM from owning that market segment.

    Now, StarOffice is very good and does a VERY large percentage of what MS Office does. I think that you will see StarOffice grow as other major vendors port stuff to Linux.

    Then there's video editing, music creation, audio editing and processing, and that's a whole 'nother smoke.

    I do think that as Linux grows, more and more vendors will port to it. It's fairly simply math, and why OSx apps exist. Let's say you have 3% of a market. And the market is of 100 machines. And let's say it takes $3 million to make the app. Do the math. Now, say that you have 3% of a market that is 100 million machines, and your app costs $3 million- the math suddenly get s a lot more attractive. It's just a dollar a machine and you break even.

    The same is going on with Linux. As more an more desktop machines are running linux all over the world, the numbers will continue to look more attractive, and major vendors will start sniffing around looking to port to that opportunity.

    I think continued effort and some patience are in order.

    And if you want to make free (as in beer) apps, fine - go for it. As a user, if they do what I need and do it well and competently, I'm there. But if they don't, (and they too often don't) regardless of platform, I'll cheerfully fork over the green stuff to get my work done. But, I'm not a programmer - I use software and when I need something special, I hire (and pay real money to) a programmer to make it for me. Free is nice, but when you need someone to put their neck on the line for a mission critical work, having the kind of responsibility engendered by reified contracted economic relations ($) is extremely efficient.

    RS

    --
    Shoes for Industry. Shoes for the Dead.
  10. why is marketing such a mystery? by macjohn · · Score: 4, Interesting

    I often look for software solutions in the open source community, or "semi" open source, like stuff buiilt on PHP/MySQL. Most of the time, I'm lucky if I can even figure out what the damn product does, much less match it to my needs. Basic marketing is so simple I can't understand why bright people can't seem to get the hang of it.

    I've got news for all you anti-suit types: Marketing isn't trying to BS someone; it's explaining what your product does, who you've designed it for, and what unique qualities make it better than other choices. GQ's and OB's: Good qualities and owner benefits. If you develop programs and can't do that, you should get a job parking cars or something.
    This is not rocket science and it's not hype. It's educating your customer, which is good for the customer and good for you.

    --
    --Hi. I'm in Portland and it's raining. This appears to be a permanent condition.
  11. VMWare and the like by stateofmind · · Score: 4, Interesting

    The first product I ever bought for Linux was VMWare, so I could test my Java applications on a Windows platform with relative ease. I think a lot of "cross-platform" type products for Linux would sell quite well. Like a emulator specificly for games, with a guarentee it'll play 99.9% of the Window games on the market. That would be a huge sell.

    And today I installed SuSE on my machine I'm building for my four year old. I bought the professional version of it for $80 at Best Buy, and was blown away. It was the easiet install of any OS period.

    The two manuals are beautiful. It comes with six cd's and a DVD with everything the six dics have. Talk about going out of your way for the customer.

    Why Linux for my son? I first had Gentoo Linux on my machine, but had to go back to XP for work related reasons. He hated Windows. :) He's very happy to have his KDE interface and Gnome Stones back.

    Josh

  12. The cost is the factor by ZeekWatson · · Score: 3, Interesting

    Before I ran linux, I used Windows at home. All software on the machine was copied from friends.

    Before Windows, I used MSDOS. I never bought MSDOS.

    Before PCs, I had a Commodore 64. Guess what, I never bought any software for that one either.

    Nobody is interested in paying for software, least of all on a platform that is all about free-dom.

    I'm not breaking the law anymore. :)

  13. Anyone have an idea what the free software was.... by SiliconJesus101 · · Score: 4, Interesting
    that he refered to in this statement?

    "Meanwhile, we've found a free software package that is supposed to do the same thing as this unit -- plus act as a print server -- and requires only a minimal computer and a wireless card. We're going to try this method of achieving the same results. It will be scary if free software on a sub-$300 PC is easier to set up than the $1,500 box, won't it?"

    Just kinda' curious as something like this may solve a lot of my issues with my small business.

    --

    "The strong will do what they want, the weak will do what they must."
    -Thucydides

  14. No news isn't good news by isomeme · · Score: 4, Interesting
    From the article:
    We often get review units of products, then don't review them because we can't get them to work.
    Wouldn't this make the product more worthy of a brief review? As in "An entire office crammed with ubergeeks couldn't make this work. Don't touch it with a ten foot pole." Are you doing readers a service by not warning them?
    --
    When all you have is a hammer, everything looks like a skull.
  15. One Reason That Seems To Have Been Missed by pandrijeczko · · Score: 4, Interesting
    Nobody seems to have mentioned the fact that Linux is built around the UNIX philosophy of having a large number of small, simple tools, each of which is capable of doing a single job but doing it very well.

    When you look at commercial software that is made for Windows, for example, most of it is packed with a large number of features that are invariably never used by most users - MS Office, Norton Utilities & Paintshop Pro, for example, are all feature-rich applications but I guarantee that probably only around 5% to 10% of the user base of each one uses the majority of the features that are provided in the software.

    The mentality of many UNIX & Linux users is to streamline & optimise their systems as much as possible - therefore, there is perhaps a tendency to veer towards shell-scripting to combine simple tools into powerful programs, rather than using complex packages with features that will never be used.

    Add to this that many of us in the UNIX & Linux community (myself included) get very "anal" about optimised code compilation and don't like installing tools that don't give us the source code to play around with.

    In summary, it all boils down to the "chicken and egg" situation. Until you get to a stage where you have a large Linux userbase that is reliant on (invariably) GUI-driven commercial applications, no software company will port those applications across - likewise, why port applications to Linux if there is no great demand?

    --
    Gentoo Linux - another day, another USE flag.
  16. Re:We demand you delete this article by flappinbooger · · Score: 3, Interesting

    There is crapware written for any OS, and since Linux is trying so hard to get mainstream desktop acceptance, Linux crapware is particularly frustrating on many levels.

    --
    Flappinbooger isn't my real name
  17. Re:Skins... by Imperator · · Score: 4, Interesting

    Seriously, I don't see why any application should have a skin at all. The only skin I should have to select is for my desktop environment. The applications can use that skin. (The exception is if an application uses skins to redefine the layout of the interface--still a very bad idea but some browsers love to do it. The browser should still be able to use my native-skinned widgets. *cough*mozilla*cough*)

    --

    Gates' Law: Every 18 months, the speed of software halves.
  18. Re:It's true by SillyNickName4me · · Score: 3, Interesting

    > You guys are way too little rosy eyed -- The main reason IBM likes LInux is that it allows them to sell DB2 and WebSphere licenses to people who don't run IBM hardware.

    That logic would see them sell Windows versions of both..

    I have worked for IBM for 11 years, so I have a bit of a clue what I am talkign about here.

    1 1/2 decades ago, IBM was inyterested in OS and application software as a commodity because it allowed them to sell hardware, server software and services. Now it allows them to sell (as you mention correctly) server software, hardware and services.

    Anyway, all I was trying to point out is that this all has nothign to do with being good or evil, but with it fitting in well with their business model, and that not beign anythign new, so as logn as OSS provides the 'good stuff' for them, theres little chance to see them drop out.