관리 메뉴

JIE0025

chocolatey 설치, 윈도우10에서 sudo,make 명령어 사용하기 본문

기타 학습

chocolatey 설치, 윈도우10에서 sudo,make 명령어 사용하기

Kangjieun11 2021. 4. 8. 22:54
728x90

윈도우에선 관리자 권한을 사용하기 위해

그동안은 cmd 를 관리자 권한으로 실행해서 했다.

 

이제는 sudo 명령어를 윈도우에서 사용해보고자 한다.

 

choco 패키지 관리자를 사용하면 된다.

choco를 통해 리눅스 명령어 다운받는 것도 가능하다.

chocolatey 설치하기

chocolatey.org/install#install-with-cmdexe

 

Installing Chocolatey

Chocolatey is software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages. Chocolatey integrates w/SCCM, Puppet, Chef, etc. Chocolatey is trusted by businesses to manage software deployments.

chocolatey.org

 

step 2 에 있는 아래 버튼을 클릭해 복사한다.

 

 

windows powershell 을 <<관리자>> 권한으로 실행하여 복사한 내용을 붙혀넣기 한다.

 

 

choco를 입력 하여 버젼이 나오면 성공적으로 설치 완료!

 

다음 명령어 입력시 윈도우에서 sudo를 사용할 수 있다.

choco install sudo

 

make 도 바로 설치 하겠다.

설치
choco installl make

설치 확인
make -v