问题描述
嘿所有人......
Hey Everyone ...
我必须在ubntu 16.04上安装visual studio社区......我试过Wine,Playonlinux ......但是收到错误
I have to install visual studio community on ubntu 16.04 ... I have tried Wine, Playonlinux ... But getting error
任何帮助将不胜感激...
Any Help would be appreciated ...
谢谢
推荐答案
感谢您在MSDN论坛上发帖。
Thank you for posting in MSDN forum.
假设您尝试安装VS 2017 CE,请参阅要求如下所示:
Suppose you tried to install VS 2017 CE, please see the requirements as below:
Visual Studio是一个Windows应用程序,因此您无法在Ubuntu上安装它并且没有计划在不久的将来为Ubuntu发布它。 VS需要一个完整和正确的Windows堆栈。葡萄酒根本不会削减它。
Visual Studio is a Windows application so you cannot install it on Ubuntu and there is no plan to release it for Ubuntu in near future. VS requires a full and proper Windows stack. Wine simply won't cut it.
您需要双启动或使用虚拟化(Virtualbox,VMWare等)来安装适当的Windows副本。但它可能比本机安装慢一些 - 如果你正在编译批量,这可能是一个问题。从好的方面来说,离开Ubuntu永远不会有
。
You'll need to either dual-boot or use virtualisation (Virtualbox, VMWare, etc) to install a proper copy of Windows. But it'll likely be somewhat slower than a native install - which may be an issue if you're compiling lots. The up-side is you'll never have to leave Ubuntu.
除此之外,您可能希望将项目从.NET转移到Mono。这将是一段时间,直到最近的开源.NET东西达到可用状态,即便如此,它可能只是一个目标。
Other than that, you probably want to look at transitioning your projects away from .NET and into Mono. It'll be a while until the recent open source .NET stuff hits a usable state, and even then, it'll probably only be a target.
最诚挚的问候,
这篇关于我想在ubuntu 16.04上安装visual studio社区...如何安装的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!