Talk:Linux distribution/Archive 4

From Wikipedia, the free encyclopedia

Archive 1Archive 2Archive 3Archive 4

Merger proposal for Lightweight Linux distribution

The Lightweight Linux distribution article pretty much doesn't describe a distribution type notable enough by itself to warrant a separate article and as such should be merged into Linux distribution. Prose from the Lightweight Linux distribution's lead section could be merged into the Linux distribution § Types and trends section, while the list of distributions from section Lightweight Linux distribution § Distributions described as lightweight could be merged into the Linux distribution § Examples section.  Dsimic (talk | contribs) 04:26, 4 June 2015 (UTC)

  • Support - makes sense to me, these really are not separate topics and it would reduce spamming at the same time. - Ahunt (talk) 12:00, 4 June 2015 (UTC)
  • Support per nom. You'll have to determine what to do with the table, though. – voidxor (talk | contrib) 00:45, 16 June 2015 (UTC)
That's a good remark. I'd suggest that the table currently residing in Lightweight Linux distribution § Comparison of lightweight Linux distributions is moved into the Comparison of Linux distributions article as a separate section that may be titled "Lightweight distributions" and placed after Comparison of Linux distributions § Live media, for example.  Dsimic (talk | contribs) 08:39, 16 June 2015 (UTC)
I actually think the table can just be dropped. It doesn't add much of real value. - Ahunt (talk) 21:31, 20 June 2015 (UTC)
  • Do not support The article covers a specific genre of not just lightweight Linux distributions, but also low-fi computing, retrocomputing, and avoidance of planned obsolescence, wherein older computers can be retrofitted with a newer and more secure operating system and applications, so that these computers could still be run and serve a useful purpose. -Mardus (talk) 12:12, 20 June 2015 (UTC)
"Planned obsolescence"? You can still download older versions of Linux distributions and install them even on ancient 386 computers, so there's really no "plan" for making old hardware unusable. Short of that, latest versions of some general-purpose Linux distributions can be installed even on a 486 computer with 64 MB of RAM, which just confirms that there's no clear distinction between general-purpose and lightweight Linux distributions.  Dsimic (talk | contribs) 15:16, 20 June 2015 (UTC)
I like retrocomputing, but I'm on the fence on this.. Do not know too much about Slackware, I guess this is without GUI? Lubuntu and others try to run on low-spec computers, while full Ubuntu doesn't. At one point, Linux ran on even less than 64 MB, but the kernel doesn't support the oldest CPU(s) any more. There is no real, line to be draw on low-spec..? This, seems a made-up category, but still is one (but at the time, Linux ran on powerful computers, that we now consider junk..). I will not get in the way of merging. comp.arch (talk) 21:30, 30 August 2015 (UTC)
Only the support for i386 was removed from the Linux kernel in version 3.8, which was released in February 2013, while i486 and later CPUs remain fully supported. Speaking about GUIs, even the ancient versions of Slackware, such as Slackware 3.6 that was released in 1998, had XFree86 on their installation CDs; moreover, everything (including XFree86 with twm, fvwm or fvwm95) was running very smoothly on a Pentium MMX with 32 MB of EDO RAM, for example. :)  Dsimic (talk | contribs) 22:01, 30 August 2015 (UTC)
  • Support per nom, and with Ahunt's suggestion of dropping the table. There's not enough there to warrant a standalone article. That a certain class of Linux distributions caters (more or less) to a specific type of user has no bearing on it needing a standalone article, that information can more than easily be covered in this article as appropriate. - Aoidh (talk) 04:13, 31 August 2015 (UTC)
  • Oppose Would prefer summary style with a lead section summarising the article transcluded to a subsection, with the rest of the article available with a "main" link from the main page. This material can't be merged without deleting the list. -- Callinus (talk) 12:05, 18 November 2015 (UTC)

Closed tag

Dsimic I've gone ahead and transcluded some of the lead section with a main link, and removed the tag from both pages. If you want material deleted on "lightweight linux distributions" you'll probably have to AfD it and call for merge votes.

With the tag on for over a year with no closure it doesn't help to keep it. -- Callinus (talk) 12:35, 18 November 2015 (UTC)

Hello! Callinus, I'm not sure that I'm happy with your changes to the Linux distribution article, but let's hear opinions from more editors. However, the merger tags were placed in June 2015, which accounts for much less than a year.  Dsimic (talk | contribs) 13:00, 19 November 2015 (UTC)

Separation proposal: Debian and Ubuntu

While Ubuntu is technically based off of Debian, the two have drifted apart in so many ways that they arguably should not be in the same category. For example, with the release of "Snappy" packages on Ubuntu, it cannot be said that all software is intercompatible between the two distributions. Should these two be separated into different categories? Aaronfranke (talk) 03:59, 6 May 2016 (UTC)

What category is that? The article is only in one category Category:Linux distributions. The article currently says "Ubuntu, a desktop and server distribution derived from Debian". What needs to be changed? - Ahunt (talk) 18:11, 6 May 2016 (UTC)

Android is Unix-like

Contrary to what the article currently says ("Almost all Linux distributions are Unix-like; the most notable exception is Android, which does not include a command-line interface and programs made for typical Linux distributions"), Android is Unix-like: apart from a Unix-like kernel, it does include a command-line interface (but by default it starts in graphical mode and doesn't have a terminal emulator preinstalled -- though you can find plenty in the Play Store: 1, 2, 3, 4, 5 -- some of them bundle other tools, some don't), the C library (Bionic) and typical Unix command-line utils (Toybox). Having no X.Org Server is not a reason to be considered not-Unix-like -- after all, server versions of popular distros don't have any graphics at all. You can run native stuff directly like you would in any other Linux distro (I'm running CPython right now, for example). It's true that Android includes an "unusual" graphics stack and an app framework unlike GTK+/ Qt (although Qt runs fine on Android), but this in no way makes it less Unix-like.

