Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-09-2024, 05:16 AM
|
#1
|
LQ Newbie
Registered: Apr 2024
Location: Berlin
Posts: 11
Rep:
|
How can i download Visual Studio On Ubuntu
Hello dear friends, I used to do programming on Windows before, but I got tired of its restrictive impositions and switched to Ubuntu. Now, I wanted to download Visual Studio (the one purple logo) and write some C# code, but I realized it’s not available on Linux. Can you recommend any programs for writing C# code that work on Linux?
|
|
|
04-09-2024, 05:29 AM
|
#2
|
LQ Addict
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 23,971
|
|
|
|
04-09-2024, 08:29 AM
|
#3
|
LQ Newbie
Registered: Apr 2024
Location: Berlin
Posts: 11
Original Poster
Rep:
|
I also know this
Quote:
Originally Posted by pan64
|
Hello, my brother, first of all, thank you. What I meant was this program called https://visualstudio.microsoft.com/tr/ that, as far as I saw on Microsoft’s website, seems to be specific to Windows. Do you know of any other program that performs a similar function to this program?
|
|
|
04-09-2024, 09:00 AM
|
#4
|
LQ Addict
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 23,971
|
there are several similar programs available, like eclipse, but would be nice to know what do you want to do with it. Linux is not windows, you cannot run native windows apps, (like MS Visual Studio) on it (and actually this visual studio cannot create native linux apps).
Also probably you need to select another language, not c#. But actually if you wish you can do that. Probably I would start here: https://askubuntu.com/questions/1022...a-linux-system
|
|
1 members found this post helpful.
|
04-09-2024, 09:40 AM
|
#5
|
Member
Registered: Jul 2008
Location: Montana USA
Distribution: KUbuntu, Fedora (KDE), PI OS
Posts: 628
|
You can write .net applications on Ubuntu.
For example:
sudo apt update && sudo apt install dotnet7
or if you use snap...
sudo snap install dotnet-sdk --classic --channel=7.0
Pick which .net you want to use dotnet 6, dotnet 7 etc.
No Visual Studio, but at least with a standard editor like geany or kate to create c# apps, or what ever you prefer you, you can compile from the the command-line.
I hardly ever use it, but it can be done. Many other languages out there too c, c++, fortran, python, perl, cobol, java, etc. if needed.
Last edited by rclark; 04-09-2024 at 09:44 AM.
|
|
1 members found this post helpful.
|
04-09-2024, 12:24 PM
|
#6
|
LQ Guru
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,352
|
|
|
1 members found this post helpful.
|
04-09-2024, 12:38 PM
|
#7
|
LQ Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,584
|
Quote:
Originally Posted by bekoikc
Hello, my brother, first of all, thank you. What I meant was this program called https://visualstudio.microsoft.com/tr/ that, as far as I saw on Microsoft’s website, seems to be specific to Windows. Do you know of any other program that performs a similar function to this program?
|
If you click on the link pan64 gave you, at the top you'll see a line that says clearly: "See the Download Visual Studio Code page for a complete list of available installation options."....with a link that takes you here:
https://code.visualstudio.com/download
And further down the page you'll see steps for setting it as your default editor, along with screen-shots of it working. Which is exactly what you asked for. And as stated by others, there are a *LOT* of code editors for Linux, such as KDevelop (for the KDE environment), Eclipse, and others.
|
|
1 members found this post helpful.
|
All times are GMT -5. The time now is 02:05 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|