IT Share you

Windows 10 개발자 미리보기에서 Bash를 활성화하는 방법은 무엇입니까?

shareyou 2020. 12. 11. 20:52
반응형

Windows 10 개발자 미리보기에서 Bash를 활성화하는 방법은 무엇입니까?


저는 Windows 10 개발자 미리보기 Build 14295를 사용하고 있습니다. Build 컨퍼런스에서 Windows 10에서 bash를 활성화 할 수 있음을 이해했습니다. 그러나 Windows 10에서 bash를 활성화하는 방법은 명확하지 않습니다.

Windows 10에서 bash를 실행하기위한 블로그 게시물을 아래에서 찾으십시오. 링크 : http://www.hanselman.com/blog/DevelopersCanRunBashShellAndUsermodeUbuntuLinuxBinariesOnWindows10.aspx

Windows 설정에서 개발자 모드를 켜고 기능을 추가 한 후 bash를 실행하면 Windows 스토어를 통해 Canonical에서 Windows 용 Ubuntu를 다운로드하라는 메시지가 표시됩니다.

여기에 이미지 설명 입력

개발자 모드를 활성화했습니다. 하지만 기능을 추가하고 bash를 실행하는 방법을 잘 모르겠습니다. 친절하게 도와주세요.


Windows 10 에서 bash를 사용하려면 다음을 수행하십시오 .

  1. 시작 단추, 제어판, 프로그램을 차례로 클릭 한 다음 Windows 기능 켜기 또는 끄기를 클릭합니다.
  2. Linux 용 Windows 하위 시스템 활성화
  3. Bash를 설치하려면 명령 프롬프트를 열고 "bash"를 입력하십시오.

Linux 용 Windows 하위 시스템 활성화 Windows 스토어를 사용하여 Windows에 Ubuntu 설치 Bash 시작

자세한 정보는 다음을 방문하십시오.

  1. Windows 10 Insider Preview Build 14316 발표
  2. Windows의 Ubuntu에서 Bash 실행

경우에 따라 개발자 모드를 켜려고하면 설정 앱이 중단 될 수 있습니다. 이 경우 해결 방법은 여기에서 다음 단계를 사용하여 개발자 모드활성화하는 것입니다.


Bash 기능은 빌드 14295에서 사용할 수 없습니다.

  • Scott은 업데이트가 곧 내부자에게 제공 될 것이라는 질문에 답변했습니다 (Microsoft는 내부자에게 푸시하기 전에이 기능에 대해 모든 것이 정상인지 확인하려고합니다).
  • I've been chatting with a Microsoft Program Manager (Sarah Cooley) and she confirm that she have the Bash feature on Build 14311 (which isn't out for insiders yet)

You can see Scott's answer here: https://news.ycombinator.com/item?id=11394994.


Today it is available at Build 14316! The announcement is at https://blogs.windows.com/windowsexperience/2016/04/06/announcing-windows-10-insider-preview-build-14316/


Step1: Enable Developer Mode (Settings - Update & security > For developers)

Step2: Search for “Windows Features” and choose “Turn Windows features on or off” and enable Windows Subsystem for Linux (Beta).

Step3: To get Bash installed, open Command Prompt and type “bash”

Step4: Bash will install required packages on windows you can start with windows bash

5 단계 : apt-get install package_name을 통해 패키지 설치

Windows에서 행복한 Bash 프로그래밍!


이제 bash를 실행하기 위해 더 이상 개발자 모드를 활성화 할 필요가 없습니다. 개발자없이 더 나은 보안을 제공합니다. 모드 활성화.

참고 URL : https://stackoverflow.com/questions/36352627/how-to-enable-bash-in-windows-10-developer-preview

반응형