apt-cyg cygwin에 install

cygwin을 모두 인스톨한 상태에서

wget을 install 해준다.

cygwin을 실행 한 후 다음 command를 실행해 준다.

wget rawgit.com/transcode-open/apt-cyg/master/apt-cyg

해당 명령어는

github.com/transcode-open/apt-cyg

을 참조 하면 된다.

apt-cyg를 실행 가능하도록 변경해 준다.

chmod +x apt-cyg

이제 apt-cyg는 

./apt-cyg

명령어를 통해서 작동이 가능한 상태가 된다.

이제 global 접근 가능 하도록 /bin 디렉토리 밑으로 옮겨 주면 된다.

mv apt-cyb /bin

@DESKTOP-EQGMFFE ~
$ mv apt-cyg /bin

@DESKTOP-EQGMFFE ~
$ apt-cyg
NAME
  apt-cyg - package manager utility

SYNOPSIS
  apt-cyg [operation] [options] [targets]
728x90
반응형

'잡동사니' 카테고리의 다른 글

Rxjava 정리  (0) 2021.04.13
프로그래머스 vs code 체험  (0) 2020.09.26
Java VM Option (계속)  (0) 2020.09.15