LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-07-2021, 02:12 PM   #151
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,785

Rep: Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435

Quote:
Originally Posted by gerogerigegege View Post
I guess the only way to solve this would be to make it easier for outsiders to contribute to the project, but I guess that would mean shaking up how Slackware is developed.
It seems to me this statement assumes that dependency resolution is a beneficial change and many of us do not. Even more importantly one of Slackware's major advantages IMHO is that One Man is BDFL instead of the typical design-by-committee. I'll wager a much higher percentage of Slackers prefer that and are quite willing to accept the "cost" of slightly longer release cycles.

Your concerns seem analogous to complaining that electric cars are slow and have extremely limited range but having never driven a Tesla. Use Slackware as your daily driver for 6 months and come back to this discussion maybe.
 
Old 04-07-2021, 02:20 PM   #152
gerogerigegege
LQ Newbie
 
Registered: Apr 2021
Posts: 14

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by bassmadrigal View Post
I feel like the con is to develop something that the distro maintainer doesn't want for users, many of which don't want it either.
That's fair.

Quote:
Originally Posted by bassmadrigal View Post
Slackware follows the K.I.S.S. rule (Keep It Simple Stupid), however, some people may be under the incorrect assumption that the simplicity is intended for the end-user (like you have with Ubuntu or Mint). I've always taken it to mean simple for developing the distro. This is why Slackware tries to stay vanilla in regards to upstream and has minimal custom management tools and simply recommending a full install. Many users feel the KISS approach makes things easier for them as well, and I'm among them. I've always just done a full install and then had no worries about dependencies.
Having dependency resolution doesn't necessarily break KISS. OpenBSD (known for strictly following the UNIX philosophy and the KISS rule), for instance, has dependency resolution for their ports and their binary package manager.

Quote:
Originally Posted by enorbet View Post
It seems to me this statement assumes that dependency resolution is a beneficial change and many of us do not. Even more importantly one of Slackware's major advantages IMHO is that One Man is BDFL instead of the typical design-by-committee. I'll wager a much higher percentage of Slackers prefer that and are quite willing to accept the "cost" of slightly longer release cycles.
Well, I don't see how it'd be disadvantegous if it was implemented in a non-intrusive way, I guess that's just me talking.

Quote:
Originally Posted by enorbet View Post
Your concerns seem analogous to complaining that electric cars are slow and have extremely limited range but having never driven a Tesla. Use Slackware as your daily driver for 6 months and come back to this discussion maybe.
As I stated in an earlier post (I think?), I used Slackware as my daily driver for 6 months. I wouldn't criticize something that I haven't used.

Last edited by gerogerigegege; 04-07-2021 at 02:26 PM. Reason: Added reply to bassmadrigal
 
Old 04-07-2021, 02:28 PM   #153
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
6 months only? After 6 months you started to criticize. What about after 12 months?

Edit: Ok, what kind of trouble caused you started to think about dependency resolution? Something happened, yeah?

Last edited by igadoter; 04-07-2021 at 02:31 PM.
 
Old 04-07-2021, 02:29 PM   #154
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,785

Rep: Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435
Thanks for your timely and gentlemanly response, ggggg. I have to agree with "non-intrusive". If it's merely optional and causes me no compromise, no skin off my nose. I consider manual dependency resolution a major benefit.
 
1 members found this post helpful.
Old 04-07-2021, 02:32 PM   #155
gerogerigegege
LQ Newbie
 
Registered: Apr 2021
Posts: 14

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by igadoter View Post
6 months only? After 6 months you started to criticize. What about after 12 months?
Daily driver for 6 months, and as my second go-to distro for another 6 months. I personally feel like I have enough experience with Slackware to criticize it, but I guess you can disregard my opinion if you feel like it's not enough; no hard feelings.
 
Old 04-07-2021, 02:34 PM   #156
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
Yeah, but why did you start to think Slackware needs something like that? If everything works fine - don't repair which is not broken.

Last edited by igadoter; 04-07-2021 at 02:39 PM.
 
