CernVmにVisual Studio Codeをインストールする方法は?

CernVmにVisual Studio Codeをインストールする方法は?

CernVmにVS Codeをインストールしようとしていますが、次のエラーが表示されます。

Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package code.x86_64 0:1.35.1-1560350390.el7 will be installed
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.15)(64bit) for package: code-1.35.1-1560350390.el7.x86_64
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.14)(64bit) for package: code-1.35.1-1560350390.el7.x86_64
--> Processing Dependency: libsecret-1.so.0()(64bit) for package: code-1.35.1-1560350390.el7.x86_64
--> Processing Dependency: libgtk-3.so.0()(64bit) for package: code-1.35.1-1560350390.el7.x86_64
--> Finished Dependency Resolution
Error: Package: code-1.35.1-1560350390.el7.x86_64 (code)
           Requires: libstdc++.so.6(GLIBCXX_3.4.15)(64bit)
Error: Package: code-1.35.1-1560350390.el7.x86_64 (code)
           Requires: libgtk-3.so.0()(64bit)
Error: Package: code-1.35.1-1560350390.el7.x86_64 (code)
           Requires: libstdc++.so.6(GLIBCXX_3.4.14)(64bit)
Error: Package: code-1.35.1-1560350390.el7.x86_64 (code)
           Requires: libsecret-1.so.0()(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest


私はそれをインストールする方法を見つけるためにいくつかのウェブサイトを見ましたが、libstdc++.so.6今は完全に混乱しています。コンパイルされた.rpmファイルがCernVMまたはScientific Linuxで動作するかどうかわかりません。
vsコードが利用できるという内容を読みましたdnf。だから私はEPELリポジトリを追加しましたが、役に立ちませんでした。dnfいくら見ても設置ができないようですね。

yum updateyum upgradeetcコマンドを試しyum --obsoletes updateてキャッシュを消去しようとしましたが、エラーメッセージには影響しません。

助けてください...主な目標はVS Codeをインストールすることです。

環境:

$  cat /etc/issue
Welcome to CERN Virtual Machine, version 3.7.2.8
  based on Scientific Linux release 6.9 (Carbon)
  Kernel 4.1.44-30.cernvm.x86_64 on an x86_64

Ubuntu 18のVirtualBoxバージョン5.2.18で実行

ベストアンサー1

おすすめ記事