日本免费全黄少妇一区二区三区-高清无码一区二区三区四区-欧美中文字幕日韩在线观看-国产福利诱惑在线网站-国产中文字幕一区在线-亚洲欧美精品日韩一区-久久国产精品国产精品国产-国产精久久久久久一区二区三区-欧美亚洲国产精品久久久久

第四章:軟件包管理 Solaris系統(tǒng)管理培訓(xùn)

;
所有Solaris系統(tǒng)的軟件都以包的形式出現(xiàn) 。;
軟件包包含:;
軟件包的描述文件;
系統(tǒng)需求的描述文件;
需要安裝的文件;
安裝前以及安裝后需要運(yùn)行的腳本;

The;pkgadd;command;
用于安裝軟件包;
pkgadd;[;-d;[device;|;pathname;]];pkg_name;

#;pkgadd;-d;/cdrom/cdrom0/s0/Solaris_2.7/Product;SUNWaudio;
Processing;package;instance;from;

Audio;applications;
(sparc);3.6.4,REV=1.98.08.13;
Copyright;1998;Sun;Microsystems,;Inc.;All;rights;reserved.;
Using;as;the;package;base;directory.;
##;Processing;package;information.;
##;Processing;system;information.;
2;package;pathnames;are;already;properly;installed.;
##;Verifying;package;dependencies.;
##;Verifying;disk;space;requirements.;
##;Checking;for;conflicts;with;packages;already;installed.;
##;Checking;for;setuid/setgid;programs.;
This;package;contains;scripts;which;will;be;executed;with;super-user;
permission;during;the;process;of;installing;this;package.;
Do;you;want;to;continue;with;the;installation;of;[y,n,?];y;
Installing;Audio;applications;as;
##;Installing;part;1;of;1.;
Installation;of;was;successful.;



The;pkginfo;command;

不加任何參數(shù)用于查看系統(tǒng)已經(jīng)安裝的軟件包;
#;pkginfo;|;more;

application;SUNWAxg;Solaris;XGL;3.3;AnswerBook;
application;SUNWaadm;Solaris;7;System;Administrator;Collection;
system;SUNWab2m;Solaris;Documentation;Server;Lookup;
system;SUNWab2r;Solaris;Documentation;Server;
system;SUNWab2s;Solaris;Documentation;Server;
system;SUNWab2u;Solaris;Documentation;Server;
application;SUNWabda;Sun;Ultra;5/10;Hardware;AnswerBook;
application;SUNWabe;Solaris;7;User;Collection;
application;SUNWabsdk;Solaris;7;Software;Developer;Collection;

The;pkginfo;Command;
后面可跟一些參數(shù),顯示特定某個(gè)軟件包的信息;
Command;Format;
pkginfo;[;-d;[;device;|;pathname;];];[;-l;];pkg_name;
參數(shù);
-d;device;指定軟件所在的位置,可以是目錄、磁帶機(jī)、軟盤等等;
-l;顯示詳細(xì)信息;
pkg_name;軟件包名;

輸出列;
CATEGORY;軟件包的類型,是“應(yīng)用軟件”和是“系統(tǒng)軟件”;
PKGINST;軟件包名,如果是SUNW打頭,則是SUN的產(chǎn)品;
NAME;軟件的簡要描述;

#;pkginfo;-d;/cdrom/cdrom0/s0/Solaris_2.7/Product;-l;SUNWaudio;
PKGINST:;SUNWaudio;
NAME:;Audio;applications;
CATEGORY:;system;
ARCH:;sparc;
VERSION:;3.6.4,REV=1.98.08.13;
BASEDIR:;/;
VENDOR:;Sun;Microsystems,;Inc.;
DESC:;Audio;binaries;
PSTAMP:;dtbuild37s19980813171753;
HOTLINE:;Please;contact;your;local;service;provider;
STATUS:;spooled;
FILES:;9;spooled;pathnames;
2;directories;
3;executables;
4;package;information;files;
700;blocks;used;(approx);

The;pkgrm;Command;
Command;Format;
pkgrm;package_name;
用于刪除軟件包;
#;pkgrm;SUNWaudio;
The;following;package;is;currently;installed:;
SUNWaudio;Audio;applications;
(sparc);3.6.4,REV=1.98.08.13;
Do;you;want;to;remove;this;package?;y;
##;Removing;installed;package;instance;
##;Verifying;package;dependencies.;
WARNING:;
The;package;depends;on;the;package;
currently;being;removed.;
WARNING:;
The;package;depends;on;the;package;
currently;being;removed.;
WARNING:;
The;package;depends;on;the;package;
currently;being;removed.;
WARNING:;
The;package;depends;on;the;package;
currently;being;removed.;
Dependency;checking;failed.;
Do;you;want;to;continue;with;the;removal;of;this;package;[y,n,?,q];
如果某個(gè)文件被多個(gè)包共享,則當(dāng)最后一個(gè)包被刪除時(shí)才被刪除 。;

The;pkgchk;Command;
用于檢查已安裝的軟件包;
Command;Format;
pkgchk;[;-p;path1;[;path2...];];
#;pkgchk;SUNWaudio;
#;
#;pkgchk;-p;/etc/group;
ERROR:;/etc/group;
file;size;<278>;expected;<282>;actual;
file;cksum;

推薦閱讀