728x90
반응형
SMALL
1. 개요
- Internet이 안 되는 경우 Install File을 이용해서 Package를 이용해 설치할 때 Install File을 Download 하는 방법을 안내한다
2. 방법
1) 'yum-utils' 설치
$ yum install yum-utils
2) 'yumdownloader' 활용
a. install File Download 명령어
- 위치하고 있는 Path에 File Download
$ yumdownloader {install package}
예시)
$ yumdownloader net-tools
b. install File을 지정 Folder에 Download 명령어
$ yumdownloader --downloaddir={Download Path} {install package}
예시)
$ yumdownloader --downloaddir=/usr/local net-tools
c. instail File Download 시 의존성 File 포함 Downlaod 명령어
$ yumdownloader --resolve {install package}
예시)
$ yumdownloader --resolve net-tools
3. etc
- Package의 의존성 File List 확인 명령어
$ yum deplist {install package}
728x90
반응형
LIST
'IT > Linux' 카테고리의 다른 글
[Linux] Postgres Docker Container 설치 방법 (2) | 2024.09.10 |
---|---|
[Linux] 파일 내용 삭제 방법 (0) | 2024.05.22 |
[Linux] SSH Terminal Session Auto Timeout 해제 방법 (0) | 2023.12.21 |
[Linux] nVidia Driver 설치 방법 (0) | 2023.12.12 |
[Linux] Tools 설치 명령어 (0) | 2023.12.12 |