package - How to replace runtime/perl-512 with runtime/perl-522 in solaris 11.3 -




i trying install runtime/perl-522 default installed runtime/perl-512 causing error. unable uninstall runtime/perl-512 because causing following error

pkg uninstall: unable remove 'runtime/perl-512@5.12.5-0.175.3.0.0.30.0' due following packages depend on it: communication/im/pidgin@2.10.11-0.175.3.0.0.26.0 desktop/compiz@0.8.4-0.175.3.0.0.26.0 desktop/xscreensaver@5.15-0.175.3.0.0.22.0 developer/base-developer-utilities@0.5.11-0.175.3.0.0.30.0 developer/gnome/gettext@2.30.0-0.175.3.0.0.10.0 gnome/zenity@2.30.0-0.175.2.0.0.27.0 install/distribution-constructor@0.5.11-0.175.3.0.0.30.0 library/audio/gstreamer@0.10.32-0.175.3.0.0.26.0 library/gnome/gnome-component@2.24.3-0.175.2.0.0.31.0 library/perl-5/sun-solaris-512@0.5.11-0.175.3.0.0.30.0 network/ipfilter@0.5.11-0.175.3.1.0.3.0 package/rpm@1.3-0.175.3.0.0.30.0 print/cups@1.4.5-0.175.3.0.0.30.0 print/cups/filter/foomatic-db-engine@0.20080903-0.175.3.0.0.30.0 print/filter/a2ps@4.14-0.175.3.0.0.30.0 print/filter/ghostscript@9.0-0.175.3.0.0.30.0 print/filter/gutenprint@5.2.7-0.175.3.0.0.30.0 print/psutils@1.17-0.175.3.0.0.30.0 service/network/ntp@4.2.8.2-0.175.3.0.0.30.0 service/network/smtp/sendmail@8.15.1-0.175.3.1.0.2.0 support/explorer@8.9.15.9.11 system/core-os@0.5.11-0.175.3.1.0.2.0 system/dtrace/dtrace-toolkit@0.99-0.175.3.0.0.30.0 system/management/ocm@12.1.0.0.0-0.175.3.0.0.24.0 system/management/snmp/net-snmp@5.4.1-0.175.3.0.0.30.0 system/network/ppp@0.5.11-0.175.3.0.0.30.0 text/groff@1.22.2-0.175.3.0.0.30.0 text/texinfo@4.13-0.175.3.0.0.30.0 web/browser/w3m@0.5.2-0.175.3.0.0.30.0 web/server/apache-22@2.2.31-0.175.3.1.0.3.0 x11/server/xvnc@1.1.0-0.175.3.0.0.30.1483

and during installation of runtime/perl-522 facing following error:

pkg install: requested change system attempts install multiple actions link 'usr/perl5/pod' conflicting attributes:

1 package delivers 'link mediator=perl mediator-priority=vendor mediator-version=5.22 path=usr/perl5/pod target=5.22/lib/pod':     pkg://solaris/runtime/perl-522@5.22.1,5.12-5.12.0.0.0.122.0:20170510t193143z 1 package delivers 'link path=usr/perl5/pod target=5.12/lib/pod':     pkg://solaris/runtime/perl-512@5.12.5,5.11-0.175.3.0.0.30.0:20150821t171525z 

these packages may not installed together. non-conflicting set may be, or packages must corrected before can installed.

the requested change system attempts install multiple actions link 'usr/perl5/man' conflicting attributes:

1 package delivers 'link mediator=perl mediator-priority=vendor mediator-version=5.22 path=usr/perl5/man target=5.22/man':     pkg://solaris/runtime/perl-522@5.22.1,5.12-5.12.0.0.0.122.0:20170510t193143z 1 package delivers 'link path=usr/perl5/man target=5.12/man':     pkg://solaris/runtime/perl-512@5.12.5,5.11-0.175.3.0.0.30.0:20150821t171525z 

these packages may not installed together. non-conflicting set may be, or packages must corrected before can installed.

the requested change system attempts install multiple actions link 'usr/perl5/bin' conflicting attributes:

1 package delivers 'link mediator=perl mediator-priority=vendor mediator-version=5.22 path=usr/perl5/bin target=5.22/bin':     pkg://solaris/runtime/perl-522@5.22.1,5.12-5.12.0.0.0.122.0:20170510t193143z 1 package delivers 'link path=usr/perl5/bin target=5.12/bin':     pkg://solaris/runtime/perl-512@5.12.5,5.11-0.175.3.0.0.30.0:20150821t171525z 

these packages may not installed together. non-conflicting set may be, or packages must corrected before can installed.

////////////////////////////////////////////////////////////////////////////

so please suggest me need install runtime/perl-522

thanks in advance..

now got how resolve issue. follow given command overcome error:

pkg install --accept --licenses perl-512 pkg install --accept --licenses perl-522 

after doing target path change install package , no error come.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -