Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Solaris packages and installation query Post 302584897 by mohtashims on Monday 26th of December 2011 10:56:12 AM
Old 12-26-2011
Error

I am still awaiting answer to "Where can i find the bzip" package install path as posted in the initial post of mine?

Quote:
Originally Posted by DukeNuke2
Code:
which pfiles

should help you to find the path to a command... a package doesn't have a path. a package contains files which will be copied to the filesystem...
Here is the output

Code:
 
bash$> which pfiles
/usr/bin/pfiles
bash$> /usr/sbin/pkgchk -l -p /usr/bin/pfiles
NOTE: Couldn't lock the package database.
Pathname: /usr/bin/pfiles
Type: linked file
Source of link: ../../usr/lib/isaexec
Referenced by the following packages:
        SUNWesu
Current status: installed

This helps. However the question regarding say "wget". How can I confirm if it is instaled on my system or not?

Code:
 
which

will only work when we have set that tool in the system path. What if it is not set in the system path ?

Last edited by mohtashims; 12-27-2011 at 05:11 AM..
 

9 More Discussions You Might Find Interesting

1. Solaris

solaris 10 installation query

Dear all I've downloaded Solaris 10 from Sun's website. The Operating system installation files are on 4 CD's. I boot with the first CD and start the installation. Then it reboots and start the installation al over again. If I take the CD out during the 1st reboot, then it cannot continue... (3 Replies)
Discussion started by: soliberus
3 Replies

2. 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

3. UNIX for Dummies Questions & Answers

Cygwin packages installation page

Hihi, another question for Cygwin gurus... While im installing, there are many packages that can be installed. Beside each packages, there are three columns: status Keep, Reinstall, Uninstall, Source bin? "blank", "cross", "n/a" src? "blank',... (1 Reply)
Discussion started by: Suraine
1 Replies

4. Shell Programming and Scripting

Shell Script to query packages from a http server.

Hello Unix Gurus, Does anybody have an idea on how to verify packages exist on a remote or ftp server connected through http. Here is my task at hand. We have a central repository in which we retrieve our packages. eg. http://packageserver/packages. What i have done is compiled a list of... (2 Replies)
Discussion started by: liketheshell
2 Replies

5. Solaris

Need few packages for installation

I need the following packages to keep my system uptodate. These packages are not present in Solaris U7. I didnt get these packages from Sun freeware site. Please help me where i can get these packages? IS94de812 ISCbemBui ISCbemCli ISCsmMult ISHelpMul ISJavaMul ISLockhar ISSadeCli... (4 Replies)
Discussion started by: ramnagaraj
4 Replies

6. 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

7. Solaris

Solaris packages for Oracle grid infrastructure installation

Hello guys, I am trying to install oracle grid infrastructure 11.2 on Solaris 5.11. while I was reading the installation guide to check for the software requirements, there were two packages mentioned for the Solars 5.11. They are as follows pkg://solaris/developer/build/make... (2 Replies)
Discussion started by: zacsparrow
2 Replies

8. SuSE

Query on Linux Patch Installation

Hello Experts, I need your inputs to figure out the issue I faced post applying Linux patch. Question: As a part of change implementation UNIX team applied patches and upgraded OS from version SuSE Linux 11.2.3 to 11.3.6. Post upgrade we could bring up Tomcat successfully; however... (0 Replies)
Discussion started by: MaheshChaudhari
0 Replies

9. Solaris

Are SUNWaccu and SUNWless default packages of x86 installation ?

Hi, This question is not for troubleshooting, but want to get some clarification. In few of our Solaris-10 x86 servers, there are no SUNWaccu and SUNWless packages, so sar is not present. These are old servers, so not sure, when and how these were build. Now, there is a big push from application... (1 Reply)
Discussion started by: solaris_1977
1 Replies
libbz2(3)						     Library Functions Manual							 libbz2(3)

NAME
libbz2 - library for block-sorting data compression SYNOPSIS
cc [ flag ...] file..." -lbz2 [ library ... ] #include <stdio.h> #include <bzlib.h> DESCRIPTION
Interfaces in this library provide the ability to compress (and decompress) files using the Burrows-Wheeler blocksorting text compression algorithm, and Huffman coding. It is provided along with the bzip2(1) utility. See bzip2(1) for more information. The source distribution of bzip2 contains a description of how to use this library in HTML form. For additional information on shared object interfaces, see intro(3). INTERFACES
BZ2_bzCompressInit BZ2_bzCompress BZ2_bzCompressEnd BZ2_bzDecompressInit BZ2_bzDecompress BZ2_bzDecompressEnd BZ2_bzReadOpen BZ2_bzReadClose BZ2_bzReadGetUnused BZ2_bzRead BZ2_bzWriteOpen BZ2_bzWrite BZ2_bzWriteClose BZ2_bzBuffToBuffCompress BZ2_bzBuffToBuffDecompress BZ2_bzlibVersion BZ2_bzopen BZ2_bzdopen BZ2_bzread BZ2_bzwrite BZ2_bzflush BZ2_bzclose FILES
/usr/lib/libbz2.so.1 shared object /usr/lib/sparcv9/libbz2.so.1 64-bit shared object SEE ALSO
bzip2(1), intro(3) AUTHOR
Julian Seward, jseward@acm.org. http://sourceware.cygnus.com/bzip2 http://www.muraroa.demon.co.uk The ideas embodied in bzip2 are due to (at least) the fol- lowing people: Michael Burrows and David Wheeler (for the block sorting transformation), David Wheeler (again, for the Huffman coder), Peter Fenwick (for the structured cod- ing model in the original bzip, and many refinements), and Alistair Moffat, Radford Neal and Ian Witten (for the arithmetic coder in the original bzip). I am much indebted for their help, support and advice. See the man- ual in the source distribution for pointers to sources of documentation. Christian von Roques encouraged me to look for faster sorting algorithms, so as to speed up compres- sion. Bela Lubkin encouraged me to improve the worst-case compression performance. Many people sent patches, helped with portability problems, lent machines, gave advice and were generally helpful. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +--------------------+-----------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+-----------------+ |Availability | SUNWbzip | +--------------------+-----------------+ |Interface Stability | Committed | +--------------------+-----------------+ NOTES
Source for libbz is available on http://opensolaris.org. Bare manual page by mike_s@Sun.COM. 8 Oct 1999 libbz2(3)
All times are GMT -4. The time now is 02:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy