LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 08-15-2019, 07:49 AM   #76
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled

Quote:
Originally Posted by hazel View Post
That's an excellent explanation. The one detail I don't quite understand is why libimportant.so linked to the libsomething.so in /usr/local/lib instead of the slightly older one in /usr/lib. Wouldn't /usr/lib come earlier on the library path?
Build systems usually default to /usr/local/ and that is often checked before other paths.
 
1 members found this post helpful.
Old 08-20-2019, 02:50 PM   #77
kevison
Member
 
Registered: Dec 2007
Location: Grand Rapids, Michigan USA
Distribution: Slackware/Bodhi/Manjaro
Posts: 149

Rep: Reputation: Disabled
I started using Slackware around 1994-5... I have always found it to be a very educational experience... although lately I find it is getting to be a bit annoying when it comes to package managers. Slackware needs a unified package manager. I have had enough issues with slackpkg for some reason lately than the whole time I have used Slackware, but I suppose that's a discussion that could never come to a good conclusion. Linux as a whole needs to adopt a standard and stick to it with regards to the package management issue.
 
Old 08-20-2019, 02:55 PM   #78
khronosschoty
Member
 
Registered: Jul 2008
Distribution: Slackware
Posts: 648
Blog Entries: 2

Rep: Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514
Quote:
Originally Posted by kevison View Post
I started using Slackware around 1994-5... I have always found it to be a very educational experience... although lately I find it is getting to be a bit annoying when it comes to package managers. Slackware needs a unified package manager. I have had enough issues with slackpkg for some reason lately than the whole time I have used Slackware, but I suppose that's a discussion that could never come to a good conclusion. Linux as a whole needs to adopt a standard and stick to it with regards to the package management issue.
Linux is a Kernel; it shouldn't have a unified package manager. Slackware is an OS; each OS should determine how package management is handled.
 
3 members found this post helpful.
Old 08-20-2019, 03:16 PM   #79
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by khronosschoty View Post
Slackware is an OS; each OS should determine how package management is handled.
Agreed. I like the package management system of Slackware.
 
1 members found this post helpful.
Old 08-20-2019, 04:19 PM   #80
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434
Quote:
Originally Posted by kevison View Post
I started using Slackware around 1994-5... I have always found it to be a very educational experience... although lately I find it is getting to be a bit annoying when it comes to package managers. Slackware needs a unified package manager. I have had enough issues with slackpkg for some reason lately than the whole time I have used Slackware, but I suppose that's a discussion that could never come to a good conclusion. Linux as a whole needs to adopt a standard and stick to it with regards to the package management issue.
I'm actually glad to see this stated since I have no intention of ever automating anything about package management, but then I'm probably something of a Luddite.. but my base systems never break. I prefer that.
 
1 members found this post helpful.
Old 08-20-2019, 06:43 PM   #81
TheRealGrogan
Member
 
Registered: Oct 2010
Location: Ontario, Canada
Distribution: Slackware, LFS, Manjaro (for gaming)
Posts: 570

Rep: Reputation: 413Reputation: 413Reputation: 413Reputation: 413Reputation: 413
I just use installpkg/upgradepkg/removepkg... that's my package management right there (and they take wildcards). I still use ftp to get packages from -current mirrors too.

That's not something I want to change. I don't even like that /var/log/packages was moved and replaced with a symlink. Dinosaur, here
 
6 members found this post helpful.
Old 08-20-2019, 07:22 PM   #82
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,096

Rep: Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275
Quote:
Originally Posted by TheRealGrogan View Post
I just use installpkg/upgradepkg/removepkg... that's my package management right there (and they take wildcards).....
Ditto!
 
Old 08-20-2019, 09:04 PM   #83
ehartman
Senior Member
 
Registered: Jul 2007
Location: Delft, The Netherlands
Distribution: Slackware
Posts: 1,674

