DAROLD Gilles wrote: > Yes, where are the files ? > > of this -- rpm -ql package-name gives you a complete list of files in a > > particular rpm. The companion 'rpm -qf /some/file/some/where' gives you Or, for laughs: rpm -qa|grep ^postgresql|xargs -n 1 rpm -ql This will give you a listing of all files on your system that belong to any of the postgresql rpms. -- Lamar Owen WGCR Internet Radio 1 Peter 4:11
- Re: [GENERAL] Trouble with RPM Lamar Owen
- Re: [GENERAL] Trouble with RPM Jeffrey A. Rhines
- Re: [GENERAL] Trouble with RPM DAROLD Gilles
- Re: [GENERAL] Trouble with RPM Lamar Owen
- Re: [GENERAL] Trouble with RPM Prasanth A. Kumar
- Re: [GENERAL] Trouble with RPM Alfred Perlstein