AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
 View Only
  • 1.  Installed location of a package

    Posted Mon July 25, 2011 03:19 AM

    Originally posted by: RatnaKantharaj


    Hi,

    I have installed a package.
    Now how do i determine the basedir location of that package in AIX?

    eg.
    In solaris "pkginfo -r " gives the basedir of the package.

    Thanks
    #AIX-Forum


  • 2.  Re: Installed location of a package

    Posted Mon July 25, 2011 10:07 AM

    Originally posted by: MatthewBourne


    Suppose I install LPP "foo.bar.flibble" then I can find all files delivered with lslpp command:

    lslpp -f foo.bar.flibble

    will list all files within the package foo.bar.flibble

    and

    lslpp -w /somepath/somefile

    will tell me if /somepath/somefile belongs to an LPP package, and which package that is.

    HTH
    M.
    #AIX-Forum


  • 3.  Re: Installed location of a package

    Posted Wed July 27, 2011 01:47 AM

    Originally posted by: RatnaKantharaj


    Thanks for the reply.

    We are retrieving the list of files associated with a package. However can I get only the base directory of that package using "lslpp" command???

    i.e., Is there any way to get the base directory from the output of "lslpp -f".
    #AIX-Forum