관리 메뉴

개발 노트

window 에 ubuntu 설치 본문

학부 공부 : 21.03.02~06.20/벤처 캡스톤 디자인

window 에 ubuntu 설치

hayoung.dev 2021. 6. 8. 00:29

1. microsoft store에서 18.04버전 설치

 


 

[오류]

1. cmd 창을 관리자 모드로 연 후 코드 입력

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart

2. 컴퓨터 다시시작

 

3. cmd 창에서 코드 입력

systeminfo | find "System Type"

 


 

2. Ubuntu install of ROS Melodic : 하단 사이트 순서대로 진행

http://wiki.ros.org/melodic/Installation/Ubuntu

 

melodic/Installation/Ubuntu - ROS Wiki

We are building Debian packages for several Ubuntu platforms, listed below. These packages are more efficient than source-based builds and are our preferred installation method for Ubuntu. Note that there are also packages available from Ubuntu upstream. P

wiki.ros.org

 

 

반응형