OS/Raspberry Pi

Raspberry Pi double commander install

강서버 2023. 4. 21. 11:35
728x90
반응형

Double commander gtk version install

$ sudo apt install doublecmd-gtk

 

Double commander qt version install

$ sudo apt install doublecmd-qt

 

 

[ GTK version ]

(Korean)

user@raspberrypi:~ $ sudo apt install doublecmd-gtk
패키지 목록을 읽는 중입니다... 완료
의존성 트리를 만드는 중입니다... 완료
상태 정보를 읽는 중입니다... 완료        
The following additional packages will be installed:
  doublecmd-common doublecmd-plugins
제안하는 패키지:
  doublecmd-help-en | doublecmd-help libffmpegthumbnailer4v5 libunrar5 mplayer
  rabbitvcs-core
다음 새 패키지를 설치할 것입니다:
  doublecmd-common doublecmd-gtk doublecmd-plugins
0개 업그레이드, 3개 새로 설치, 0개 제거 및 0개 업그레이드 안 함.
6,386 k바이트 아카이브를 받아야 합니다.
이 작업 후 35.3 M바이트의 디스크 공간을 더 사용하게 됩니다.
계속 하시겠습니까? [Y/n] y
(... 로그 생략 ...)

 


(English)

user@raspberrypi:~ $ sudo apt install -y doublecmd-qt
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  doublecmd-common doublecmd-plugins libqt5pas1
Suggested packages:
  doublecmd-help-en | doublecmd-help libffmpegthumbnailer4v5 libunrar5 mplayer
  rabbitvcs-core
The following NEW packages will be installed:
  doublecmd-common doublecmd-plugins doublecmd-qt libqt5pas1
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 7,462 kB of archives.
After this operation, 42.8 MB of additional disk space will be used.
(... Log omitted ...)

 

 

[ QT version ]

(Korean)
user@raspberrypi:~ $ sudo apt install doublecmd-qt
패키지 목록을 읽는 중입니다... 완료
의존성 트리를 만드는 중입니다... 완료
상태 정보를 읽는 중입니다... 완료        
The following additional packages will be installed:
  libqt5pas1
다음 패키지를 지울 것입니다:
  doublecmd-gtk
다음 새 패키지를 설치할 것입니다:
  doublecmd-qt libqt5pas1
0개 업그레이드, 2개 새로 설치, 1개 제거 및 0개 업그레이드 안 함.
3,746 k바이트 아카이브를 받아야 합니다.
이 작업 후 1,955 k바이트의 디스크 공간을 더 사용하게 됩니다.
계속 하시겠습니까? [Y/n] y
(... 로그 생략 ...)

 

 

728x90
반응형

'OS > Raspberry Pi' 카테고리의 다른 글

Raspberry Pi 한글 설정  (0) 2023.04.21
Raspberry Pi firefox install  (0) 2023.04.21
Raspberry Pi OpenJDK 11 install  (0) 2023.04.20
Raspberry Pi Java JDK 7, 8 Install  (0) 2020.10.04
Raspberry pi ibus install / uninstall  (0) 2020.10.04