[
CentOS-7.1 ]
yum 更新
[root@localhost ~]# yum update
[root@localhost ~]#
除外アプリケーションの更新
httpd(Apache)
httpd(Apache) をアップデート(更新)する
[root@localhost ~]# yum --disableexcludes=all update httpd
[root@localhost ~]#
mod_ssl
mod_ssl をアップデート(更新)する
[root@localhost ~]# yum --disableexcludes=all update mod_ssl
[root@localhost ~]#
PHP
PHP をアップデート(更新)する
[root@localhost ~]# yum --disableexcludes=all update php
[root@localhost ~]#
MariaDB
MariaDB(MySQL) をアップデート(更新)する
[root@localhost ~]# yum --disableexcludes=all update mariadb
[root@localhost ~]#
PostgreSQL
PostgreSQL をアップデート(更新)する
[root@localhost ~]# yum --disableexcludes=all update postgresql
[root@localhost ~]#
ProFtpd
ProFtpd をアップデート(更新)する
[root@localhost ~]# yum --disableexcludes=all update proftpd
[root@localhost ~]#
Bind
Bind をアップデート(更新)する
[root@localhost ~]# yum --disableexcludes=all update bind
[root@localhost ~]#
Postfix
Postfix をアップデート(更新)する
[root@localhost ~]# yum --disableexcludes=all update postfix
[root@localhost ~]#
Dovecot
Dovecot をアップデート(更新)する
[root@localhost ~]# yum --disableexcludes=all update dovecot
[root@localhost ~]#
0 件のコメント:
コメントを投稿