| Solaris中的软件管理,包括检查、安装 检查软件包是否已经安装到机器上了 # pkginfo -i SUNWarc SUNWbtool SUNWhea SUNWlibm SUNWlibms \ SUNWsprot SUNWsprox SUNWtoo SUNWi1of SUNWi1cs SUNWi15cs SUNWxwfnt 结果为: system SUNWarc Archive Libraries system SUNWbtool CCS tools bundled with SunOS system SUNWhea SunOS Header Files system SUNWi1of ISO-8859-1 (Latin-1) Optional Fonts system SUNWlibm Sun WorkShop Bundled libm system SUNWlibms Sun WorkShop Bundled shared libm system SUNWsprot Solaris Bundled tools system SUNWsprox Sun WorkShop Bundled 64-bit make library system SUNWtoo Programming Tools system SUNWxwfnt X Window System platform required fonts ERROR: information for "SUNWi1cs" was not found ERROR: information for "SUNWi15cs" was not found 注:SUNWi1cs和SUNWi15cs这两个软件包没有被安装上去。 安装软件包 #pkgadd -d /mnt/iso/Solaris_8/Product SUNWi15cs |