RedHatEnterpriseLinux8에 VisualStudioCode 설치
여기에 쓰여진 것
RedHatEnterpriseLinux 8에 VisualStudioCode를 설치할 때의 로그
패키지에 설치하는 방법에는 다음 세 가지 방법이 있습니다.
뭔가 편리한 dnf로 설치했을 때의 로그를 남깁니다.
참고 문서: 공식 문서 RHEL, Fedora, and CentOS based distributions
리포지토리 추가
[user01@rhel8 ~]$ sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
[sudo] user01 のパスワード:
[user01@rhel8 ~]$ sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo'
패키지 설치
참고) 설치했을 때는 패키지 다운로드가 매우 느렸습니다.
[user01@rhel8 ~]$ sudo dnf check-update
[user01@rhel8 ~]$ sudo dnf install -y code
Updating Subscription Management repositories.
メタデータの期限切れの最終確認: 0:01:45 時間前の 2021年07月17日 15時15分38秒 に実施しました。
依存関係が解決しました。
===============================================================================================================
パッケージ Arch バージョン リポジトリー サイズ
===============================================================================================================
インストール:
code x86_64 1.58.2-1626302881.el8 code 102 M
依存関係のインストール:
libXScrnSaver x86_64 1.2.3-1.el8 rhel-8-for-x86_64-appstream-rpms 31 k
トランザクションの概要
===============================================================================================================
インストール 2 パッケージ
ダウンロードサイズの合計: 102 M
インストール後のサイズ: 279 M
パッケージのダウンロード:
(1/2): libXScrnSaver-1.2.3-1.el8.x86_64.rpm 31 kB/s | 31 kB 00:00
(2/2): code-1.58.2-1626302881.el8.x86_64.rpm 261 kB/s | 102 MB 06:38
---------------------------------------------------------------------------------------------------------------
合計 261 kB/s | 102 MB 06:38
トランザクションの確認を実行中
トランザクションの確認に成功しました。
トランザクションのテストを実行中
トランザクションのテストに成功しました。
トランザクションを実行中
準備 : 1/1
インストール中 : libXScrnSaver-1.2.3-1.el8.x86_64 1/2
インストール中 : code-1.58.2-1626302881.el8.x86_64 2/2
scriptletの実行中: code-1.58.2-1626302881.el8.x86_64 2/2
検証 : libXScrnSaver-1.2.3-1.el8.x86_64 1/2
検証 : code-1.58.2-1626302881.el8.x86_64 2/2
Installed products updated.
インストール済み:
code-1.58.2-1626302881.el8.x86_64 libXScrnSaver-1.2.3-1.el8.x86_64
完了しました!
[user01@rhel8 ~]$
시작 방법
명령으로 시작하는 경우
[user01@rhel8 ~]$ code
[user01@rhel8 ~]$
GUI(아이콘)에서 시작
아무것도 하지 않아도 아이콘이 생겼습니다.
여기에서 시작합시다.
Reference
이 문제에 관하여(RedHatEnterpriseLinux8에 VisualStudioCode 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/kichise/items/7cf7d4d805c7d002468c텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)