Apache 설치 - 패키지 설치 확인하기, 패키지 설치하기

CODEDRAGON Security/Linux

반응형

 

Apache 설치

·         패키지 설치 확인하기

·         패키지 설치하기

 

 

패키지 설치 확인하기

[root@localhost ~]# rpm -qa  | grep httpd

httpd-2.4.16-1.fc23.x86_64

fedora-logos-httpd-22.0.0-2.fc23.noarch

httpd-tools-2.4.16-1.fc23.x86_64

httpd-filesystem-2.4.16-1.fc23.noarch

[root@localhost ~]#

의존성이 있는 파일을 주의해야 합니다.

apache httpd가 모두 설치되어 있는 상태입니다.

 

 

 

 

패키지 설치하기

이미 설치되어져 있으므로 설치가 되지는 않습니다.

[root@localhost ~]# dnf install httpd

Last metadata expiration check performed 0:00:02 ago on Sun May 15 09:46:13 2016.

Package httpd-2.4.16-1.fc23.x86_64 is already installed, skipping.

Dependencies resolved.

================================================================================

 Package                Arch         Version                Repository     Size

================================================================================

Skipping packages with conflicts:

(add '--best --allowerasing' to command line to force their upgrade):

 httpd                  x86_64       2.4.18-1.fc23          updates       1.3 M

 httpd-filesystem       noarch       2.4.18-1.fc23          updates        25 k

 httpd-tools            x86_64       2.4.18-1.fc23          updates        88 k

 

Transaction Summary

================================================================================

 

Nothing to do.

Complete!

[root@localhost ~]#

 

 

반응형

'Security > Linux' 카테고리의 다른 글

쉘(Shell)의 종류, 쉘 분류  (0) 2018.05.06
xinetd 설치하기, xinetd 서비스 시작 및 중지  (0) 2017.06.29
SSH 접속하기  (0) 2017.05.18
Telnet(텔넷), 텔넷 서비스, 텔넷 접속 도식도  (0) 2017.05.11
SELinux 설정  (0) 2017.04.30