I
I
ITicDigger2018-11-06 09:12:40
linux
ITicDigger, 2018-11-06 09:12:40

How to find out the dependencies of an already installed (portable) application in Linux?

How to find out the list of all necessary packages / libraries for a particular portable application to work on Linux, if this application has neither a repository nor a deb package?
Specifically, the task is related to FreeFileSync which does not want to launch a folder selection dialog in KDE Plasma on Kubuntu 14.04.05. If you install the whole xubuntu-desktop it starts working, unless xfce4 doesn't. I don't want to install the whole Xubuntu-desktop, it causes problems in KDE (a number of environment settings are reset, the visible plasma-desktop window hangs in the upper left corner and the corresponding item in the taskbar). In general, you need to somehow find out what exactly FreeFileSync lacks. How can this be done? Or just tell him what he needs. I looked in the Docks - I did not find it.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
ISE73, 2018-11-06
@ITicDigger

ldd exec_name
And see what libraries he needs.
Option number 2 - run in the console and look at what "swears".

H
Hikmat Abdunabiev, 2018-11-06
@Khikmat

try:
Replace package_name with the name of your package.

I
ITicDigger, 2018-11-13
@ITicDigger

In case someone is interested in more options, here they gave me another one and helped to narrow down the circle of necessary libs, although a reliable and universal way to find out dependencies was never really found. This one is especially interesting , though I still haven’t figured out whether he gave me what I need.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question