Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 데이터비교
- posgtresql
- SQL
- rc.local
- 테이블 중복조회
- tablewidget
- postgis
- ST_InvDistWeight4ma
- shp내려받기
- postgrest
- PostgreSQL
- table비교
- HP스펙터
- shape내려받기
- pygqis
- 테이블목록
- 하위디렉토리
- 순댓국밥
- qgis
- 와콤뱀부슬레이트
- 테이블리턴
- Python
- table
- HP스펙터x360
- idw
- psql
- 네이버클라우드
- posgresql
- Openlayers
- 공주페이
Archives
- Today
- Total
오픈소스의 일상
#3. 필수 라이브러리 설치 본문
1. libxml2-devel
[root@flas /]# yum install libxml2-devel -y
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirror.kakao.com
* extras: mirror.kakao.com
* updates: mirror.kakao.com
Resolving Dependencies
--> Running transaction check
---> Package libxml2-devel.x86_64 0:2.9.1-6.el7_9.6 will be installed
--> Processing Dependency: zlib-devel for package: libxml2-devel-2.9.1-6.el7_9.6.x86_64
--> Processing Dependency: xz-devel for package: libxml2-devel-2.9.1-6.el7_9.6.x86_64
--> Running transaction check
---> Package xz-devel.x86_64 0:5.2.2-1.el7 will be installed
---> Package zlib-devel.x86_64 0:1.2.7-19.el7_9 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
==============================================================================
Package Arch Version Repository Size
==============================================================================
Installing:
libxml2-devel x86_64 2.9.1-6.el7_9.6 updates 1.1 M
Installing for dependencies:
xz-devel x86_64 5.2.2-1.el7 base 46 k
zlib-devel x86_64 1.2.7-19.el7_9 updates 50 k
Transaction Summary
==============================================================================
Install 1 Package (+2 Dependent packages)
-- 이하 생략
2. epel-release
[root@flas /]# yum install epel-release -y
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirror.kakao.com
* extras: mirror.kakao.com
* updates: mirror.kakao.com
Resolving Dependencies
--> Running transaction check
---> Package epel-release.noarch 0:7-11 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
==============================================================================
Package Arch Version Repository Size
==============================================================================
Installing:
epel-release noarch 7-11 extras 15 k
Transaction Summary
==============================================================================
Install 1 Package
-- 이하 생략
[root@flas /]# yum update
3. python 3.X
[root@flas /]# yum install python36 -y
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirror.kakao.com
* epel: mirrors.nipa.cloud
* extras: mirror.kakao.com
* updates: mirror.kakao.com
Resolving Dependencies
--> Running transaction check
---> Package python3.x86_64 0:3.6.8-18.el7 will be installed
--> Processing Dependency: python3-libs(x86-64) = 3.6.8-18.el7 for package: python3-3.6.8-18.el7.x86_64
--> Processing Dependency: python3-setuptools for package: python3-3.6.8-18.el7.x86_64
--> Processing Dependency: python3-pip for package: python3-3.6.8-18.el7.x86_64
--> Processing Dependency: libpython3.6m.so.1.0()(64bit) for package: python3-3.6.8-18.el7.x86_64
--> Running transaction check
---> Package python3-libs.x86_64 0:3.6.8-18.el7 will be installed
---> Package python3-pip.noarch 0:9.0.3-8.el7 will be installed
---> Package python3-setuptools.noarch 0:39.2.0-10.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
==============================================================================
Package Arch Version Repository Size
==============================================================================
Installing:
python3 x86_64 3.6.8-18.el7 updates 70 k
Installing for dependencies:
python3-libs x86_64 3.6.8-18.el7 updates 6.9 M
python3-pip noarch 9.0.3-8.el7 base 1.6 M
python3-setuptools noarch 39.2.0-10.el7 base 629 k
Transaction Summary
==============================================================================
Install 1 Package (+3 Dependent packages)
-- 이하 생략
[root@flas /]# yum update
4. centos-release-scl-rh
[root@flas /]# yum install centos-release-scl-rh -y
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirror.kakao.com
* epel: mirrors.nipa.cloud
* extras: mirror.kakao.com
* updates: mirror.kakao.com
Resolving Dependencies
--> Running transaction check
---> Package centos-release-scl-rh.noarch 0:2-3.el7.centos will be installed
--> Finished Dependency Resolution
Dependencies Resolved
==============================================================================
Package Arch Version Repository Size
==============================================================================
Installing:
centos-release-scl-rh noarch 2-3.el7.centos extras 12 k
Transaction Summary
==============================================================================
Install 1 Package
--이하 생략
728x90
'오픈소스 > 네이버클라우드' 카테고리의 다른 글
#6. OpenJDK 1.8 설정 (0) | 2021.12.22 |
---|---|
#5. PostgreSQL 설정 (0) | 2021.12.22 |
#4. PostGIS 3.1.X 설치 및 확인 (0) | 2021.12.21 |
#2. Postgresql 11.x 설치 (21.12.22. 기준) (0) | 2021.12.21 |
#1. NCloud에 Centos7.8 64bit 서버생성 (0) | 2021.12.21 |