RHEL/CentOS 5,6,7 ์ EPEL ๊ณผ Remi Repository ์ค์นํ๊ธฐ
์ ๋ฐ์ดํธ๋์ง ์๋ ๋ฌธ์์ ๋๋ค. ๋์ remi ์ ์ฅ์(repository) ์ค์นํ๊ธฐ ์ EPEL YUM ์ ์ฅ์ ์ถ๊ฐ ๋ฅผ ์ฐธ๊ณ ํ์ธ์.
๊ฐ์
EPEL (Extra Packages for Enterprise Linux)ย ์ Fedora Project ์์ ์ ๊ณต๋๋ ์ ์ฅ์๋ก ๊ฐ์ข ํจํค์ง์ ์ต์ ๋ฒ์ ์ ์ ๊ณตํ๋ community ๊ธฐ๋ฐ์ ์ ์ฅ์์ด๋ค.ย
RHEL ์ ํจํค์ง ์ ์ฑ ์ ๋ณด์์ ์ด๊ณ ์์ ์ฑ์ด ์ต์ฐ์ ์ด๋ผ ํจํค์ง ์ ๋ฐ์ดํธ๊ฐ ์ ๋์ง ์๋๋ค.
์ต์ ๋ฒ์ ์ ํจํค์ง๋ฅผ ์ฌ์ฉํ๊ณ ์ถ์ ๊ฒฝ์ฐ๋ (Ex. MySQL5.5, PHP 5.4 ) epel ์ด๋ remi repository ๋ฅผ ๋ฑ๋กํ๊ณ ์ด ์ ์ฅ์๋ฅผ ํตํด์ ์ค์นํ๋ฉด ๋๋ค.
Installing the epel repository
CentOS 8 / RHEL 8
yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
CentOS 7 / RHEL 7
yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
CentOS 6 / RHEL 6
yum install https://archives.fedoraproject.org/pub/archive/epel/6/x86_64/Packages/e/epel-release-6-8.noarch.rpm
EPEL ์์ ์ ๊ณตํ๋ ์ ์ฉํ ํจํค์ง๋ค
package | description | |
---|---|---|
apachetopย | ApacheTop watches a logfile generated by Apache (in standard common or | |
atop | An advanced interactive monitor for Linux-systems to view the load on | |
munin | Munin is a highly flexible and powerful solution used to create graphs | |
ntop | ntop is a network traffic probe that shows the network usage, similar to what |
Remi repository ์ค์น
Remi๋ LAMP ๊ธฐ๋ฐ์ ์ต์ ํจํค์ง๋ฅผ ์ ๊ณตํ๋ repository์ด๋ค.ย
remi ์ ์ฅ์๋ ์ค์นํด๋ ๊ธฐ๋ณธ์ ์ผ๋ก ํ์ฑํ ๋์ง ์์ผ๋ฏ๋ก yum ์ฌ์ฉ์ ย --enablerepo=remi ๋ฅผ ์ถ๊ฐํ๊ฑฐ๋ /etc/yum.repos.d/remi.repo ์์ enabled=1 ๋ก ์ค์ ํด์ผ ํ๋ค.
RHEL 8/CentOS 8
yum install https://rpms.remirepo.net/enterprise/remi-release-8.rpm
RHEL 7/CentOS 7
7์์ Remi ์ ์ฅ์๋ฅผ ์ฌ์ฉํ๊ธฐ ์ํด์๋ epel ์ ์ฅ์๊ฐ ์ค์ ๋์ด์ผ ํ๋ค.
yum install https://rpms.remirepo.net/enterprise/remi-release-7.rpm
RHEL 6/CentOS 6
yum install https://rpms.remirepo.net/enterprise/remi-release-6.rpm
repository ์ฌ์ฉ
- yumย repolist ๋ช
๋ น์ด๋ก ๋ชจ๋ repository ๊ฐ ์ ๋ฑ๋ก๋์๋์ง ํ์ธํ๋ค.
repolist ์ ๋ณด์ด์ง ์์ผ๋ฉด ย /etc/yum.repos.d/{repositoryname}.repo ย ๋ฅผ ์ด์ด์ enabled= 1 ๋ก ์์ ํ๋ค.
## remi vim /etc/yum.repos.d/remi.repo ## epel vim /etc/yum.repos.d/epel.repo
--enablerepo ์ต์ ์ผ๋ก ์ฌ์ฉํ repository ๋ฅผ ์ง์ ํ๋ค.
## epel yum --enablerepo=epel info php ## remi yum --enablerepo=remi info php
๊ฐ์ด ๋ณด๊ธฐ
- CentOS yum ๊ณผ Ubuntu apt Mirror๋ฅผ ๊ตญ๋ด ์ฌ์ดํธ๋ก ์ค์ ํ๊ธฐ
- yum ์ฃผ์ ์ฌ์ฉ๋ฒ ๋ฐ ๊ณ ๊ธ ์ฌ์ฉ๋ฒ (history ๊ด๋ฆฌ, plugin ์ฌ์ฉ ๋ฑ)
- RHEL/CentOS ์ php ์ค์น
- EPEL YUM ์ ์ฅ์ ์ถ๊ฐ