Linspire's CNR Goes Multi-Distro 171
S3Indiana writes with news that Linspire is opening its Click 'N Run installation software to other Linux distributions. After 5 years of development on CNR, the new site cnr.com will be a single source repository for Linux users. Distributions to be supported initially during 2007 are (alphabetically): Debian, Fedora, Freespire, Linspire, OpenSUSE, and Ubuntu; other distributions will follow. See the FAQ and the screenshots for more details.
Now if only they could.. (Score:2)
--
WiFizzle Software Research [wi-fizzle.com]
Re:.Hierarchy (Score:5, Funny)
99. WinMe
Re: (Score:2)
Repositories? (Score:2)
What does cnr do that I cant do with apt-get?
Re: (Score:2)
Like gnome-app-install (Score:2)
The only potentially confusing part is that it offers you KDE apps for install, which means (if you're running
Re:Repositories? (Score:4, Informative)
Re:Repositories? (Score:5, Funny)
If only there were some sort of "linked article" that explained that!
Re: (Score:2, Informative)
Besides, if I read the article I would have no chance of attaining that most vaunted
Unfortunately I did fail at that, oh well.
Re: (Score:3, Funny)
If only there were some sort of "linked article" that explained that!
Not what it is, what it isn't. (Score:5, Insightful)
In all seriousness, that's pretty much the crux of it. From TFA: Basically, their problem with apt-get is that the tools are harder to use, and that it's distro specific. Their aim, if I'm understanding it right, is to offer one tool that would be the same across distributions, offer the same software to each, and be extremely easy to use. In short, rather than each distro having its own package management system, they could all use CNR and appear the same to the casual user.
If you use apt-get, you probably aren't going to be interested in CNR, or really anything that Linspire is doing, frankly. But I think there are a lot of people not using Linux right now, and who are confused by the differences between distributions (not to mention the very concept of distributions in general) who would probably be receptive to the idea of a standard packaging/installation system that was distribution-agnostic.
Re:Not what it is, what it isn't. (Score:5, Insightful)
I would consider myself an above-average user, but when I go to install something that's outside the scope of my repositories and get shot down by the dependency failures... that's when I get a little peeved.
If Linux standardised, I'd be sure to recommend it to my friends and family. Even the dumbest "For Dummies" distros aren't simple enough for Joe Bloggers to use.
Re:Not what it is, what it isn't. (Score:5, Insightful)
Re: (Score:2)
the most standard way of installing things is compiling it with the help of autoconf
I agree with this. .deb and .rpm packages that wrap GBS configured software.
Since the GNU Build System is already checking for presence of dependencies, any other way of enforcing them should be an unneeded redundancy.
The next logical step is to consider distros like Slackware already having "the" ubiquitous installation mechanism, and there would be no need for a CNR.com to wrap
Unfortunately, the GBS has yet to be proven Joe-Sixpack-friendly. So if you want Joe-Sixpack using your preffered OS, you
Re: (Score:3, Insightful)
Ditto. This is IMO one of the biggest weakness of Linux, and conversely Mac OS X's single-file
Re:Not what it is, what it isn't. (Score:4, Insightful)
That's a strange way to put it. There's only one OSX. Naturally applications written for OSX will run on OSX. Applications written for Debian Linux will run on Debian Linux, too. But there are many Linuxes, each with different versions of the basic components, and different goals and development teams. The open system works just as well as the closed system if you stick to software that's designed for the particular OS you're using. If anything, the Linuxes are far better at running applications written for other operating systems, than either Win or Mac OS are.
That's not to discount the fact that the lack of a single distribution with Microsoft-level relative dominance is a problem for Linux. But it should be recognized that that's the issue. The choice is mainly one between quasi-monopoly and competition. The Linux situation can be improved, but as long as there are multiple popular distributions, it's never going to be as simple as it is with a tightly-controlled single OS from a single vendor.
Re: (Score:2)
Re: (Score:2)
Lnspire's CNR (Score:2)
I would consider myself an above-average user, but when I go to install something that's outside the scope of my repositories and get shot down by the dependency failures... that's when I get a little peeved.
If Linux standardised, I'd be sure to recommend it to my friends and family. Even the dumbest "For Dummies" distros aren't simple enough for Joe Bloggers to use.
That's a good thing about CNR, you don't have to worry about any dependencies. CNR does it all for you.
Falcon
Re:Not what it is, what it isn't. (Score:5, Insightful)
As you quoted from the article:
I hear this argument a lot, and if it's a concern then I guess it makes sense to try and address it, whether it's by trying to improve what's offered, or by trying to educate people about alternative ways to do things. I don't really understand it, though, and to be honest, the huge amount of packages that actually are in a distribution archive (esp. Debian, which I use), is one of the big reasons I prefer to use open source instead of closed source. (I'm sure there's a certain amount of me just being used to it, too.)
I think people often look at things the wrong way when trying to compare Windows with Linux distros, because they work fundamentally differently. The reason there are different installer types is that they're different systems, and the installers and packages are made to match the system. (Granted this doesn't mean it couldn't be improved and made more compatible.) Windows shouldn't be compared with Linux, it should be compared with RedHat, or Ubuntu, or Gentoo, or whatever, because the distributions are what operate at the same level as Windows. The fact that they use similar or identical apps and are often compatible with each other just makes Windows stand out because it doesn't.
I don't see the issues as being as much between Linux and Windows as being between Open Source and Closed Source, because the distribution model is what makes the difference.
Microsoft strongly encourages third parties to release closed source apps, as they do themselves. As a result, Microsoft doesn't have a lot of control over the app or how it interacts with the OS. Microsoft isn't legally allowed to tinker with third party apps and throw them into a big Windows software repository. There are some weak conventions about how applications should interact with the system, but it all comes down to whether the vendor actually implements these and does it correctly. (eg. Install in the Program Files folder, use a particular structure in the registry to store settings, and so on.) Some apps follow the conventions properly, and some don't. It's entirely up to the vendor. If I download and install a typical third party app for Windows, it's not unusual that it might be unstable, fail to take advantage of and integrate nicely with other apps I have on the system, and so on. It's very unlikely that a Windows installer will go and download dependencies for me -- chances are it'll package them inefficiently and often unnecessarily, or it'll tell me to go and find them manually. And if I try to uninstall it, I'm usually relying entirely on the independent vendor's uninstall scripts to properly remove itself. I don't know about other people, but personally I've found that they often leave a lot of residue lying around. (Old folders and files, registry entries, broken links and icons, obsolete dll's, etc.)
OSS distribution maintainers, on the other hand, have every right to tinker with the software before they put it in their repository. I know that if I apt-get install something from Debian, it's likely to work with whatever else I have, because Debian's package maintenance team has made sure that the package strictly adheres to all of Debian's policies. I'm not just getting the app, I'm getting a guarantee that it's been tuned to work nicely on my system. Of course, if I don't want that, I can still download the app indepen
Re: (Score:2)
Re: (Score:3, Insightful)
Thanks for the link. I've tried to make MSI's from time to time, although only simple ones, and I'm still figuring it out. The main point I was trying to make, though, was that installers for most Windows apps come directly from a third party vendor. There's a lot of depending on third parties to get the installation scripts right, even though there might be conflicting commercial interests, or just general laziness to provide a good (un)installer.
I've had problems using MSI's in the past. I think it's
Re:Not what it is, what it isn't. (Score:4, Insightful)
Linspire's particular advantage is in believing that "right" is trying to find a way to lure the most users possible to their distro by making it friendly and easy-to-use. Users shouldn't have to worry about dependencies; they shouldn't have to ever even see a message warning them about it, worry about having to resolve it, or worst of all, have a package refuse to install because of "unresolvable conflicts." Solving this involves research, which means time, which means that most people would just as soon spend the money on Windows or OSX and call it good. They work, they rarely tell you that you're missing something, and if they are, they usually provide an easy path towards finding the software you need, which also usually installs without complaint.
Sure, a high-end user may want the option to continue using a particular version of a particular library, and damn the dependencies. That's what "more options" and "advanced" buttons are for. You need to build in user-selectable levels of complexity, rather than having the system dictate terms.
Re: (Score:2)
Okay, I agree that it's not the distribution maintainters' job to keep the application from running amok on the system, although in Debian at least, it wouldn't be unusual for the package maintainer to temporarly fix a bug themselves while they're waiting for a more offici
Re: (Score:2)
<devil's advocate>So... they're offering a fancier graphical front-end "with user reviews, charts, screenshots, descriptions, friendly names, and so on." and the other reason is no argument for CNR, it's just saying "it would be nice if they all used the same" but that argument works just as well if "same" is apt-get, klik or any other system. Does it solve any of the hard problems well, like confl
dependencies and CNR (Score:3, Informative)
Does it solve any of the hard problems well, like conflicting dependencies on libraries, circular dependencies (that is, several packages must be upgraded together or not at all like a transaction), packages from other sources?
Yes, CNR checks for dependencies. If one is missing CNR will install it, and though I don't know how they do it CNR also checks for conflicts in dependencies.
Besides, they seem to easily ignore that most apps are installed with "apt-get install [name]" or similar one-click in a
Re: (Score:2)
Re: (Score:2)
I see it as basically parallel to Ubuntu's apt-get GUI wrapper. They're both trying to do the same thing, namely make software installation easier. It's just the Ubuntu took apt-get and wrapped it in a GUI, while Linspire took their repository system (which also includes commercial and non-free software that you can purchase, apparently) and did much the same thing.
That you can get commercial software via CNR, whil
Re: (Score:2)
Actually, joking aside, I think they offer some things, like "legal" DVD playing software (for money) that you can't get on the usual repositories. For someone who is familiar with apt-get/synaptic and has no problem with libdcss, or liblame, I don't think CNR has anything to offer.
Re: (Score:3, Insightful)
Re: (Score:3, Funny)
Exactly. This could be huge for lowering the barrier for installing programs (both on a technical level, and across flavors). A few more announcements along these lin
Re: (Score:2)
I haven't quite get it, but doesn't CNR hold debs, rpms, tgz etc?
So "dumping to CNR" is nothing but building 10 packages for the ten disto versions?
Re: (Score:2)
What does CnR do that YOU can't do with apt-get? Probably nothing, but you are asking the wrong question. The correct question is:
What does CnR do that my grandmother can't do with apt-get?
I used Linspire back when it was called Lindows. CnR was by far the easiest installation system I had used to that point and is still the easiest software management system that I've used to date. Not that apt-get (with synaptics), rpm (with yum), and even emerge (with Kuro
Re: (Score:2)
Answer: Nothing that she can't do with Syanptic.
Seriously. I stopped using apt-get directly years ago.
Proprietary multimedia codecs (Score:5, Informative)
Re: (Score:3, Insightful)
This seems to be the equivalent of Perl's CPAN for Linux, combined with Download.com (for ratings and reviews), with a pretty GUI thrown on
Re: (Score:2)
--
Evan
It's like EasyUbuntu, but it's US-legal (Score:2)
Sure, you can use EasyUbuntu [freecontrib.org] and get a lot of that stuff illegally for free, but because CNR is legal, it's actual
Re: (Score:2, Informative)
Compare to price of a dedicated DVD player (Score:2)
Price: 50 USD. Compare to Magnavox DVD player, price: 30 USD [walmart.com].
Re: (Score:2)
You could look round freshmeat or whatever to find your program, then search for it on rpmfind.net or apt-get.org or similar to get the package for your distro, then use urpmi or apt-get or whatever to install it. This just makes the process a lot easier, and it still uses your distro's r
Re: (Score:2, Interesting)
Joe Sixpack opens synaptic and wants, say, a word processor. So he sear
A welcome new contender, but... (Score:3, Insightful)
But *works* should include the following:
- installs new software correctly, in default and custom locations
- uninstalls old software correctly
- updates old to new software correctly
- is aware of and can work with custom-installed libraries and dependencies (i.e. EVERYTHING doesn't have to be installed using this system, some stuff can be compiled from source or downloaded from third party).
- is scriptable through some command-line interface
- isn't a pain in the neck
As far as I know, none of the software installation systems out there for any platform meet all of the above requirements. InstallShield for MS systems probably comes closest, but is definitely not perfect (nor even "good enough" imho). Until something comes out that I consider "good enough", I'll keep hand-rolling, thanks.
$.02 from an old slackware user.
Re: (Score:2)
A Slackware user, eh?
Have you actually ever seriously used any of the full Linux package systems? Apt, Yum, or the Gentoo thing? All three work fine, and meet all the reasonable requirements that a packaging system should meet.
Your two requirements that were obviously inserted to disqualify Apt / Yum (the Gentoo system is another issue) are really unnecessary - there's rarely a reason to install software in weird locations by hand and if you're going to resort to that you should understand the package sys
Re: (Score:3, Insightful)
Most Linux distros already have package management that does all of the things you mention. This is in fact one of the major benefits of using Linux over Windows. Apt-get (for example) works like a charm, assuming what you want is in the repos (and in Debian, it generally is). I guess
Re: (Score:2)
Re:A welcome new contender, but... (Score:5, Insightful)
The biggest points are:
- You can't specify where to put files
- You can't specify the menu structure (The menu structure matches the CNR store exactly, making it easy to find stuff)
- It's trivial to use.
It MUST NOT have options like a CLI or flexibility.
Currently it is extremely easy to use for non-Linux people, in fact it's easier than getting software onto a PC.
With your requirements, I suggest another piece of software.
Isn't it acceptable that different programs handle different needs for different groups of people? Must you really break something for me so that it works like you want?
Please, just accept it the way it is and say, it my be great for you but not me!
If you see CNR as just another entry into the package management/software instillation, you don't get it--please keep quiet and don't ask them to change software that is perfectly suited for others.
Re: (Score:2)
It MUST NOT have options like a CLI or flexibility.
yes, dumb it down as much as you can. a bit more and it's gonna be like Windows. "easy to use" and "fool proof". can hardly wait for the "Linux Kernel Internals" audiobook.
*sigh*
Re: (Score:2)
Because WMA is royalty based (Score:2)
As far as I can tell, apt-get has no provision for licensing arrangements that require payment before a user is granted access to a program. This is apparently necessary before Linspire can recover the royalties for WMA in a WMA player.
Re: (Score:2)
Autopackage certainly installs stuff correctly and uses default locations. Moreover it support use of --prefix=/path to specify custom locations. Of course if the maker of the software hardcodes paths and such like then there's not much you can do for relocatability - that's not something packaging is ever going to be able to fix though. Custom locations are fully sup
Re: (Score:2)
Which requirements does APT fail on?
- installs new software correctly, in default and custom locations
Works there, check the --instdir flag to dpkg for installing in custom locations.
- uninstalls old software correctly
- updates old to new software correctly
Both of those work great.
- is aware of and can work with custom-installed libraries and dependencies (i.e. EVERYTHING doesn't have t
Re: (Score:2)
You may want to check out Autopackage [autopackage.org].
- installs new software correctly, in default and custom locations - Check Use --prefix to choose your own location
- uninstalls old software correctly - Check Doesn't everything do this?
- updates old to new software correctly - Sorta It will upgrade properly if you download the new package file. It doesn't yet automatically update, but it's planned.
- is aware of and can work with custom-installed libraries and dependencies (i.e. EVERYTHING doesn't have to be instal
Could be a good thing (Score:2)
Re: (Score:2)
Enough CNR like things... (Score:3, Interesting)
Re:Enough CNR like things... (Score:4, Informative)
Re: (Score:2)
Well, the kernel does support them as a native data type, and a java interpreter isnt that bad on performance. What you'd lose is the multiuser aspect that is kept true with Linux.
Now, if you disjoin the configs properly to ~ directories, you'd have a good chance... but then it's still java. Do you want library reuse, or simple "big packs of complete software"? If you were to go this route, you might as well just use fat binaries.
Re: (Score:2)
No, OS X
Do you want library reuse, or simple "big packs of complete software"?
As an end user, absolutely the latter. If I have an app on one computer, I should be able to copy a single file (or in the case of OS X, what appears as a single file) to another machine and be able to run it. I shouldn't have to worry that a third-party app I downloaded will break the dependencies of exis
Re: (Score:2)
I'd tend to agree, but what happens when you have somebody else that would like to use the computer? Pretty much all OSes are now multi-user.
---If I have an app on one computer, I should be able to copy a single file (or in the case of OS X, what appears as a single file) to another machine and be able to run it.
Hence my questioning of bringing back fat binaries... That would be one way to go about that kind of compatability.
---I shouldn't have to worry that a third-
Re: (Score:2)
That's a good point. OS X mostly avoids this problem by having a fairly large collection of libraries whose presence can be assumed. That may not work as well for Linux, but ideally there would be a way for the OS to detect when identical libraries are being loaded and only keep one copy in memory. (Not being a kernel hacker I have no idea if that's feasible).
Re: (Score:2)
I'd tend to agree [with a packaging mechanism similar to Mac OS X .app], but what happens when you have somebody else that would like to use the computer?
Then a user with sudo rights drags the app's icon into a folder named something like "Applications for All Users" and authenticates herself.
Hence my questioning of bringing back fat binaries
Apple brought fat binaries back when it moved to Intel CPUs.
Yes, space stored on the hard disk is insignificant, but those very libraries will have to be loaded into ram. I'd much rather have a global base library that many apps use than a individual library for each app. For example, witness the amount of ram used when you have to load a GTK app within KDE.. Not pretty, not pretty at all.
The most common libraries should of course be distributed separately as what Mac OS X calls "frameworks". More obscure libraries should be included as part of the application.
Re:Enough CNR like things... (Score:4, Interesting)
Re:Enough CNR like things... (Score:5, Insightful)
Only it's one of those unlucky pieces of software that isn't in the repository because of some dumbass nerd licensing pissing contest. So you google around some and find out that some guy is running an unofficial repository that contains it, and you only have to alter a couple of files to include the repository address. And then you can install it! Easy!
Only, half the time some guy's repository's latest version is three months out of date because some guy has a life, so now you're downloading the source and compiling it yourself. But hey, it's all so easy!!
The problem with all these programs is that all they do is introduce middle-men. They intermediate and abstract. They get in the way. John just released Foobar 2.1, which fixes a nasty bug you are dealing with. Only that doesn't help you, because you need it in your Distro repository, where Mike maintains it. Only he's too busy arguing arguing with Jack, Sally, and Javier in the Distro dev mailing list about life, liberty and who's more hardcore about the meaning of Free Software. I'll get the new version in 6 weeks, if I'm lucky and Mike doesn't resign in a hissy fit.
I've been through all this shit as a Linux user, and I got sick of it. Fuck Mike, I like dealing directly with John.
Re:Enough CNR like things... (Score:4, Interesting)
Can you not accept that for others, the ability to browse a list of apps, view screen shots, click one and have it installed without knowing anything beyond the GUI is a good thing?
I don't think you'll find what you want for Linux, and I think that what you are asking for is a little inflexible, I think you'll find that if you start to use apt-get it will solve 95% of your problems, and for the remaining 5% you'll still have to download, uncompress and probably compile to get it to work.
You'll find your Linux experience much more pleasant if you just accept this rather than expecting Linux to act like a system that has one GUI, runs on only one CPU and only supports a couple version of a single OS at a time (rather than a few versions of 30+++ flavors of OS)
Or you can do like I do and only use apps that are in the CNR repository--limited but absolutely useful. After a while it hardly even hurts any more.
Re: (Score:2)
I can see your point of view--for you these download/install apps may not be right. Can you not accept that for others, the ability to browse a list of apps, view screen shots, click one and have it installed without knowing anything beyond the GUI is a good thing?
I don't see any reason why this an either/or proposition. Why can't Linux or OS X or any OS adopt OpenStep style packages with all the benefits thereof and add in a good package manager with all the benefits that entails? Is their any reason wh
Re: (Score:2)
None whatsoever [versiontracker.com].
Re: (Score:2)
Can you not accept that for others, the ability to browse a list of apps, view screen shots, click one and have it installed without knowing anything beyond the GUI is a good thing?
So, the Grandparent asks why anyone wouldn't love apt-get et al, I explain my reasons for loathing package managers based on my experiences, and you somehow construe it as a universal condemnation and declaration that no one could ever love it for their own reasons?
Reading is fundamental, chief. Try it sometime.
Re: (Score:2)
Re: (Score:2)
(Yes, I know you were using it as a meta-name. So?)
Re: (Score:2)
Re: (Score:2)
Nah. You'd just go to Version Tracker [versiontracker.com].
Re: (Score:2)
I guess that doesn't really answer your question, but I guess my question is why don't you like apt-get and other package managers?
I like apt-get and package managers and more importantly the benefits they bring. I also like OpenStep style packages and the benefits they bring. Despite the fact that no OS now integrates both, they are not mutually exclusive.
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Do you have a good reason for wanting that, or are you just a fan of drag and drop?
Drag and drop installation from CDs or whatever is a usability win. Drag and drop un-installation (or the delete key for power users) from anywhere is a usability win. .app packages are portable without an installer. I once saved my company a lot of money by IM'ing an application from my hard drive to a worker in another state. The app was closed, commercial, and no longer distributed, thus would not be in any repositories
Re: (Score:2)
Not really. Library size << HD space.
requires manual upgrading of every separate app
Nothing prevents automatic updaters from working with app bundles. If anything, it's easier: just compare the version in the app's meta-information to the version in the repository. No worries about a centralized database being out of sync due to manual installs.
and doesn't work in a free software environment
I don't see why not.
Re: (Score:2)
I want a self contained .app bundle type system.
Really, that's what a package is. What are you asking for exactly? For the vast majority of distros, all you have to do is download the package file and click on it, then it installs itself.
Re: (Score:2)
Re: (Score:2)
And about
Not aimed at us (Score:4, Insightful)
I'm happiest supporting people on Ubuntu/Kubuntu because that's what I run. If I can now also give them *easy* access to the software they know by name, without me having to intervene to do the messing around with wine or whatever, this can only be a good thing.
Finally (Score:5, Insightful)
What is consistently one of the biggest gripes about the Linux desktop? I know one I hear and see often is the difficulty of of installing Linux applications when the disto does not provide them. Autopackage has tried its best to cross the gaps, but even its main programmers concede its hard to do all the cross distro work (that is often cleaning up messes) when there is no financial reward to inspire you. Its not exactly exciting and low hanging fruit like a new 3D snow pluggin for Beryl.
If Linspire does this right then here is the solution for one of the last few big complaints on the Linux desktop- new programs will be easy to install on any distro soon after release. If soon the user does not have to care that they have Ubuntu or Suse when a new Gimp or Crossover Office comes out then the Linux desktop might be ready for a big run. One main problem of course as this is a closed solution to the problem- removing both kinds of free in order to make it happen. Yet users pay for software now on both of the other primary desktop platforms, so I don't think many will care. If this is done through "partnerships" then Linspire might make a large amount of money in this new gatekeeper role while boosting marketshare of the Linux desktop in the hard to get at home market.
Glad this finally happened. Now the last big problem- the lack of drivers- will be fixed the only way it can be: increased marketshare. We hope...
Well, I think this is cool. (Score:2)
There we go.... (Score:3, Insightful)
While this sounds like aimless Linux zealotry, this will probably be another flurry of people who complain needlessly about Linux package management without having bothered to use it or understanding it superiority to any other sort of package management.
Man, an InstallShield-like installer is a step BACKWARDS for package management! I've had to spend hours and dozens of reboots in Windows getting my software right! It's a task that with aptitude or synaptic gets done in under 20 minutes, no reboot, full use of the machine in the meantime. ISVs should be embracing .deb and .rpm. C'mon, it's not that difficult to learn how to package for 3 or 4 major distros! If you know how to write a Makefile you should know how to package software.
Re: (Score:2)
Every significant distro has an easy-to-use front end to its package manager. I wonder who actually considers its use to be more difficult than hunting the internet for shareware and crapware until you find the right one.
I would consider it more difficult. Type in "firefox" and you can download the latest firefox in 1 click, do tha
Re: (Score:2)
on the other hand, thats only easy IF you know what the package name is when doing it by cli, or if you are using a gui frontend, finding which of the cryptic names is the one you want. For example, OpenOffice Base isn't included in the default install via yum, and the name can be hard to type out someti
Re: (Score:2)
Well, the apt "infrastructure" handles local file package repositories as well as network ones, and can allow download packages without installing them, so it should, in theory, be fairly straightforward to extend the GUI tools to give you the ability to click a package on, say, a CD or Flash drive to install it. Of course, you'd need to make sure y
Re: (Score:2)
Sorry, that's just silly. Linux is supposed to be the open system, but you're telling me that it's normal and expected that my system goes wonky if I try to run anything that hasn't been blessed by a central repository? Not acceptable.
I know I've had to clean more than one Regi
Re: (Score:2)
I would suggest you to work about some few years with Apple computer everyday - with other OSes aviable - and I think you would change your mind. OS X has lot of good things, but
You want interoperability? (Score:2)
When thinking of mixing your distribution's package management with CNR, does that sentence frighten you like it frightens me?
A fancy euphemism for a new distro (Score:2)
More like an expansion pack (Score:2)
According to TFA, CNR uses the distro's repository. There's a flowchart [cnr.com] which shows CNR merging the standard Ubuntu repository with CNR's repository of Linspire and third-party software, then publishing the whole through CNR. If I'm reading he runes a-right, using CNR to install software that is also available straight from Ubuntu will actually get you the Ubuntu package.
To put this in perspective, a few years
Re: (Score:2, Insightful)
Re: (Score:2)
Are these guys Lindows guys crazy, or just stupid?
Re: (Score:2, Informative)
CNR (Score:2)
Yeah. I'll pay for Click-N-Run, which has about the same package set and ease of use as Synaptic.
CNR is free for most if not all FOSS software, however there is a paid service of CNR which gives you discounts on commercial apps, like CrossOver, Win4Lin, and Cedega. Does Synaptic offer these? Also Linspire offer legal software to play dvds.
FalconRe: (Score:2)
Re: (Score:2)
Re: (Score:3, Funny)
I think you are over estimating about 90% of the computing populace
Re: (Score:3, Informative)