Possible to use VS

Peter_1985 2,786 Reputation points
2025-08-04T07:50:51.8633333+00:00

Hi,

Is it valid to use VS version on Oracle Linux OS? Which VS version is fine for that?

Developer technologies | C#
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Adiba Khan 245 Reputation points Microsoft External Staff
    2025-08-04T11:58:52.8466667+00:00

    No, Visual Studio(2022/2019/2017) is not supported on Oracle Linux OS or any linux distribution.

    You can use Visual Studio code(VS code)

    ·         Cross platform(works on windows,linux,macOS)

    ·         Officially supported on Oracle Linux

    ·         Supports C#,.Net ,python,java etc via extensions

    ·         Visual Studio Code - Code Editing. Redefined

    Hope this helps. Please let me know if you have any other query.


  2. Bruce (SqlWork.com) 79,101 Reputation points Volunteer Moderator
    2025-08-04T19:33:51.3133333+00:00

    Visual Studio is windows only. MS recently dropped support of the Mac Version, so Linux version is probably also out of scope.

    Visual Studio Code has pretty good .net support, but it’s not an IDE. You will generally need to manually edit the project files. Advanced activation for debugging will require learning how to edit the launch file settings for the VS Code debugging support. VS code does have very good copilot support.

    you don’t specify the type of applications you want to build. If server based, then VS code is probably fine,. if you want to develop Maui Android apps, look at running Visual Studio in a windows vm.

    jetbrains rider is an ide available for Linux. this is the closet to a Visual Studio experience you can get.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.