# pkg publisher gives bash: pkg: command not found

This is the operating system im using

Oracle Solaris 10 9/10 s10s_u9wos_14a SPARC

I need to install some packages by setting local repository

While i run the below command

# pkg publisher

command returns bash: pkg: command not found

while looking for /usr/bin/pkg i get bash: /usr/bin/pkg: No such file or directory

How can i fix this issue by installing any packages or setting any paths ? guide me buddies

"pkg" is a Solaris 11 and newer command. With Solaris 10 and older, you want to use the SVR4 packaging commands (pkgadd, pkginfo, ...).

1 Like

Great thanks a lot..