pkgadd missing on Solaris 11


 
Thread Tools Search this Thread
Operating Systems Solaris pkgadd missing on Solaris 11
# 1  
Old 08-25-2009
pkgadd missing on Solaris 11

Hi,

This is not a question thread, but rather a solution to an issue I have encountered on Solaris 11.

It turns out that pkgadd is not available by default on Solaris 11. The solution is to install it with:

Code:
pkg install SUNWpkgcmds

I hope this will save people some time.

Cheers,

JVerstry
# 2  
Old 08-25-2009
Thank you very much for this post. This would really help all.
# 3  
Old 08-26-2009
Quote:
Originally Posted by JVerstry
It turns out that pkgadd is not available by default on Solaris 11.
Given the fact there is no released product named "Solaris 11", what is the SunOS 5.11 based distribution you are using that is missing pkgadd ?
Both Solaris Express and current OpenSolaris are installing pkgadd by default.
# 4  
Old 08-26-2009
I did not perform the installation myself, but I am not the only one who has encountered this issue (OpenSolaris Forums : pkgadd in non-global, ipkg-brand zone ...). Your information seems to contradict what is mentioned about OpenSolaris. I don't know who is right.
# 5  
Old 08-26-2009
Both statements are right. You just failed to mention you were specifically talking about ipkg zones, not the main Solaris installation (global zone). These ipkg zones are by design very thin and indeed do not include the pkgadd or a thousand or so other commands.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Ksyms missing in Solaris

Hi, On solaris-10 server, this file is missing, which is causing another issue. Can somebody guide, how to fix this ? This is tough server to take downtime, uptime of 3 years. I am thinking, is there anything, which I can do without reconfiguration reboot. devfsadm didn't helped bash-3.2# ls -l... (2 Replies)
Discussion started by: solaris_1977
2 Replies

2. Solaris

Pkgadd failures with Solaris 11

I have some simple package installations that have worked in previous versions of Solaris just fine. I can install the packages, then install newer versions right over the top without error. In previous versions I had to specify the -G option during the installation in order for this to work. ... (0 Replies)
Discussion started by: moondog25
0 Replies

3. Solaris

pkgadd will not install solaris studio 12.3

I downloaded Solaris 10 OS on x86, SVR4 installer to my desktop and ran digest -a md5 on the downloaded file and the hash values matched. I then ran bunzip2 followed by pkgadd -d SolarisStudio12.3-solaris-x86-pkg and am getting the following error: pkgadd: ERROR: attempt to process... (14 Replies)
Discussion started by: twk
14 Replies

4. Solaris

Solaris 10 missing /cdrom/cdrom0/

Good day everyone, I am trying to install some new senmail patch on my Solaris 10 system. I know the cdrom for my CP3260 blade servers in my rack worked for the last patches installed. However, when I went to copy from the .tar file from the cdrom to the /tmp. I received an error cannot... (2 Replies)
Discussion started by: cookiecrumbs
2 Replies

5. Solaris

<sys/ptrace.h> missing in Solaris 10

Does anyone know why this system include is not there. What can I install to get this and why is it missing? (4 Replies)
Discussion started by: steve701
4 Replies

6. Solaris

pkgadd with admin fine (solaris 10)

Hi, I am trying to install a simple gcc package on a sparc (solaris 10) machine using the admin file (called admtest), but it is not working. I am getting the "Select package prompt". Can anyone have a look at it and tell me what am i doing wrong. # cat admtest mail=root... (5 Replies)
Discussion started by: Mack1982
5 Replies

7. Solaris

Variable not expanding during Solaris pkgadd

I'm having a little trouble with a Solaris package build/install. I have the following entries in my prototype file... # Interfaces file - all versions installed and auto linked to installation type... f none $OPTDIR/config/interfaces.DEV 0444 $OWNER $GROUP f none... (0 Replies)
Discussion started by: JerryHone
0 Replies

8. UNIX for Dummies Questions & Answers

Solaris 10 missing static_routes file

Hi, I have a solaris 10 system ( confirmed by the /etc/releases file and uname -a ). But, I have no /etc/inet/static_routes file and if I try to add a persistent route with route -p add then it tells me that -p isn't a valid option. Can anybody tell me why my Sol10 system isn't acting like... (0 Replies)
Discussion started by: Donkey25
0 Replies

9. UNIX Desktop Questions & Answers

Solaris 10 - Compiling package from source? Different from pkgadd?

Hey everyone, I'm using a SPARC based Solaris 10 5/09 machine and want to install PHP support to it. I already have mysql and apache( came with OS, just started the proccess) installed, so this is the last thing before I can get to learning development :) However, there's something I'm not sure... (1 Reply)
Discussion started by: agummad
1 Replies

10. UNIX for Dummies Questions & Answers

pkgadd fails when installing Solaris 8 patches

Hi, guys ! I usually run this task without even thinking on outcome, because it never failed. But this time when I tried installation of patches for Solaris 8 OS on my old machine, I received this message: "pkgadd: ERROR: no packages were found in </var/spool/pkg>" I compared the contents... (5 Replies)
Discussion started by: Deicide5997
5 Replies
Login or Register to Ask a Question