slackyd: a simple but efficient package manager
Re: slakyd: a simple but efficient package manager
Post#11 by beny » 03 May 2011, 11:20
Posted after 1 minute 12 seconds:
the link is dead but today have been released the slackyd that support 13.37 slackyd v1.0
beny
- francois
- Contributor
- Posts: 6514
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: slakyd: a simple but efficient package manager
Post#12 by francois » 04 May 2011, 02:08
2) In addition, maybe we could have links to packages that are not common on slackware.com or most common repertories on some site of our own, thus creating our favorite source of packages. This would be a good thing because we could this way accept packages that are problem free for porteus this way.
3) These issues are interesting as brokenman is working on a gui script that converts directly from slackyd packages into modules compatible with porteus:
http://forum.porteus.org/viewtopic.php?f=39&t=373
So improving the sources would improve its package manager.
4) What is also interesting is that we could use the same extended sources for slackyd for slapt-get and its front end gslapt. Slapt-get has a resolution of dependencies thru Stabellini's repertory, see:
http://forum.porteus.org/viewtopic.php?f=53&t=115
francois
- Tonio
- Contributor
- Posts: 276
- Joined: 28 Dec 2010, 16:37
- Distribution: Slackware,porteus,FreeBSD,Slax
- Location: 127.0.0.1
Re: slakyd: a simple but efficient package manager
Post#13 by Tonio » 05 May 2011, 02:44
http://www.tomas-m.com/blog/upload/slac ... -13.37.php
I was reading the Slackware Handbook, in there I read that Slackware is a system which is not meant to have dependency checking:
http://www.slackbook.org/html/package-management.html
``The truth about pkgtool is not that it doesn't exist, but that it doesn't do any dependency checking.
Apparently many people in the Linux community think that a packager manager must by definition include dependency checking. Well, that simply isn't the case, as Slackware most certainly does not. This is not to say that Slackware packages don't have dependencies, but rather that its package manager doesn't check for them. Dependency management is left up to the sysadmin, and that's the way we like it.''
I learned more about Slackware updating via a Distrowatch weekly:
http://distrowatch.com/weekly.php?issue=20090518
# slackpkg update
# Install new packages:
# slackpkg install-new
# Upgrade all installed packages:
# slackpkg upgrade-all
added:
[olivares@grullahighschool ~]$ date +%Y%m%d
20110505
[olivares@grullahighschool ~]$ uname -m
amd64
I setup a script that checks for new packages and installs them via slackpkg. I am happy to run Slackware-current.
Tonio
Re: slakyd: a simple but efficient package manager
Post#14 by Falcony » 05 May 2011, 04:28
Messing with depencies checking go over sysadmin - e.g user
Falcony
- Tonio
- Contributor
- Posts: 276
- Joined: 28 Dec 2010, 16:37
- Distribution: Slackware,porteus,FreeBSD,Slax
- Location: 127.0.0.1
Re: slakyd: a simple but efficient package manager
Post#15 by Tonio » 05 May 2011, 15:23
That is the slackware wayFalcony wrote:Yes, Slackware package manager do not know regarging depencies of packages
Messing with depencies checking go over sysadmin - e.g user


Tonio
Re: slakyd: a simple but efficient package manager
Post#16 by beny » 05 May 2011, 19:35
beny
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: slakyd: a simple but efficient package manager
Post#17 by fanthom » 06 May 2011, 04:57
sounds interesting

could you provide a link to it?
fanthom
Re: slakyd: a simple but efficient package manager
Post#18 by beny » 06 May 2011, 10:04
https://addons.mozilla.org/en-US/firefo ... search-ba/
i have posted the old link,this is the good one
beny
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: slakyd: a simple but efficient package manager
Post#19 by fanthom » 06 May 2011, 18:28
nice one, but takes too much space on the bar when activated

i will add it to the firefox module but it wont be enabled by default.
Cheers
fanthom
Re: slakyd: a simple but efficient package manager
Post#20 by crashman » 12 May 2011, 19:11
crashman
Re: slakyd: a simple but efficient package manager
Post#21 by rnport » 18 May 2011, 03:41
rnport
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: slakyd: a simple but efficient package manager
Post#22 by brokenman » 18 May 2011, 16:55
Slackyd keeps the index files cached at: /var/slackyd (unless you changed it). have a hunt around in there for the PACKAGES.TXT files. There should be a couple. You can grep them for the compressed package size. Something like:
Code: Select all
PTH=/var/slackyd/slackware/PACKAGES.TXT
grep -A3 "NAME: yourpackagename" $PTH | tail -n1
Wear your underpants on the outside and put on a cape.
brokenman
Re: slakyd: a simple but efficient package manager
Post#23 by rnport » 20 May 2011, 10:47
rnport
- Ahau
- King of Docs
- Posts: 1331
- Joined: 28 Dec 2010, 15:18
- Distribution: LXDE & Xfce 32/64-bit
- Location: USA
Re: slakyd: a simple but efficient package manager
Post#24 by Ahau » 20 May 2011, 12:29
If you run slackyd -d again, you can scroll up to where it says "Found 43 missing dependencies". Each missing library shows what package it is required by (and what file inside that package requires it), so you should be able to track down which module is to blame for your missing deps. It's a tedious process, and that's why brokenman is working on a better system for us, with higher quality modules and dependency resolution

Ahau
Re: slakyd: a simple but efficient package manager
Post#25 by rnport » 20 May 2011, 16:45
rnport