博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Solaris中文语言包问题终结(转)
阅读量:2499 次
发布时间:2019-05-11

本文共 1067 字,大约阅读时间需要 3 分钟。

Solaris中文语言包问题终结(转)[@more@]终结solaris中文安装问题:
It is most likely the case that one or more required packages were not installed properly. On Solaris 10 please refer to the localeadm utility. Otherwise refer to the locale package pages for Solaris 9, Solaris 8 and Solaris 7.
By-the-way, using Chinese as the installation language is not enough to install all Chinese locales. Users still need to select all of the locales they need from the GEO screen during the installation. Only zh or zh_TW locale is installed by default when Simplified Chinese or Traditional Chinese is used as the installation langauge.
即solaris10用如下命令添加简体中文支持:
# localeadm -a zh_CN -d /net/sparc_images/export/pkgs
其他的语言有:zh_TW, zh_HK, hi_IN, th_TH, ko_KR, ja等, “/net/sparc_images/export/pkgs” 应该换成你的cd/dvd安装包位置。
对solaris 9 sparc/x86 手动安装如下包:
对solaris 8 sparc/x86 手动安装如下包:
对solaris 7 sparc/x86 手动安装如下包:
记得手动安装前,把你已经安装过的中文包最好删除掉,然后按照cd1/cd2/lang的顺序手动安装包。

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10617731/viewspace-958811/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/10617731/viewspace-958811/

你可能感兴趣的文章
git 删除远程分支
查看>>
删远端分支报错remote refs do not exist或git: refusing to delete the current branch解决方法
查看>>
python multiprocessing遇到Can’t pickle instancemethod问题
查看>>
APP真机测试及发布
查看>>
通知机制 (Notifications)
查看>>
10 Things You Need To Know About Cocoa Auto Layout
查看>>
一个异步网络请求的坑:关于NSURLConnection和NSRunLoopCommonModes
查看>>
iOS 如何放大按钮点击热区
查看>>
ios设备唯一标识获取策略
查看>>
获取推送通知的DeviceToken
查看>>
Could not find a storyboard named 'Main' in bundle NSBundle
查看>>
CocoaPods安装和使用教程
查看>>
Beginning Auto Layout Tutorial
查看>>
block使用小结、在arc中使用block、如何防止循环引用
查看>>
iPhone开发学习笔记002——Xib设计UITableViewCell然后动态加载
查看>>
iOS开发中遇到的问题整理 (一)
查看>>
Swift code into Object-C 出现 ***-swift have not found this file 的问题
查看>>
为什么你的App介绍写得像一坨翔?
查看>>
RTImageAssets插件--@3x可自动生成@2x图片
查看>>
iOS开发的一些奇巧淫技
查看>>