How to install Visual Studio Enterprise on ubuntu

Riz 10 Reputation points
2024-04-21T04:33:59.5266667+00:00

Hi ,

I have ubuntu as OS and i want to install and work on Visual Studio Enterprise , but on the official website https://visualstudio.microsoft.com/downloads/ it is showing that it is not supportable for mac or linux .

So is it possible to work on Visual Studio on ubuntu ?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,888 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. S.Sengupta 17,311 Reputation points MVP
    2024-04-21T06:27:17.11+00:00

    There isn't a direct way to install Visual Studio Enterprise on Ubuntu.

    You may try Wine- a compatibility layer that allows running some Windows applications on Linux. However, it's not officially supported, and success can vary.

    Installing Visual Studio with Wine might not be reliable and encountering issues is common.

    0 comments No comments

  2. Anna Xiu-MSFT 27,891 Reputation points Microsoft Vendor
    2024-04-30T06:57:33.9166667+00:00

    Hi @Riz, 

    Welcome to Microsoft Q&A! 

    The Visual Studio Enterprise 2022 is only supported on Windows. 

    If you want to directly install it on Linux, it is not available currently. Maybe you can use a Windows VM on Linux and install the VS on the Windows VM. 

    If you want to install it on macOS, you can download the Visual Studio 2022 for MAC from the link and refer to the document to install it. But it is noted that the Visual Studio for Mac is scheduled for retirement on August 31, 2024. 

    Thanks for your understanding! 

    Sincerely,

    Anna


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".  Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  3. Olaf Helper 43,246 Reputation points
    2024-04-30T07:03:01.31+00:00

    As an alternative you can use Visual Code on Ubuntu.

    https://code.visualstudio.com/Download

    0 comments No comments