LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   slackpkg option for dependencies (https://www.linuxquestions.org/questions/slackware-14/slackpkg-option-for-dependencies-4175493466/)

rkfb 02-02-2014 04:49 PM

slackpkg option for dependencies
 
I was just thinking about dependency resolution whilst I was browsing around sbopkg and I thought if I can type

$ slackpkg info <packagename>

for a little read up, it would be quite handy to type

$ slackpkg requires <packagename>

to get a list of dependencies.

I realise of course there are various ways to get this information anyway but this would be a nice addition.

moisespedro 02-02-2014 05:06 PM

I think it would be too much extra work.

willysr 02-02-2014 05:15 PM

Slackware assumes that you do a full installation, so no need for dependency checking as all the hard dep has been installed in your system

allend 02-02-2014 05:23 PM

The slackpkg tool is for administering the official portion of your Slackware install. All dependencies are met within the recommended full install. I do not see a use case.

[edit]Too slow![/edit]

Didier Spaier 02-02-2014 05:37 PM

To do that, one would need that dependencies be recorded in the packages' database (/var/log/packages), but this is not the case.

rkfb 02-02-2014 06:11 PM

I forgot about the old slackware 'if you don't do a full install you're on your own' and I have a fairly basic install here. I'm sure a lot of people these days though skip kde* on install and just run with xfce or if you were maybe resurrecting an old pc or laptop and wanted to run with just fluxbox or something. Maybe it would help but I'm not a coder so maybe it is too difficult or too much work which is fair enough and I understand that.

Not sure how sbopkg do it, obviously it's a lot different to slackpkg and running from different packages in a different repository, but if I do:

sbopkg -s <packagename>

it's all there.

moisespedro 02-02-2014 06:25 PM

Sbopkg does it by using sqg
http://slackblogs.blogspot.com/2014/...es-easily.html

willysr 02-02-2014 07:12 PM

but sqg must be initialized first or after a new public update by SBo team

Richard Cranium 02-02-2014 08:18 PM

Quote:

Originally Posted by rkfb (Post 5109937)
I forgot about the old slackware 'if you don't do a full install you're on your own' and I have a fairly basic install here. I'm sure a lot of people these days though skip kde* on install and just run with xfce or if you were maybe resurrecting an old pc or laptop and wanted to run with just fluxbox or something. Maybe it would help but I'm not a coder so maybe it is too difficult or too much work which is fair enough and I understand that.

Not sure how sbopkg do it, obviously it's a lot different to slackpkg and running from different packages in a different repository, but if I do:

sbopkg -s <packagename>

it's all there.

There's metadata associated with each slackbuild that has that information in it. It's the package_name.info file, which contains something like (taking 14.1's libvirt SlackBuild as an example):
Code:

PRGNAM="libvirt-python"
VERSION="1.2.1"
HOMEPAGE="http://libvirt.org"
DOWNLOAD="http://libvirt.org/sources/python/libvirt-python-1.2.1.tar.gz"
MD5SUM="e1effd6007b2ebd5d024c6c3838456fb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libvirt"
MAINTAINER="Robby Workman"
EMAIL="rworkman@slackbuilds.org"

If you really want that functionality, then you should consider using slapt-get as well as one of the slapt-get repositories where someone's done that analysis for a standard slackware distribution. Like this one (look at the contents of PACKAGES.TXT at the link).

TobiSGD 02-02-2014 08:34 PM

Alternative: Just use a tool specifically written to show dependencies for Slackware packages: https://bitbucket.org/a4z/sbbdep/wiki/Home

Richard Cranium 02-02-2014 09:28 PM

Quote:

Originally Posted by TobiSGD (Post 5109995)
Alternative: Just use a tool specifically written to show dependencies for Slackware packages: https://bitbucket.org/a4z/sbbdep/wiki/Home

That will work in a majority of the cases (probably a vast majority of them).

If you need something that isn't binary from another package, you're pretty much stuck with someone documenting that fact in some location that a program can read and understand. Data files for games and python/perl/scheme/ruby/whatever scripts come to mind.

lems 02-02-2014 11:26 PM

According to Matteo Rossini (zerouno, on Alien BOB's blog), the following works with some third party repositories using slackpkg+:

Quote:

slackpkg+, as slackpkg, does not have the dependency support, but some repository (as slacky and other) contains that information in metadata and slackpkg store that information in its database. So by typing “slackpkg info pkgname” you can see what package you must also install.
Also, there is slackyd, though I haven't tested it.

enorbet 02-03-2014 09:01 AM

Quote:

Originally Posted by rkfb (Post 5109937)
I forgot about the old slackware 'if you don't do a full install you're on your own' and I have a fairly basic install here. I'm sure a lot of people these days though skip kde* on install and just run with xfce or if you were maybe resurrecting an old pc or laptop and wanted to run with just fluxbox or something. <snip>

Why not follow the recommended procedure? Why not install KDE even if you plan to use Xfce as your WM? What do you hope to gain by a basic install except hard drive space?

rkfb 02-03-2014 10:57 AM

Quote:

Originally Posted by TobiSGD (Post 5109995)
Alternative: Just use a tool specifically written to show dependencies for Slackware packages: https://bitbucket.org/a4z/sbbdep/wiki/Home

That works nicely, thanks.

rkfb 02-03-2014 11:02 AM

Quote:

Originally Posted by lems (Post 5110051)
According to Matteo Rossini (zerouno, on Alien BOB's blog), the following works with some third party repositories using slackpkg+:



Also, there is slackyd, though I haven't tested it.

I'll certainly look in to slackpkg+, looks interesting, thanks.

slackyd was almost there but the last lines of the info were:

> Package conflict with: not available.
> Packages suggest: not available.
> Packages required: not available.

for whichever package I queried.


All times are GMT -5. The time now is 04:22 PM.