Jumat, 16 Agustus 2019

How to Install apche 2.4.6 on Linux Centos 7 using yum

  Tidak ada komentar
Check the httpd package on repository
[myuser@ipo ~]$ yum list httpd
Loaded plugins: fastestmirror
Determining fastest mirrors
 * base: mirror.biznetgio.com
 * extras: mirror.biznetgio.com
 * updates: mirror.biznetgio.com
Installed Packages
httpd.x86_64                                              2.4.6-89.el7.centos.1                                               @updates
[myuser@ipo ~]$
Running yum install command
[myuser@ipo ~]$ sudo yum install httpd

We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:

    #1) Respect the privacy of others.
    #2) Think before you type.
    #3) With great power comes great responsibility.

[sudo] password for myuser:
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.buana.web.id
 * extras: centos.mirror.angkasa.id
 * updates: centos.mirror.angkasa.id
base                                                                                                           | 3.6 kB  00:00:00
extras                                                                                                         | 3.4 kB  00:00:00
updates                                                                                                        | 3.4 kB  00:00:00
Resolving Dependencies
--> Running transaction check
---> Package httpd.x86_64 0:2.4.6-89.el7.centos.1 will be installed
--> Processing Dependency: httpd-tools = 2.4.6-89.el7.centos.1 for package: httpd-2.4.6-89.el7.centos.1.x86_64
--> Processing Dependency: /etc/mime.types for package: httpd-2.4.6-89.el7.centos.1.x86_64
--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: httpd-2.4.6-89.el7.centos.1.x86_64
--> Processing Dependency: libapr-1.so.0()(64bit) for package: httpd-2.4.6-89.el7.centos.1.x86_64
--> Running transaction check
---> Package apr.x86_64 0:1.4.8-3.el7_4.1 will be installed
---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed
---> Package httpd-tools.x86_64 0:2.4.6-89.el7.centos.1 will be installed
---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

======================================================================================================================================
 Package                        Arch                      Version                                    Repository                  Size
======================================================================================================================================
Installing:
 httpd                          x86_64                    2.4.6-89.el7.centos.1                      updates                    2.7 M
Installing for dependencies:
 apr                            x86_64                    1.4.8-3.el7_4.1                            base                       103 k
 apr-util                       x86_64                    1.5.2-6.el7                                base                        92 k
 httpd-tools                    x86_64                    2.4.6-89.el7.centos.1                      updates                     91 k
 mailcap                        noarch                    2.1.41-2.el7                               base                        31 k

Transaction Summary
======================================================================================================================================
Install  1 Package (+4 Dependent packages)

Total download size: 3.0 M
Installed size: 10 M
Is this ok [y/d/N]: y
Downloading packages:
(1/5): mailcap-2.1.41-2.el7.noarch.rpm                                                                         |  31 kB  00:00:00
(2/5): apr-1.4.8-3.el7_4.1.x86_64.rpm                                                                          | 103 kB  00:00:00
(3/5): httpd-tools-2.4.6-89.el7.centos.1.x86_64.rpm                                                            |  91 kB  00:00:00
(4/5): apr-util-1.5.2-6.el7.x86_64.rpm                                                                         |  92 kB  00:00:00
(5/5): httpd-2.4.6-89.el7.centos.1.x86_64.rpm                                                                  | 2.7 MB  00:00:00
--------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                 4.0 MB/s | 3.0 MB  00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : apr-1.4.8-3.el7_4.1.x86_64                                                                                         1/5
  Installing : apr-util-1.5.2-6.el7.x86_64                                                                                        2/5
  Installing : httpd-tools-2.4.6-89.el7.centos.1.x86_64                                                                           3/5
  Installing : mailcap-2.1.41-2.el7.noarch                                                                                        4/5
  Installing : httpd-2.4.6-89.el7.centos.1.x86_64                                                                                 5/5
  Verifying  : httpd-2.4.6-89.el7.centos.1.x86_64                                                                                 1/5
  Verifying  : mailcap-2.1.41-2.el7.noarch                                                                                        2/5
  Verifying  : httpd-tools-2.4.6-89.el7.centos.1.x86_64                                                                           3/5
  Verifying  : apr-util-1.5.2-6.el7.x86_64                                                                                        4/5
  Verifying  : apr-1.4.8-3.el7_4.1.x86_64                                                                                         5/5

Installed:
  httpd.x86_64 0:2.4.6-89.el7.centos.1

Dependency Installed:
  apr.x86_64 0:1.4.8-3.el7_4.1 apr-util.x86_64 0:1.5.2-6.el7 httpd-tools.x86_64 0:2.4.6-89.el7.centos.1 mailcap.noarch 0:2.1.41-2.el7

Complete!
[myuser@ipo ~]$
[myuser@ipo ~]$ httpd -v
Server version: Apache/2.4.6 (CentOS)
Server built:   Jul 29 2019 17:18:49
[myuser@ipo ~]$


Tidak ada komentar :

Posting Komentar