Re: dpkg question

1999-02-04 Thread Marcus Brinkmann
On Thu, Feb 04, 1999 at 09:55:10PM +1100, Shao Zhang wrote: > Hi, > If I know a command, for example, compress, is it possible to use > dpkg to find out which package is this command belongs to?? And this > package may not be installed on the system. No, you have to zgrep in the Contents.gz

Re: dpkg question

1999-02-04 Thread MallarJ
In a message dated 2/4/99 4:52:10 AM Central Standard Time, [EMAIL PROTECTED] writes: > If I know a command, for example, compress, is it possible to use > dpkg to find out which package is this command belongs to?? And this > package may not be installed on the system. > Search the Con

Re: dpkg question

1999-02-04 Thread Robert Ramiega
On Thu, Feb 04, 1999 at 09:55:10PM +1100, Shao Zhang wrote: > Hi, > If I know a command, for example, compress, is it possible to use > dpkg to find out which package is this command belongs to?? And this dpkg -S file should show this. > package may not be installed on the system. In this c

Re: dpkg question

1999-01-12 Thread J.H.M. Dassen
On Tue, Jan 12, 1999 at 19:58:39 +1100, Shao Zhang wrote: > If I know the package name(not the file name), how do I know what > files are associated with this package. dpkg -L|--listfiles ... list files `owned' by package(s) HTH, Ray -- Obsig: developing a new sig

Re: dpkg question

1998-10-03 Thread Ole J. Tetlie
*-George Bonser <[EMAIL PROTECTED]> | | I am trying to build dpkg from source as provided with slink. The first | thing it tells you to do is cd to the directory containing the souce code | and type ./configure to run the configure script. | | The problem is that there IS no configure script! |

Re: DPKG question.

1998-04-06 Thread Torsten Hilbrich
[EMAIL PROTECTED] writes: > Is there a dpkg command to veryify the integrity of a > package too make sure it downloaded okay? I skimmed through the > manpage and documentation, but I didn't find anything like that. You could use "dpkg --contents filename.deb" for this. It will list the f

Re: DPKG question.

1998-04-05 Thread Nicolás Lichtmaier
> Is there a dpkg command to veryify the integrity of a package too make > sure it downloaded okay? I skimmed through the manpage and documentation, but > I > didn't find anything like that. You may use "dpkg -c package.deb". -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: dpkg question

1997-05-09 Thread Igor Grobman
On May 9, Ryan Shaw wrote > Check our new domain names! > http://www.netforward.com > v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v^v > > in redhat there are source packages and binary packages. one may > download the source package and use `rpm --rebuild ' to > build binary packages fr

Re: dpkg Question

1997-04-29 Thread Jim Smith
Alexandre Lebrun wrote: > > about : listing installed & unneeded packages > > Usually I do that with dselect. > You go through the list (skipping the base package), > and see every package that is installed. > I find it convenient for 2 reasons : > > -You have a short description for the packag

Re: dpkg Question

1997-04-29 Thread Jim Smith
Richard Morin wrote: > > -BEGIN PGP SIGNED MESSAGE- > > On Mon, 28 Apr 1997, Jim Smith wrote: > > > I've just read the man for dpkg and dselect, but my question is, is > > there any way to use either of them to audit a system to find out just > > what is there? I'm afraid my notes are no

Re: dpkg Question

1997-04-29 Thread Jim Smith
Paul McDermott wrote: > > yes there is. There is a file called status in /var/lib/dpkg. the file > status will tell you what programs are installed and i think but don't > quote me programs that are not installed. At any rate take a look at > this file and see if it helps you > Paul > Ps. Good l

Re: dpkg Question

1997-04-29 Thread Bob Nielsen
How about "dpkg -l | less" On Mon, 28 Apr 1997, Jim Smith wrote: > I've just read the man for dpkg and dselect, but my question is, is > there any way to use either of them to audit a system to find out just > what is there? I'm afraid my notes are not all that complete.(g) I've > got a full-blow

Re: dpkg Question

1997-04-28 Thread Alexandre Lebrun
about : listing installed & unneeded packages Usually I do that with dselect. You go through the list (skipping the base package), and see every package that is installed. I find it convenient for 2 reasons : -You have a short description for the packages (in case you don't remember) -You can s

Re: dpkg Question

1997-04-28 Thread Paul McDermott
yes there is. There is a file called status in /var/lib/dpkg. the file status will tell you what programs are installed and i think but don't quote me programs that are not installed. At any rate take a look at this file and see if it helps you Paul Ps. Good luck. I hope this helps and let me