Old 04-07-2021, 02:37 PM   #157
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by gerogerigegege View Post
Having dependency resolution doesn't necessarily break KISS. OpenBSD (known for strictly following the UNIX philosophy and the KISS rule), for instance, has dependency resolution for their ports and their binary package manager.
It breaks it for Pat. He would need to start documenting all dependencies, which is no small feat to make sure you don't accidentally compile something with a dependency you don't have documented. That would require a lot of building packages on a clean "core" system. But then it would need to be determined what a "core system" is and determined if dependencies within the core system should be documented as well (since someone is probably always going to have a different idea of what should be in the core system).

It would require compiling software with a specific plan on what should be installed. There have been complaints on the forum when web server components are compiled against libraries in X (which provided additional functionality), which causes that software to fail if the X components aren't installed. Pat doesn't take those things into account and just compiles software as upstream intends on a full install of Slackware.
 
1 members found this post helpful.
Old 04-07-2021, 02:47 PM   #158
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,527

Rep: Reputation: 3359Reputation: 3359Reputation: 3359Reputation: 3359Reputation: 3359Reputation: 3359Reputation: 3359Reputation: 3359Reputation: 3359Reputation: 3359Reputation: 3359
Quote:
Originally Posted by enorbet View Post
I consider manual dependency resolution a major benefit.
Honestly, I want to ask something: you people really hate our BDFL and want him to live on poverty?

Because, apparently, is at toddler's knowledge that the businesses does NOT want to pay training of their employees for several years, just to understand the noble art of Slackware inner dependencies, WHEN they can do the same task with RHEL on several days. OR with SLES/SLED or Ubuntu Enterprise.

So, I will ask you literally: you still will consider that "manual dependency resolution is a major benefit" with the risk of cutting ours BDFL financial gains at least ten times?

Because in the end it is reduced at this: the lack of dependency resolution would be yet another measure to make sure that the businesses would stay away. You know... kubernets, Docker instances, things like this. Minimal installations of not even LAMP.

And there are the moneys today.

Imagine our BDFL earning $30000 OR $300000 monthly after going full way apt-get instead of what he gains today...

Will make you angry or happy?

Last edited by LuckyCyborg; 04-07-2021 at 03:18 PM.
 
Old 04-07-2021, 02:53 PM   #159
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
Have no idea what is it you post @LuckyCyborg, just we all tired. Of this thread of course.
 
1 members found this post helpful.
Old 04-07-2021, 02:59 PM   #160
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Debian, Void, Slackware, VMs
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by gerogerigegege View Post
Daily driver for 6 months, and as my second go-to distro for another 6 months. I personally feel like I have enough experience with Slackware to criticize it, but I guess you can disregard my opinion if you feel like it's not enough; no hard feelings.
Over the years I have tried a lot of different Linux distros for a while. You're a six month user of Slackware, so you know how it works.
What completely baffles me is that you don't like or approve of how Slackware functions, that is clear. But you feel compelled to create an account here on LQ and let us know about your displeasure. Well you've ceratainly set us straight! I don't know about you, but, when I stop using an OS I don't haunt the forum of that OS and post snarky comments. That's just weird.
 
1 members found this post helpful.
Old 04-07-2021, 03:31 PM   #161
solarfields
Senior Member
 
Registered: Feb 2006
Location: slackalaxy.com
Distribution: Slackware, CRUX
Posts: 1,449

Rep: Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997
Quote:
Originally Posted by LuckyCyborg View Post
Imagine our BDFL earning $30000 OR $300000 monthly after going full way apt-get instead of what he gains today...
so, Slackware adopts apt-get, and Patrick's Patreon hits 30-300k/month? Sounds like a deal.
 
3 members found this post helpful.
Old 04-07-2021, 03:31 PM   #162
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
Quote:
Originally Posted by hitest View Post
You're a six month user of Slackware, so you know how it works.
Thanks, another good sentence to complete my signature. If OP after six months knows how Slackware works then is really good. But why being such competent is asking such silly question?
 
