Programming/Linux
[Ubuntu] Ubuntu에 visual studio code 다운로드하는 법
wawawaaw
2022. 7. 12. 13:25
반응형
💡 이번 포스팅에서는 Ubuntu 운영체제에서 Visual studio code를 다운로드 받는 방법을 알아보자.
- VSCode 홈페이지에서 설치 파운 다운로드 받기
https://code.visualstudio.com/
Visual Studio Code - Code Editing. Redefined
Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
code.visualstudio.com
- .deb 파일 다운
2. deb 다운 받은 폴더로 이동하여 터미널 열기
3. 다운 받은 파일 디 패키징하기
sudo dpkg -i code (다운 받은 파일명)
sudo dpkg -i code_1.69.0-1657183742_amd64.deb
4. VS 코드 실행
프로그램 파일에 보면 실행 파일이 생성되어 있을 것이다. 클릭하면 바로 실행이 가능하다.
반응형