Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2008 03:58:26 +0000
From:      tomasz dereszynski <tomaszd@paraklet.net>
To:        Gilles <gilles.ganault@free.fr>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: pkg_list mypackage?
Message-ID:  <47D9F7E2.5010509@paraklet.net>
In-Reply-To: <mnsjt314fo6p2prfuh3moolug6emge5so1@4ax.com>
References:  <mnsjt314fo6p2prfuh3moolug6emge5so1@4ax.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Gilles wrote:
> Hello
>
> The online FreeBSD manual in the "4.4 Using the Packages System" part
> doesn't mention a command to list the files that were installed
> through a package.
>
> What is the equivalent of eg. "pkg_list mypackage"?
>
> Thank you.
>
>   
man pkg_info
<ciach>
-L Show the files within each package. This is different from just
viewing the packing list, since full pathnames for everything are
generated.
</ciach>
like

pkg_info -L horde-base-3.1.6
Information for horde-base-3.1.6:

Files:
/usr/local/www/horde/admin/cmdshell.php
/usr/local/www/horde/admin/datatree.php
/usr/local/www/horde/admin/groups.php
/usr/local/www/horde/admin/index.php
/usr/local/www/horde/admin/locale/en_US/help.xml
....


-- 
bEsT rEgArDs		|	"Confidence is what you have before you
tomasz dereszynski	|	understand the problem." -- Woody Allen
			|	
Spes confisa Deo	|	"In theory, theory and practice are much 
numquam confusa recedit	|	the same. In practice they are very 
			|	different." -- Albert Einstein 





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47D9F7E2.5010509>