I need to do
dpkg -L
in FreeBSD, How can I do it? dpkg -L
in FreeBSD, How can I do it?I am not sure about the -L option of dpkg. Please check the options listed byI need to dodpkg -L
in FreeBSD, How can I do it?
pkg alias
. Most likely one of the options leaf, prime-list, prime-origins or noauto provide the function you want to have. -L, --listfiles package-name...
List files installed to your system from package-name.
-l, --list-files
Display all files installed by pkg-name.
pkg info -l screen
screen-4.9.0_6:
/usr/local/bin/screen
/usr/local/bin/screen-4.9.0
/usr/local/etc/screenrc.sample
/usr/local/man/man1/screen.1.gz
/usr/local/share/examples/screen/screenrc.sample-1
/usr/local/share/examples/screen/screenrc.sample-2
/usr/local/share/info/screen.info
/usr/local/share/licenses/screen-4.9.0_6/GPLv3
/usr/local/share/licenses/screen-4.9.0_6/LICENSE
/usr/local/share/licenses/screen-4.9.0_6/catalog.mk
/usr/local/share/screen/utf8encodings/01
/usr/local/share/screen/utf8encodings/02
/usr/local/share/screen/utf8encodings/03
/usr/local/share/screen/utf8encodings/04
/usr/local/share/screen/utf8encodings/18
/usr/local/share/screen/utf8encodings/19
/usr/local/share/screen/utf8encodings/a1
/usr/local/share/screen/utf8encodings/bf
/usr/local/share/screen/utf8encodings/c2
/usr/local/share/screen/utf8encodings/c3
/usr/local/share/screen/utf8encodings/c4
/usr/local/share/screen/utf8encodings/c6
/usr/local/share/screen/utf8encodings/c7
/usr/local/share/screen/utf8encodings/c8
/usr/local/share/screen/utf8encodings/cc
/usr/local/share/screen/utf8encodings/cd
/usr/local/share/screen/utf8encodings/d6
haha, that's what I was wondering: "hum ... aren't they all telling the same thing?"I'm wondering how to say the same as the numerous posts above... ?
I'm wondering how to say the same as the numerous posts above... ?
pkg list
was not mentioned explicitly yet!