View Full Version : find dependencies for linux package
SIFE
November 23rd, 2010, 20:56
How I can find dependencies for already linux package installed, recently I installed uget package, and now I want to know in witch package is depend.
SirDice
November 24th, 2010, 09:15
pkg_info -r <name of package>
See pkg_info
SIFE
November 24th, 2010, 18:42
I talking to one installed by hand not via ports or package system.
rghq
November 25th, 2010, 14:07
ldd (http://man.freebsd.org/ldd/1) is your friend then.
Though, how do you installed ? Compiled and "make install" ? Because some configuration files might be required too.
SirDice
November 25th, 2010, 14:27
Ldd will only show the run dependencies, not the build dependencies. The developer probably has a list of dependencies. You can usually find those by reading the supplied documentation.
kpedersen
November 25th, 2010, 19:39
I wonder if it is possible to get netbsd's pkgsrc running in the freebsd linux environment.
At least that will help you with some of the dependency problems.
or you could just read the pkgsrc makefiles to find lists of dependencies too
SIFE
November 25th, 2010, 23:27
I installed it as binary, so FreeBSD ldd does not work with linux binary.
Andrey
November 27th, 2010, 15:15
I also encountered the same problem installing the Linux dependencies.
I have this idea to install depending directly from the Linux directory for example from ftp://ftp.pbone.net/mirror/archive.fedoraproject.org/fedora/linux/updates/10/i386/ ?
I understand linux_base-f10 in FreeBSD is based on Linux Fedora 10 is truth ?
but the rpm can not downloads of dependence, whether it is possible to configure apt-get from FreeBSD packages to automatically download RPM dependencies?
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.