본문 바로가기
카테고리 없음

linux deb 파일 설치

by ByteBridge 2015. 11. 15.
반응형


.deb 파일 설치 방법


dpkg -i package-name-here.deb
dpkg --install package-name-here.deb
dpkg -i -R /path/to/dir/name/with/lots/of/dot-deb-files/
dpkg -i --recursive /path/to/dir/name/with/lots/of/dot-deb-files/



반응형