zhenze12345 发表于 2009-02-26 12:38

opensolaris中pkg-get的使用

ms pkg-get已经落伍了...
说正题,下载pkg-get
wget http://blastwave.unix-center.net/csw/unstable/i386/5.11/pkg_get-3.8.4-SunOS5.8-all-CSW.pkg
vim /opt/csw/etc/pkg-get.conf
加入:
url=http://blastwave.unix-center.net/csw/unstable
更新软件列表
pkg-get update
安装软件gcc4g++
pkg-get install gcc4g++


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/68861/showart_1844134.html
页: [1]
查看完整版本: opensolaris中pkg-get的使用