인터넷에 액세스 할 수없는 컴퓨터에 프로그램을 설치하려면
명령을 정상으로 입력하고 출력을 읽지 못한 경우 줄 끝을 가져 오지 않은 결과에 대한 결과를보고 USB 링크에 링크를 저장하십시오. 실패한 모든 줄에 대해 반복
*pi@raspberrypi ~/pi $ sudo apt-get install scrot
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
giblib1
....
**Failed to fetch** http://mirrordirector.raspbian.org/raspbian/pool/main/g/giblib/giblib1_1.2.4-8_armhf.deb*
다운로드 한 USB 드라이브를 파일 탐색기에 삽입하고 파일 탐색기에서 (startx 파일 탐색기 프로그램을 사용하여 가장 쉽게) F4 키를 누릅니다 (또는 도구, 터미널에서 현재 폴더 열기)
터미널에 프로그램을 수동으로 설치하려면 아래에 굵게 표시된 명령을 입력하십시오. 다운로드 한 각 파일에 대해 sudo dpkg -1 파일 이름 을 반복 하십시오.
*pi@raspberrypi /media/KINGSTON/pi install packs $ **sudo dpkg -i scrot_0.8-13_armel.deb**
Selecting previously unselected package giblib1:armhf.
(Reading database ... 85074 files and directories currently installed.)
Unpacking giblib1:armhf (from scrot_0.8-13_armel.deb) ...
Setting up giblib1:armhf (1.2.4-8) ...
pi@raspberrypi /media/KINGSTON/pi install packs $ **sudo dpkg -i scrot_0.8-13_armhf.deb**
Selecting previously unselected package scrot.
(Reading database ... 85081 files and directories currently installed.)
Unpacking scrot (from scrot_0.8-13_armhf.deb) ...
Setting up scrot (0.8-13) ...
Processing triggers for man-db ...*
이제 프로그램이 작동합니다.
이것이 의미가 있기를 바랍니다.