Getting dependencies for Slacware 14 packages, in Slacko

For groups of packages that don't all fall under the same category
Post Reply
Message
Author
Wac
Posts: 42
Joined: Wed 20 May 2009, 13:00

Getting dependencies for Slacware 14 packages, in Slacko

#1 Post by Wac »

I have two Slackware 14 packages which I want to install in Slacko 5.5. The one is a jah.txz file and the other is a slackbuilds.tgz. Slacko 5.5 recognizes these two files as Slacware packages, and can install them if you click on them. The problem is that after the software is install, it don't want to open, so I guess it need extra dependencies to run. Is there a way to ask Slacko which extra dependencies it need to run these software, even before you install them?

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#2 Post by Semme »

Wac- it's:

Code: Select all

ldd /path/to/executable
Lower case "L" there..

Find the path with:

Code: Select all

which jah
.. for example.

Post Reply