installation directory


 
Thread Tools Search this Thread
Operating Systems AIX installation directory
# 1  
Old 12-16-2011
installation directory

hi all. I am new to unix/linux forums. help me in the following issue.

how can i find all installed files(with full path) of a package with lslpp command on IBM AIX.

on other platforms

linux - rpm -ql package_name
solaris - pkgchk -l package_name
hpux - swlist -l file package_name

the above commands are used to see all installed files with full path of a prticular package/product.

please help me with relevant command on IBM AIX.
please it's urgent.

thanks in advance.
# 2  
Old 12-16-2011
Code:
lslpp -f

# 3  
Old 12-16-2011
Hi,

check "lslpp -w fileset name" to list containt

Regards,

vjm
# 4  
Old 12-16-2011
thank you ....

the lslpp -f command lists files in /tmp folder

now i am able to find the installation directory of package in AIX.
the information about installation directory will be at /usr/lpp/package_name directory

Last edited by snreddy_gopu; 12-19-2011 at 08:32 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Shell scripting-I need a script which should watch a directory for a file with specific directory

I need a script which should watch a directory for a file with specific directory. If it finds a file in directory, it should search for few specific keyword in the file. if the keyword exists, it should trim string from specific column. The file should be moved to another directory and the a... (8 Replies)
Discussion started by: akashdeepak
8 Replies

2. UNIX for Dummies Questions & Answers

Changing the Apache Installation directory in Linux

Hi All, I have installed apache using yum on centos. I know that the default installation directory is /var/www/html. Now I want to change the installation directory to /mnt/ebs. How can I do this ? (5 Replies)
Discussion started by: Palak Sharma
5 Replies

3. UNIX for Dummies Questions & Answers

Extract directory name from the full directory path in UNIX using shell scripting

My input is as below : /splunk/scrubbed/rebate/IFIND.REBTE.WROC.txt /splunk/scrubbed/rebate/IFIND.REBTE.WROC.txt /splunk/scrubbed/loyal/IFIND.HELLO.WROC.txt /splunk/scrubbed/triumph/ifind.triumph.txt From the above input I want to extract the file names only . Basically I want to... (5 Replies)
Discussion started by: IshuGupta
5 Replies

4. Solaris

Solaris 10 flash installation - fatal error. Solaris installation program exited.

Not very helpful to say the least. Seems to read the flar file and go through the upgrade and then come up with this error. Any ideas? (1 Reply)
Discussion started by: psychocandy
1 Replies

5. Shell Programming and Scripting

Grepping file names, comparing them to a directory of files, and moving them into a new directory

got it figured out :) (1 Reply)
Discussion started by: sHockz
1 Replies

6. OS X (Apple)

Installation directory structure for downloaded program

OS X 10.3.9 I downloaded RealPlayer into my ~/download folder, clicked install and everything works just fine. My question has to do with just my trying to understand where OS X keeps the files. So, I opened terminal and said: find / -name RealPlayer 2>/dev/null To my utter... (0 Replies)
Discussion started by: migurus
0 Replies

7. Shell Programming and Scripting

Perl installation in user directory

Hi, The version of perl at my work is very old and It doesn't have advanced perl modules. I need to install DBI and DBD::Sybase modules but I dont have the root access. So I have installed DBI module in my home directory. And trying to install DBD::Sybase, with the followint command: perl... (3 Replies)
Discussion started by: mahendrt
3 Replies

8. Solaris

installation of Solaris: installation bypasses network config.

hello solaris friends, I've tried installing Sun Solaris 10.0, but everytime it seems to bypass the network config. screen that looks similar to this...here's the url: http://www.hup.hu/old/images/hup/Solaris/Sol10beta7/9.png I'm able to install it all the way through but I get no... (2 Replies)
Discussion started by: cadmiumgreen
2 Replies
Login or Register to Ask a Question