Rep: Reputation: 888Reputation: 888Reputation: 888Reputation: 888Reputation: 888Reputation: 888Reputation: 888
Quote:
Originally Posted by kevison View Post
Linux as a whole needs to adopt a standard and stick to it with regards to the package management issue.
That's the thing about choice in Linux: you'll never get all maintainers of distro's to agree to that.
RPM was an attempt to create a universal package format/program and although quite a few distro's are using it (not just the Red Hat derived ones), even the update manager on top of rpm differs in those distro's (from yum, now being replaced by dnf), through zypper/yast (SUSE) to urpmi and rpmdrake for mageia.
According to wikipedia
Quote:
RPM was intended primarily for Linux distributions; the file format is the baseline package format of the Linux Standard Base.
(from en.wikipedia.org/wiki/RPM_Package_Manager)
 
Old 08-20-2019, 09:20 PM   #84
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by ehartman View Post
That's the thing about choice in Linux: you'll never get all maintainers of distro's to agree to that.
I like the fact that there’s lots of choice in the open source ecosystem. I like the way Slackware manages packages, but, I support choice. Diversity is a good thing.
 
1 members found this post helpful.
Old 08-21-2019, 12:30 AM   #85
bsdaemon
LQ Newbie
 
Registered: Aug 2019
Location: The People's Republic of Boulder, CO
Distribution: Slackware 14.2
Posts: 18
Blog Entries: 2

Rep: Reputation: Disabled
Easier now??? BWAHAHAHAHAHAHAHAAA!!!!

I started my 25-year love affair with Slack around Christmas 1995, with v.3.0. My employer at the time used SunOS, and several co-workers had begun raving about this new open-source OS that a young CS student in Finland had written, and posted on USENET. The idea of having my own UNIX workstation at home got me stoked, so I borrowed a friend's Walnut Creek CD, and, not owning a CD writer, spent a Saturday burning 120 3.5" floppies.

The guinea pig was a 386SX/33, with 4MB of RAM, a Trident SVGA card, and a USR Sportster 28.8 card....500MB hard drive.
The only docs at the time were apropos and the manpages...Matt Welsh and Lars Werzenius hadn't written their awesome books yet, so there was no FM to RTFM.
I heartily recommend the following entertainments for anyone with masochistic tendencies..
1- Using XF86config, Xconfigurator, and Xvidtune to set up a monitor with unknown clock and sync frequencies.
2- Writing a dip script for connecting to an ISP who's helpdesk has no idea what their RADIUS connect stanzas are.
3- Figuring out why LILO keeps writing the bootstrap code offset by 2 from where it should be.
4- Sussing out why dip keeps putting a lockfile on ttyS0, whenever it's called.

Configuring MWM and FVWM, I won't mention...I still get reflux thinking about it.

It took several evenings of beer and frustration, but lo and behold, I was eventually rewarded with...

Welcome to wintermute (192.168.10.100)
You have mail.
{root@wintermute}/home2/root%>_

On my last Slack-14.2 install, I went from ext4fs install to first boot in less than 15 minutes.

Over the last 25 years, Patrick, Alien Bob, and the rest of the Slack team have done an outstanding job in shepherding Slackware into it's niche as THE Linux distro for serious users, who want a rock-stable,easily mastered, hackable UNIX-like OS.

Slackness has triumphed!!
Hail Bob.
 
1 members found this post helpful.
Old 08-21-2019, 03:42 AM   #86
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019
Or write your own.
Code:
ws1 login: root                                                                                                                         
Password:
Linux 5.2.9-local.                                                                                                                      
Last login: Tue Aug 20 09:36:35 +0100 2019 on /dev/tty1.                                                                                
No mail.                                                                                                                                
# slackup                                                                                                                               
Upgrading:  pamixer-1.4-x86_64-3: pulseaudio command line mixer ................................................................. [180K]
Upgrading:  akonadi-1.13.0-x86_64-13: PIM storage service ....................................................................... [3.8M]
Upgrading:  boost-1.71.0-x86_64-1: Boost C++ Libraries .......................................................................... [145M]
Upgrading:  gsl-2.6-x86_64-1: a numerical library for C and C++ programmers ..................................................... [5.1M]
Upgrading:  zstd-1.4.3-x86_64-1: real-time compression algorithm ................................................................ [1.8M]
Upgrading:  getmail-5.14-x86_64-1: POP3 mail retriever .......................................................................... [1.1M]
Upgrading:  igt-gpu-tools-1.24-x86_64-3: DRM driver testing tools ............................................................... [ 12M]
# find /etc/ -name "*.new"                                                                                                              
# logout
I still like to handle .new files manually.

