Quote:
Originally Posted by drkstr
Just replace artsd with the binary you want to check
|
Yeah, that's fine if you've got it installed already; but I presume that new versions have changed dependencies, and often (with more obscure apps) you don't already have an install.
I had this problem with WINE. I grabbed and installed the package using slapt-get (which more often than not works, and will even block install if it can't find a package to fulfill a dep.). It wouldn't run. So I had to grab the source and ./configure before I found that I needed bison (and something else I can't recall).
The other problem with knowing the lib's required is that it doesn't necessarily tell you what packages you need.
I think I need to try this slackdeptrack ...
OK had a quick look: it doesn't do cascaded dependencies, nor does it show any not yet installed packages that you need. So I guess it only helps when you're installing something new if someone with it installed can run slackdeptrack for you and tell you what you need?!?