パッケージのアップデート 6月 17, 2014 Fedora,CentOS とか # yum update パッケージ名 Debian,Ubuntu とか # apt-get install パッケージ名 OpenSSLをアップデートするには # yum update OpenSSL # apt-get install OpenSSL おかわり >>
パッケージ依存関係の調査コマンド 6月 09, 2014 apt-cache -i depends パッケージ名 rpm -q --whatrequires パッケージ名 例:opensslの依存関係を調べる apt-cache -i depends openssl rpm -q --whatrequires openssl おかわり >>