Ubuntu 19.04에 VSCode 설치

Ubuntu 19.04에 VSCode 설치

Ubuntu 19.04에 VSCode를 설치하는 데 어려움이 있으며 내가 찾은 대부분의 지침은 Ubuntu 18.04/16.04에 VSCode를 설치하는 데 관한 것입니다.

먼저 Ubuntu Software에서 VSCode를 설치해 보았습니다. 이후에 vscode를 열면 프로그램이 공백으로 표시됩니다. 컴퓨터를 다시 시작한 다음 VSCode를 설치하고 다시 설치했는데도 이런 현상이 계속되었습니다.

다음으로 다음을 사용하여 VSCode를 설치하려고했습니다..debVSCode 웹사이트의 옵션. VSCode를 열 때 빈 창만 보이는 것과 동일한 문제가 발생했습니다.

마지막으로 snap을 이용해 VSCode를 설치해보았는데,이 지침에 따라. 다시 말하지만, VSCode를 열면 비어 있습니다.

다음으로 apt. 실행했는데 snap remove vscode거기에 없다는 말을 듣고 "sudo apt install vscode"를 실행했는데 vscode가 이미 최신 버전이라는 것을 알 수 있었습니다. Snap으로 설치한 버전만 제거했기 때문에 이런 일이 발생한 것 같습니다.

나는 찔렀다VSCode 문서때로는 GPU 가속 문제로 인해 VSCode가 공백으로 나타날 수 있다는 것을 확인했습니다. 을 실행하여 GPU 가속을 비활성화하려고 했지만 code --disable-gpuVSCode를 다시 열었을 때 다시 비어 있었습니다.

TLDR: Ubuntu 19.04에 VSCode를 어떻게 설치하나요? 다음 계획은 edge또는 test빌드를 설치하는 것입니다.

나는 이미 읽었다18.04 설치에 관한 질문입니다.그리고 지시를 따랐다. 해당 지침에 따라 VSCode를 설치할 수 없었습니다.

업데이트/var/log/apt/term.log: 다음은 설치 시도를 보여주는 출력입니다 vs code.

Log started: 2019-05-16  14:05:45
Selecting previously unselected package code.
(Reading database ... 176942 files and directories currently installed.)
Preparing to unpack .../code_1.33.1-1554971066_amd64.deb ...
Unpacking code (1.33.1-1554971066) ...
Setting up code (1.33.1-1554971066) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for gnome-menus (3.32.0-1ubuntu1) ...
Processing triggers for desktop-file-utils (0.23-4ubuntu1) ...
Log ended: 2019-05-16  14:05:48

Log started: 2019-05-20  12:13:37
(Reading database ... 186403 files and directories currently installed.)
Removing code (1.33.1-1554971066) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for gnome-menus (3.32.0-1ubuntu1) ...
Processing triggers for desktop-file-utils (0.23-4ubuntu1) ...
Log ended: 2019-05-20  12:13:37

Log started: 2019-05-20  12:13:54
Selecting previously unselected package code.
(Reading database ... 184660 files and directories currently installed.)
Preparing to unpack .../code_1.34.0-1557957934_amd64.deb ...
Unpacking code (1.34.0-1557957934) ...
Setting up code (1.34.0-1557957934) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for gnome-menus (3.32.0-1ubuntu1) ...
Processing triggers for desktop-file-utils (0.23-4ubuntu1) ...
Log ended: 2019-05-20  12:13:57

Log started: 2019-05-20  12:35:47
(Reading database ... 186403 files and directories currently installed.)
Removing code (1.34.0-1557957934) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for gnome-menus (3.32.0-1ubuntu1) ...
Processing triggers for desktop-file-utils (0.23-4ubuntu1) ...
Log ended: 2019-05-20  12:35:47

Log started: 2019-05-20  12:38:15
Selecting previously unselected package code.
(Reading database ... 184660 files and directories currently installed.)
Preparing to unpack .../code_1.34.0-1557957934_amd64.deb ...
Unpacking code (1.34.0-1557957934) ...
Setting up code (1.34.0-1557957934) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for gnome-menus (3.32.0-1ubuntu1) ...
Processing triggers for desktop-file-utils (0.23-4ubuntu1) ...
Log ended: 2019-05-20  12:38:18

Log started: 2019-05-20  12:49:21
(Reading database ... 186403 files and directories currently installed.)
Removing code (1.34.0-1557957934) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for gnome-menus (3.32.0-1ubuntu1) ...
Processing triggers for desktop-file-utils (0.23-4ubuntu1) ...
Log ended: 2019-05-20  12:49:21

Log started: 2019-05-20  21:37:40
(Reading database ... 186403 files and directories currently installed.)
Removing code (1.34.0-1557957934) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for gnome-menus (3.32.0-1ubuntu1) ...
Processing triggers for desktop-file-utils (0.23-4ubuntu1) ...
Log ended: 2019-05-20  21:37:40

또 다른 업데이트: 문제를 해결했습니다. VSCode를 제거하기 위해 이전 단계를 모두 반복하고 /etc/apt/sources.list.d 이 디렉터리에 VSCode에 대한 일부 구성 파일이 포함되어 있는지 확인하여 제거했습니다. 또한 내 홈 디렉터리의 디렉터리를 확인했는데 .config여기에는 내가 제거한 일부 vscode 구성도 포함되어 있었습니다. VSCode 관련 파일을 완전히 제거한 후 .debVSCode 웹 사이트에서 파일을 다운로드하고 Ubuntu의 소프트웨어 설치 프로그램을 사용하여 설치했습니다. 성공!

답변1

터미널에서 다음 명령을 시도해 보세요.

sudo apt update
sudo apt install software-properties-common apt-transport-https wget
wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
sudo apt install code

관련 정보