728x90
반응형
온프렘 내부망 세팅하던 중에, 제가 사용하는 apt 들이 없어서 설치했어요
나중에 까먹을까봐 기록해두려고요
환경은 아래와 같아요
- ubuntu 22.04
온라인
- tree, ifconfig, unzip 을 설치했어요
#온라인 다운로드
$ apt-get install --download-only unzip
#다운로드 파일 확인
$ ll /var/cache/apt/archives | grep unzip
unzip_6.0-26ubuntu3_amd64.deb
오프라인
#파일 복사
$ cd /var/cache/apt/archives
$ cp ./etc/util/unzip_6.0-26ubuntu3_amd64.deb /var/cache/apt/archives/
#오프라인 설치
$ sudo dpkg -i unzip_6.0-26ubuntu3_amd64.deb
# unzip 확인
728x90
반응형
'기타 > Linux' 카테고리의 다른 글
linux) bash script로 yyyymmdd 뽑기 (0) | 2023.01.09 |
---|---|
Linux) ssh no matching MAC found 오류_해결 (0) | 2022.12.09 |
linux) Curl의 proxy 설정_.curlrc (0) | 2022.10.12 |
linux) 서버 포멧, 이동(mkfs, 무진동차량) (0) | 2022.05.07 |
Linux) tcpdump를 통해 패킷이 오는지 확인해보기 (0) | 2021.08.31 |