View Single Post
  #9   (View Single Post)  
Old 7th October 2017
PapaParrot's Avatar
PapaParrot PapaParrot is offline
parrot
 
Join Date: Jul 2015
Location: Durango, Mx.
Posts: 472
Default

Quote:
bsd007>>So I guess there is no way to find out.
There is ways to get that information, but I am far from any expert, in fact I am having to look at the manual, and also do searches,
to try to help, any way:
How can I see what other packages are dependencies on OpenBsd

And this is where I see about the -f option on pkg_info :
https://unix.stackexchange.com/quest...-under-openbsd

There also is this thread here:
http://daemonforums.org/showthread.php?t=1576
Quote:
1) Find the proper name of the package for the application you want to see dependencies for (we'll use snort.)
Code:
 # pkg_info -Q snort
p5-Net-Snort-Parser-1.21p0
snort-2.8.0.1
snort-2.8.0.1-mysql
snort-2.8.0.1-postgresql
snort-2.8.0.1-prelude
Examples:
Code:
pkg_info -Q keepassx 
keepassx-2.0.3
On mine, it shows nothing, but again I do not have 'keeppassx' installed,...using
xpaint as a exampple:
Code:
$ pkg_info -Q xpaint   
tuxpaint-0.9.22 (installed)
tuxpaint-config-0.0.13p0 (installed)
tuxpaint-stamps-20140823p0
xpaint-2.7.8.1p5 (installed)
===================
Code:
 pkg_info -S keepassx 
Information for http://ftp.openbsd.org/pub/OpenBSD/6.1/packages/i386/keepassx-2.0.3.tgz

Signature: keepassx-2.0.3,@desktop-file-utils-0.23,@gtk-update-icon-cache-3.22.11,@libgcrypt-1.7.6,@qt4-4.8.7p11,@shared-mime-info-1.8,QtGui.10.1,X11.16.1,Xi.12.1,Xtst.11.0,c.89.3,gcrypt.19.3,lib/qt4/QtCore.9.0,m.10.0,stdc++.57.0,z.5.0
============ edite ==========
note: based on this:
Quote:
I was installing keepassx but decided to abort the installation midway so I did ctrl+c which ended the process but by then some packages were already unpacked/installed.
And what you are getting, with empty results, I am pretty sure you don't have anything else installed related
to that package.
__________________
My best friends are parrots

Last edited by PapaParrot; 7th October 2017 at 06:09 PM.
Reply With Quote