Re: [newbie]how to find out a feature is installed

From: Peter Clinch (p.j.clinch_at_dundee.ac.uk)
Date: 07/31/03


Date: Thu, 31 Jul 2003 15:53:52 +0100

Guido Lenk wrote:

> how can i find out if a feature (i.e. procmail) is installed?

That'll depend *how* it's installed. If it's gone in as a formal
software package then the pkginfo command will run through the database
of what's on the system and tell you what's there.

However, there's no requirement for software to be added this way, so it
may be easiest just to use the find command, starting from either /,
/usr or possibly /opt. Something like

        find / -name procmail -print
should do, but before you do that, which could take quite a while, just do
        which procmail
which will have a look in the default search path and see if such a
filename is in it.

Pete.

-- 
Peter Clinch			University of Dundee
Tel 44 1382 660111 ext. 33637	Medical Physics, Ninewells Hospital
Fax 44 1382 640177		Dundee DD1 9SY Scotland UK
net p.j.clinch@dundee.ac.uk	http://www.dundee.ac.uk/~pjclinch/


Relevant Pages

  • Re: [newbie]how to find out a feature is installed
    ... Peter Clinch schrieb: ... >software package then the pkginfo command will run through the database ...
    (comp.unix.solaris)
  • Re: "Data Dictionary" for database updates
    ... of a software package? ... FoxPro that had a "Data Dictionary" and as your code required changes ... to the database per release, ... if there are programming resources out ther (articles, ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Best database for a software package
    ... > I'm going to release a software package for to sell from my website and ... database which is suitable to distribute with my software. ... I agree with the suggestion to look at NexusDB or Firebird. ... Access is not a proper C/S solution, ...
    (borland.public.delphi.non-technical)
  • Re: Best database for a software package
    ... > I'm going to release a software package for to sell from my website ... > and everything is ready except the database part. ... Nowadays i'm ... If you're going to be putting it through a reasonably heavy load you ...
    (borland.public.delphi.non-technical)
  • Re: Best database for a software package
    ... > I'm going to release a software package for to sell from my website and ... Nowadays i'm searching for a ... > database which is suitable to distribute with my software. ... Access and MSSQL Server) about the ...
    (borland.public.delphi.non-technical)