My scripts only work with a local mirror before anyone asks, but IMO it's the best way to do it, especially when following current.
 
2 members found this post helpful.
Old 08-22-2019, 01:22 AM   #87
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434
Now that was indeed pretty cool bsdaemon, but you could've gotten away with just 96 floppies if you'd formatted to 1.8Megs
 
Old 08-22-2019, 03:20 AM   #88
Lysander666
Senior Member
 
Registered: Apr 2017
Location: The Underearth
Distribution: Ubuntu, Debian, Slackware
Posts: 2,178

Original Poster
Blog Entries: 6

Rep: Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470
Quote:
Originally Posted by bsdaemon View Post
@wintermute
What is the significance of this?

There's a game called Digital: A Love Story which is about hacking BBSs, and the hostname in that game is 'wintermoot' [a slight variation]. So what does it refer to?
 
Old 08-22-2019, 06:41 AM   #89
ehartman
Senior Member
 
Registered: Jul 2007
Location: Delft, The Netherlands
Distribution: Slackware
Posts: 1,674

Rep: Reputation: 888Reputation: 888Reputation: 888Reputation: 888Reputation: 888Reputation: 888Reputation: 888
Quote:
Originally Posted by GazL View Post
My scripts only work with a local mirror before anyone asks, but IMO it's the best way to do it, especially when following current.
I wrote my own scripts too, including one to update the local mirror: slget (SLackware GET, which uses "wget" to get anything on the website that is newer than on my local mirror. And then just using upgradepkg to selectively update those packages I do want updated in my system.
The (probably) difference with your case is that I keep a mirror of all Slackware releases (including architecture variants) - no -current yet (too quick-moving target).
For instance "slget 14.2" will get all newer packages for 14.2 32- AND 64-bit versions, but only from the "patches/packages" directories (the rest is in the iso's anyway, which I got images of too).
It would be easy to extend the scheme to -current, but at the moment it is not really needed, I will as soon as 15.0 has been released.
 
Old 08-22-2019, 08:10 AM   #90
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019
Yes, I only mirror the bits I'm interested in. Just current64, minus kde/kdei which I exclude from the rsync.

Basically, my script keeps the installed system in sync with the locally available packages in a priority ordered list of local directories. At the moment, I'm only using two:
/srv/slackware/local/packages64/
/srv/slackware/slackware64-current/slackware64/

If I were following stable, then .../patches/packages would be in the list before the main slackware64 package dir.

It's a very simple approach: no metadata to worry about, and it doesn't read 'ChangeLog' in order to identify packages.
 
1 members found this post helpful.
  


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
How to find a file that's modified more than 2 days ago but less than 5 days BudiKusasi Linux - Newbie 1 02-09-2018 07:25 PM
UNIX user years ago. Now leaving microsludge XP for Zorin OS 6. rstithb LinuxQuestions.org Member Intro 3 04-20-2014 05:46 AM
LXer: AMD Gallium3D Performance Is Much Better Than Two Years Ago LXer Syndicated Linux News 0 08-28-2013 04:21 PM
Dial-up on RH9: worked two years ago alar Linux - Networking 2 04-30-2005 05:01 PM
Today's newbies to Linux vs. Five years ago (say) vharishankar General 40 03-23-2005 12:42 PM

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

All times are GMT -5. The time now is 06:50 PM.

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