「インストール - VSCodium」の版間の差分

提供:MochiuWiki : SUSE, EC, PCB
ナビゲーションに移動 検索に移動
(ページの作成:「== 概要 == MicrosoftのVSCodeはオープンソースであるが、非FLOSSライセンスの下でライセンスされており、テレメトリー / トラッキ…」)
 
22行目: 22行目:
  sudo zypper install codium
  sudo zypper install codium
<br>
<br>
または、[https://github.com/VSCodium/vscodium/releases VSCodiumのGithub]からAppImageをダウンロードして実行する。<br>
または、[https://github.com/VSCodium/vscodium/releases VSCodiumのGithub]からVSCodium-<バージョン>-x86_64.AppImageファイルをダウンロードして実行する。<br>
<br>
または、[https://github.com/VSCodium/vscodium/releases VSCodiumのGithub]からVSCodium-linux-x64-<バージョン>.tar.gzファイルをダウンロードして解凍する。<br>
<br><br>
<br><br>


__FORCETOC__
__FORCETOC__
[[カテゴリ:CentOS]][[カテゴリ:SUSE]]
[[カテゴリ:CentOS]][[カテゴリ:SUSE]]

2021年12月22日 (水) 11:21時点における版

概要

MicrosoftのVSCodeはオープンソースであるが、非FLOSSライセンスの下でライセンスされており、テレメトリー / トラッキングが含まれている。
VSCodiumでは、テレメトリ / トラッキングは無効になっている。


VSCodiumのインストール

まず、VSCodiumのリポジトリのGPGキーを追加する。

sudo rpm --import https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg


次に、VSCodiumのリポジトリを追加する。

# CentOS
printf "[gitlab.com_paulcarroty_vscodium_repo]\nname=gitlab.com_paulcarroty_vscodium_repo\nbaseurl=https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/rpms/\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg" |sudo tee -a /etc/yum.repos.d/vscodium.repo

# SUSE
printf "[gitlab.com_paulcarroty_vscodium_repo]\nname=gitlab.com_paulcarroty_vscodium_repo\nbaseurl=https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/rpms/\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg" |sudo tee -a /etc/zypp/repos.d/vscodium.repo


以下のコマンドを実行して、VSCodiumをインストールする。

# CentOS
sudo dnf install codium

SUSE
sudo zypper install codium


または、VSCodiumのGithubからVSCodium-<バージョン>-x86_64.AppImageファイルをダウンロードして実行する。

または、VSCodiumのGithubからVSCodium-linux-x64-<バージョン>.tar.gzファイルをダウンロードして解凍する。