Based on the above, I'm removing the clause about Android. --Bugaevc (talk) 11:45, 25 July 2016 (UTC)

I put that text in, it's not at all about the GUI, Unix predates that. You are wrong, Android includes a shell, but not a command-line interface (adb an exception? Not really as not the primary user interface, similar to as in original Unix). Terminals where the norm, for Unix, and the Unix philosophy is about (e.g.): 1. "Write programs to work together." [through pipes], 2. "Write programs to handle text streams, because that is a universal interface." (emphasis mine) Android is very un-Unix-like in that sense, I think we can compromize some on the wording? comp.arch (talk) 11:39, 26 August 2016 (UTC)
Sure, Android is not designed to be used from the command line. Neither are modern desktop (graphical) Linux distros. If those are considered Unix-like, there's no reason not to consider Android Unix-like. Furthermore, Unix also had the X server and its graphical clients. Surely they didn't do text streams and pipes.
adb is just a tool to connect to the device, things people call "adb shell commands" are actually Android shell commands (no need to use adb to access them). They follow the Unix philosophy and generally perform actions that aren't available via GUI.--Bugaevc (talk) 11:04, 28 September 2016 (UTC)
"Unix also had the X server" no, not for over a decade (also even applies to the 1983 predecessor W Window System). Unix is from 1971 or earlier. Pipes "were implemented in 1973 when ("in one feverish night", wrote McIlroy) Ken Thompson added the pipe() system call and pipes to the shell and several utilities in Version 3 Unix. "The next day", McIlroy continued, "saw an unforgettable orgy of one-liners as everybody joined in the excitement of plumbing." McIlroy also credits Thompson with the | notation, which greatly simplified the description of pipe syntax in Version 4.[5][4]" considered essential to ancient Unix (of those formative years) and all later version. CLI was before them.
Modern Unix (reads Linux [distro], you can't define Unix-like from something that isn't even strictly Unix) is less and less (relatively, by API count and added stuff, but still keeps the core) Unix-like, but pipes (and CLI) retained, just often not used by many users (but very frequently by some, like me, and always used behind the scenes). Android made a clean break. ["The Android Debug Bridge (adb) provides a Unix shell that you can use to run a variety of commands on an emulator or connected device." Adb is an edge-case, note the d is for debug, note also "connected device", e.g you can't run on your device otherwise. As you say "perform actions that aren't available via GUI", so competing the system with a CLI, then you can say the system is Unix-like; ironicaly that combo could be Android (on Linux kernel) and CLI/terminal on Windows, none of which is Unix, but ok, Unix-like when you add non-Android into the mix.] comp.arch (talk) 11:41, 28 September 2016 (UTC)

What are the requirements for explicit mention of a distro on this page?

I note that my recent inclusion of TurnKey GNU/Linux has been rejected (as per https://en.wikipedia.org/w/index.php?title=Linux_distribution&oldid=prev&diff=724309840) and would like to understand what makes a distro significant enough for explicit inclusion?

I realise that this page is not intended to be exhaustive, but I was under the impression that the section that I updated was listing notable Linux distros that run live. Whilst TurnKey is not a particularly major distro (in context of SUSE, Ubuntu, Linux Mint, MEPIS and Fedora), IMO by virtue of it's somewhat unique nature (i.e. a headless server distro with the ability to run Live) makes it notable.

Furthermore I believe my perspective is backed by some of the distros explicitly mentioned in the sentence that follows the one I updated. Included are Devil-Linux, SuperGamer and dyne:bolic. IMO none of these distros are any more notable than TurnKey, perhaps even less so as they are not unique in the sense that TurnKey is.

I propose that my edit be reinstated, perhaps with some mention of it's "uniqueness" (server distro that runs live) as way of justification of it's inclusion. Thoughts?

JedMeister (talk) 02:22, 9 June 2016 (UTC)

Seem appropriate, not all software is a "Linux [distro]", yes, Linux is in the name, and it's for GNU/Linux, but TurnKey Linux Virtual Appliance Library "is a free open source project which has developed a range of Debian based pre-packaged server software". Similarity LAMP, refers to software running on Linux (LAMP is also often included in distros), even with L meaning Linux. My understanding is that a distro, is a distribution of an operating system (and yes, that includes libraries, and with no clear boundaries, which should be included), and a kernel is essential in an OS. a) It seems you can bundle with an OS (as a VM) but you need not. b) may not be very notable. comp.arch (talk) 12:38, 28 September 2016 (UTC)

Invite to participate in a discussion.

There is a underway discussion, I would be grateful if you participate in it:

Editor-1 (talk) 07:56, 2 November 2016 (UTC)

Change article name from misspelled Linux distribution to GNU/Linux distribution.

Removing Trisquel?

Is Ubuntu Linux most popular?

About deleting "Chromium OS is the development version of Chrome"

GNU/Linux versus non-GNU/Linux

"CAOS Linux" listed at Redirects for discussion

"Linux distributions" listed at Redirects for discussion

Inclusion of pfSense

Inclusion of AsteroidOS

Orphaned source

Fumo no ar

Related Articles

Wikiwand AI