I disagree, why do you think Dell choose Ubuntu. It's the best looking (out of the box) distro and (next to mandriva) easiest and most friendly to use.WishMaster wrote:Ubuntu ist not easy to use. Everyone claiming this is - sorry - just a liar.

I know the exact reason why Dell chose Ubuntu. It was because it was the linux distro that most people voted for on their poll. Not because Ubuntu was in any way better looking or easier to use than other distro.Kale wrote:I disagree, why do you think Dell choose Ubuntu. It's the best looking (out of the box) distro and (next to mandriva) easiest and most friendly to use.WishMaster wrote:Ubuntu ist not easy to use. Everyone claiming this is - sorry - just a liar.
sorry, but i am not getting the point here... what exactly makes a linux distribution - which is nothing else than the same linux as on every distribution, with some predefined configs to a certain preference of that guy that started the distribution - install 3rd pary software easy (or hard)?Trond wrote:Ubuntu does NOT make it easy to install 3rd party software. Which he asked for.
Open synaptic package manager on Ubuntu. Select application from thousands, click install. And that's not easy? The hard part is deciding which out of all the fantastic software you want to install next.Trond wrote:Ubuntu does NOT make it easy to install 3rd party software. Which he asked for.
I mean those which are not in the repository...Kale wrote:Open synaptic package manager on Ubuntu. Select application from thousands, click install. And that's not easy? The hard part is deciding which out of all the fantastic software you want to install next.Trond wrote:Ubuntu does NOT make it easy to install 3rd party software. Which he asked for.
AFAIK there's no easy and graphical way to compile 3rd party applications. For that task the user has to ./configure; make && sudo make install by himself.Trond wrote:I mean those which are not in the repository...
as already told (but obviously ignored), you do that too on linux, if a installer is provided. it's not a question of ubuntu, or redhat, or younameit, its a matter of the 3rd party developer. if it's a opensource project, you'll have to fiddle around compiling the source, no matter if it's ubuntu, windows or beos, but believe me, 99% of all opensource projects you have to compile yourself are less pain to install them on ubuntu instead of windows (or beos, unless some niceguy provides a precompiled installable binary)Trond wrote:That's what I said... Except that on Windows you just run the installer.
Code: Select all
su
yum install gcc gtk+-devel gtk2-devel glib2-devel SDL-devel libstdc++ libstdc++-devel compat-libstdc++-296 compat-libstdc++-33
a) what does mom want with gnu-c?Dare wrote:I mean, how many mums and dads and kids and small businesses are going to be happy with stuff like this:Code: Select all
su yum install gcc gtk+-devel gtk2-devel glib2-devel SDL-devel libstdc++ libstdc++-devel compat-libstdc++-296 compat-libstdc++-33
Code: Select all
apt-get update && apt-get upgrade