Re: How do I get a list of the files of only installed packages?

2020-06-08 Thread Ottavio Caruso
On Mon, 8 Jun 2020 at 11:31, Stuart Henderson wrote: > > On 2020-06-08, Ottavio Caruso wrote: > > I probably didn't make myself clear and I apologize. I'd like to have > > a list of files for just one package, and only if that package has > > been installed. If not installed, it should tell me it

Re: How do I get a list of the files of only installed packages?

2020-06-08 Thread Ottavio Caruso
On Sun, 7 Jun 2020 at 22:26, Udo Zorn wrote: > > On Sun, Jun 07, 2020 at 10:04:53PM +0100, Ottavio Caruso wrote: > > On Sun, 7 Jun 2020 at 21:37, Daniel Jakots wrote: > > > > > > On Sun, 7 Jun 2020 21:11:57 +0100, Ottavio Caruso > > > wrote: > > > > > > > Hi, > > > > > > > > "pkg_info -L PACKAGE

Re: How do I get a list of the files of only installed packages?

2020-06-08 Thread Kapfhammer, Stefan
Caruso Gesendet: Sonntag, 7. Juni 2020 22:14 An: misc Betreff: Re: How do I get a list of the files of only installed packages? On Sun, 7 Jun 2020 at 21:11, Ottavio Caruso wrote: > > Hi, > > "pkg_info -L PACKAGE-NAME" > > will give me a list of all the files within ea

Re: How do I get a list of the files of only installed packages?

2020-06-08 Thread Stuart Henderson
On 2020-06-08, Ottavio Caruso wrote: > I probably didn't make myself clear and I apologize. I'd like to have > a list of files for just one package, and only if that package has > been installed. If not installed, it should tell me it hasn't been > installed or just provide no output, a bit like p

Re: How do I get a list of the files of only installed packages?

2020-06-07 Thread Ottavio Caruso
On Sun, 7 Jun 2020 at 21:37, Daniel Jakots wrote: > > On Sun, 7 Jun 2020 21:11:57 +0100, Ottavio Caruso > wrote: > > > Hi, > > > > "pkg_info -L PACKAGE-NAME" > > > > will give me a list of all the files within each package, regardless > > of whether the package is installed or not. > > > > How ca

Re: How do I get a list of the files of only installed packages?

2020-06-07 Thread Ottavio Caruso
On Sun, 7 Jun 2020 at 21:11, Ottavio Caruso wrote: > > Hi, > > "pkg_info -L PACKAGE-NAME" > > will give me a list of all the files within each package, regardless > of whether the package is installed or not. > > How can I restrict the output to only installed packages, making it > fail if the pac

How do I get a list of the files of only installed packages?

2020-06-07 Thread Ottavio Caruso
Hi, "pkg_info -L PACKAGE-NAME" will give me a list of all the files within each package, regardless of whether the package is installed or not. How can I restrict the output to only installed packages, making it fail if the package is not installed? I could do: "pkg_info -f PACKAGE-NAME " but

Re: How do I get a list of the files of only installed packages?

2020-06-07 Thread Udo Zorn
On Sun, Jun 07, 2020 at 10:04:53PM +0100, Ottavio Caruso wrote: > On Sun, 7 Jun 2020 at 21:37, Daniel Jakots wrote: > > > > On Sun, 7 Jun 2020 21:11:57 +0100, Ottavio Caruso > > wrote: > > > > > Hi, > > > > > > "pkg_info -L PACKAGE-NAME" > > > > > > will give me a list of all the files within eac

Re: How do I get a list of the files of only installed packages?

2020-06-07 Thread Daniel Jakots
On Sun, 7 Jun 2020 21:11:57 +0100, Ottavio Caruso wrote: > Hi, > > "pkg_info -L PACKAGE-NAME" > > will give me a list of all the files within each package, regardless > of whether the package is installed or not. > > How can I restrict the output to only installed packages, making it > fail if