Ubuntu – 설치없이 패키지 다운로드하기 (apt download)

By | 2024년 2월 15일
Table of Contents

Ubuntu – 설치없이 패키지 다운로드하기

sudo apt-get install --download-only <package_name>
# 이미 설치되어 있는 것을 다운로드 하려는 경우 --reinstall 추가
# sudo apt-get install --download-only --reinstall network-manager
ls -al /var/cache/apt/archives

답글 남기기