ubuntu16.04安装visual studio

来源:互联网 发布:传奇网站源码 编辑:程序博客网 时间:2024/06/08 07:04

在Ubuntu下面安装Visual Studio Code

sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make
sudo umake web visual-studio-code
期间 ;
eric@ubun:~$ sudo apt-get install ubuntu-make
Reading package lists... Done
Building dependency tree      
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 sogoupinyin : Depends: libopencc2 but it is not installable or
                        libopencc1 but it is not going to be installed
               Depends: fcitx-libs (>= 4.2.7) but it is not going to be installed
               Depends: fcitx-libs-qt (>= 4.2.7) but it is not going to be installed
               Recommends: fonts-droid-fallback but it is not going to be installed or
                           fonts-droid but it is not installable
 ubuntu-make : Depends: python3-argcomplete but it is not going to be installed
               Depends: python3-gnupg but it is not going to be installed
               Depends: python3-progressbar but it is not going to be installed
               Depends: python3-yaml but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
出现错误   卸载Sogou拼音后解决问题
sudu apt-get remove sogoupinyin