Old 04-07-2021, 03:36 PM   #163
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Debian, Void, Slackware, VMs
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Smile

Quote:
Originally Posted by igadoter View Post
But why being such competent is asking such silly question?
That's a good rhetorical question. I'll let the OP fill us in.
 
Old 04-07-2021, 03:53 PM   #164
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,187

Rep: Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379
So I have finally seen the classic "But this OS / Distro has dependency checking." Ok, then go use that system then. As for the 'full' installation - I already know the risks, and slim Slackware down a bit, by opting to not install certain DE/WMs , and yes I have also been refusing to install certain aspects of Plasma5 - Akonadi and so far things have been working great.

Last edited by Jeebizz; 04-07-2021 at 03:56 PM.
 
1 members found this post helpful.
Old 04-07-2021, 04:50 PM   #165
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982
Quote:
Originally Posted by gerogerigegege View Post
I literally haven't insulted anyone, though; I've criticized Slackware's pkgtools. If people take that personally, well, that's hardly my problem.

Yes, you can just remove xorg, xfce, kde etc., but you have no idea if you're going to break another package by doing that.

Salix looks a bit sketchy on the outside (being sponsored by online casinos isn't exactly a great look), but I guess you shouldn't be judging a book by its cover, eh? I still believe that dependency resolution should be part of Slackware one way or another (as a separate tool or as a part of installpkg); Salix shouldn't need to exist from my point-of-view.
You've insulted Pat's design choices. He can change it if he wants to. Guess what thread title is going to be in the search engines along with "Is Slackware dead?" You could develop the dependency resolution that you desire and maybe Pat will incorporate it. He is offering 32 bit and 64 bit versions of Slackware, getting ready to release a new version of Slackware, and I imagine dependency resolution to help people save a few GB of space in the age of multi-terabyte hard drives wouldn't be high on the to-do list, but I don't think calling his work "horrifically archaic" is going to win him over to your position anyway. If you want to persuade someone, do you start off by insulting their work?

The majority of Slackware users don't seem to mind learning what is a dependency for what. It is a learning experience for them. Slackware is for tinkerers for a reason. It isn't for everyone.

Now on Salix you are trolling. It provides what you want. There is nothing nefarious going on there on that website. You are just looking for things to troll on. Murderers, rapist, and pedophiles have probably contributed to your favorite open source project and may even have supplied code to it. The Linux Kernel had a murderer's code in it! https://en.wikipedia.org/wiki/Hans_Reiser It has NSA code in it. Do you think that governments don't want bugs in the kernel code that they can exploit? Do you use an Android phone because that NSA code is running on it? You'll have to go to FreeBSD. Oh wait, "FreeBSD developer Kip Macy charged with tenant terror." https://www.theregister.com/2008/04/24/kip_macy_arrest/

"Kip Macy is serving a four-year sentence for two felony counts of residential burglary, one felony count of stalking and one felony count of attempted grand theft at the San Quentin State Prison in California."
https://abcnews.go.com/US/exclusive-...ry?id=20875476 There are other BSDs though but you'll never really know...
Attached Thumbnails
Click image for larger version

Name:	IsSlackwareDead.jpg
Views:	33
Size:	81.2 KB
ID:	36042  
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Microsoft and OIN: Legal Commitments vs. the Power of the Taboo LXer Syndicated Linux News 0 10-11-2018 04:21 PM
Curious: pkgtools Directories and SymlLnks with pkgtools-15.0-noarch-20.txz on Thu Jun 21 22:58:42 UTC 2018 kjhambrick Slackware 4 06-23-2018 01:16 AM
LXer: Why Copyright Shouldn't Be Considered Property... And Why A Return To 1790 Copyright May Be De LXer Syndicated Linux News 1 12-06-2012 04:01 PM
Dependency checking this, dependency checking that. Jeebizz General 11 09-29-2009 06:51 PM
glibc 2.3.2 and red hat 6.1 on archaic pc--will it work? gdiv Red Hat 0 06-21-2004 12:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration