slackyd: a simple but efficient package manager
Re: slakyd: a simple but efficient package manager
an user of slackyd.eu have build a firefox add on that search package of slackware there is 4 repository 32 and 64 bit and slackware version 12.1 to current the adds on work well with the firefox 4.0 version,ytake a look if you want.
- fanthom
- Moderator Team
- Posts: 5628
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: slakyd: a simple but efficient package manager
@beny
sounds interesting
could you provide a link to it?
sounds interesting

could you provide a link to it?
Please add [Solved] to your thread title if the solution was found.
Re: slakyd: a simple but efficient package manager
Posted after 16 minutes 23 seconds:
https://addons.mozilla.org/en-US/firefo ... search-ba/
i have posted the old link,this is the good one
https://addons.mozilla.org/en-US/firefo ... search-ba/
i have posted the old link,this is the good one
- fanthom
- Moderator Team
- Posts: 5628
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: slakyd: a simple but efficient package manager
@beny
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
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
Please add [Solved] to your thread title if the solution was found.
Re: slakyd: a simple but efficient package manager
Slackyd is a great tool. But it does not give sizes of packages it is going to download. Is there any way to know the sizes? Also, can we save the list of required packages to download them later ?
- brokenman
- Site Admin
- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
- Contact:
Re: slakyd: a simple but efficient package manager
Is there any way to know the sizes?
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:
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
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
Re: slakyd: a simple but efficient package manager
On my system, 'slackyd -d' command detected 43 missing libraries, but only one downloadable package; packages for other libraries were not found. How do I manage this ?
- 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
there are two or three unresolved dependencies in standard Porteus. Mine shows libruby, libnotify, and libQtCore. The rest that you see are probably from modules you've installed (especially if you've converted slax modules for use, as they were built for a much older system, and slax modules don't have a good way to resolve dependencies).
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
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

Please take a look at our online documentation, here. Suggestions are welcome!
Re: slakyd: a simple but efficient package manager
If I need a library and it is not available with slackyd, I need to find the source of library from its web page and compile it myself. Is that correct ?
- fanthom
- Moderator Team
- Posts: 5628
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: slakyd: a simple but efficient package manager
not sure if this is a matter of updated slackyd (1.0) but i have also find it less helpful with resolving deps.
could you revert slackyd to version from porteus-v09 and check if it works better?
could you revert slackyd to version from porteus-v09 and check if it works better?
Please add [Solved] to your thread title if the solution was found.
Re: slakyd: a simple but efficient package manager
I will check the versions and write back.
- francois
- Contributor
- Posts: 6431
- 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
Thanks for that very good thread.crashman wrote:More tools is here http://www.linuxquestions.org/questions ... ll-768215/
Prendre son temps, profiter de celui qui passe.
Re: slakyd: a simple but efficient package manager
yes francois 'src2pkg' is interesting.
- francois
- Contributor
- Posts: 6431
- 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
Some history pages about package management, constructing complicated modules with src2pkg, featuring Tonio, Some-guy, Bicephale, Thor, Markds, Gusterrapolis and Ben_coh:
http://www.slax.org/forum.php?action=vi ... kg%20tonio
http://www.slax.org/forum.php?action=vi ... kg%20tonio
http://www.slax.org/forum.php?action=vi ... kg%20tonio
Will we resolve the problem with PPM?
http://www.slax.org/forum.php?action=vi ... kg%20tonio
http://www.slax.org/forum.php?action=vi ... kg%20tonio
http://www.slax.org/forum.php?action=vi ... kg%20tonio
Will we resolve the problem with PPM?
Prendre son temps, profiter de celui qui passe.