United Linux: Two Years Later
ajs writes "In November 2002 everyone who wasn't Red Hat was gathering behind a banner that many thought would spell the beginning of a new chapter in the Unix Wars. That banner was called United Linux. Much has changed in the Linux world since then, and some Founding Partners in the United Linux camp have decided that there are other ways to change the market. Thankfully there are more level headed members of that group. Today, we're not so focused on the differences between Linux distributions, Sun's rants, the aforementioned lawsuits and ever-present, market-gobbling Microsoft keep everyone focused and united enough as it is, and United Linux has begun to fade into memory. So what has United Linux done? Well, it unified three distributions at least, focused attention on Linux standards and made hardware vendors feel a bit less lost when writing drivers for Linux, so it wasn't all a loss. Alas, according the the United Linux site, "There are no plans for a version 2.0 at this time.""
This isn't a reference to a story, this is a paragraph with a few links thrown in. Where's the news?
AccountKiller
A lot of distros are (and will be) based on debian. So in a way it already is the common base UL was supposed to be.
Secure messaging: http://quickmsg.vreeken.net/
Try Ubuntu, it is based on Debian and works with X right out of the box. And with Synaptic, it is easy to install software. When you enable universe and multiverse you have access to all the software available in Debian proper (and more) all compiled for Ubuntu. It is the Most newbie frendly distro ever. I switched from Mandrake which I got tired of not finding an rpm for software that I wanted, or finding ones made for RedHat but wouldn't work correctly in Mandrake.
Note that SUSE 9.2 recently received the first LSB 2.0 certification...
All of the big commercial distros (the ones consumers and businesses will/are using) are based on Red Hat. Red Hat is pretty good with standards, so itd be safe to say that if a standard is in order companies and developers are more likely to go with Red Hat. It is safer (or at least appears to be from a business perspective) because its backed by a corporation, and its already what most commercial distros are based around. Game developers etc... are going to listen to where the money is. If someone refuses to pay for a linux distro, they most likely (yes this is stereotypical of me) won't buy other software, so why should a software developer dependant on making money from software, market it to a base that typically doesn't buy software? I'm not trolling/flaming/etc... just trying to be realistic.
Regards,
Steve
Unitied Linux was not an grassroot efort like Linux standard base. This are the one to follow for more strict standards.
/* Hello World, the way Real Men(TM) do it */
.alo:
.string "Hello.\n"
.data
.text
.globl _start
_start:
movl $4, %eax
movl $1, %ebx
movl $.alo, %ecx
movl $7, %edx
int $0x80
movl $1, %eax
movl $0, %ebx
int $0x80
See? After compile/strip, we have a mere 273 bytes binary. Nowhere near 1.5 MB...
Stupidity is an equal opportunity striker.
Fellow slashdotter Bill Dog
There is: Windows Installer, it comes standard with w2k and XP and
can be added to older systems.
Wise and Installshield are no more than easy GUI builders for it.
You could write your entire installer in Orca, the MS env. for it.
It has versioning and package dependency, version 2.0 even does uninstalling correctly IF the programmer of the install script did his/her homework. It also supports updates and patches.
I am no expert on rpm, but I think it's quite similar, as usual with MS.
RogerWilco the Adventurous Janitor
"[i]if the RPM/deb has unmet dependencies, for instance, then the package manager should automatically download and install those as well[/i]"
That's precisely what apt does since the end of the last century.
Real life is overrated.
LRC, the best-read libertarian site on the web