LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-07-2012, 06:32 PM   #1
F793Syncmaster
Member
 
Registered: Jun 2012
Posts: 51

Rep: Reputation: Disabled
Virtual Studio 2012 on Linux


Hey guys!

I'm newbie for Linux OS it's my first day... so can i install Visual Studio 2012 somhow on my Linux Ubuntu 12.04 i do really need it.

Last edited by F793Syncmaster; 10-08-2012 at 12:01 AM.
 
Old 10-07-2012, 07:03 PM   #2
EODSteven
Member
 
Registered: Oct 2012
Location: Manchester, Tn
Distribution: Ubuntu 14.04, Windows 8, Windows Server 2012. Ubuntu Server 14.04
Posts: 196

Rep: Reputation: 3
This is all I could find.....
Code:
sudo apt-get install monodevelop
They say it's the same?????
 
Old 10-07-2012, 07:05 PM   #3
msxenix
LQ Newbie
 
Registered: Oct 2012
Location: Bristol, CT
Distribution: Debian Wheezy + LXDE
Posts: 26

Rep: Reputation: 1
Do you mean Visual Studio 2012?
 
Old 10-07-2012, 07:08 PM   #4
EODSteven
Member
 
Registered: Oct 2012
Location: Manchester, Tn
Distribution: Ubuntu 14.04, Windows 8, Windows Server 2012. Ubuntu Server 14.04
Posts: 196

Rep: Reputation: 3
Alternative.....

OK, you cannot *directly* run Visual Studio on Linux. So you'll need some sort of virtualization software. If your end goal is to develop Linux apps on a Linux machine using Visual Studio, I would suggest these steps:
1. Download and install VirtualBox.
2. Install Windows inside VirtualBox and install guest extensions on it.
3. Install Visual Studio inside VirtualBox.
4. Install GCC and GDB on your Linux machine.
5. Install VisualGDB inside VirtualBox and follow this tutorial to make a simple Linux app from Visual Studio.

Hope it Helps!
 
Old 10-07-2012, 07:11 PM   #5
EODSteven
Member
 
Registered: Oct 2012
Location: Manchester, Tn
Distribution: Ubuntu 14.04, Windows 8, Windows Server 2012. Ubuntu Server 14.04
Posts: 196

Rep: Reputation: 3
Oh yea....

I was looking for visual studios...never heard of virtual studios....
 
Old 10-07-2012, 08:40 PM   #6
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
if you want to run Microsofts Visual Studio on linux

YOU DO NOT
you BUY windows 7
install windows 7
run VS 2012 on WIN7

you spent $499 on VS 2012 so running it on win 7 should not be an issue

MS's VS only builds software for MS windows Operating systems
it has NO SUPPORT for linux software

and ubuntu DOSE already have installed ( and for FREE ) gcc
or
install any of the IDE's in the app store

for QT4 and KDE " qt creator" and "KDevelop "
Eclipse -- a java based IDE for c,c++,java,....
Ajunta -- an ide

Last edited by John VV; 10-07-2012 at 08:44 PM.
 
Old 10-07-2012, 08:43 PM   #7
msxenix
LQ Newbie
 
Registered: Oct 2012
Location: Bristol, CT
Distribution: Debian Wheezy + LXDE
Posts: 26

Rep: Reputation: 1
You could always try using wine. I suggest play on linux if you try going about this route. Results are not guarenteed of course. I know Office 2010 works with Play on Linux, but I have no clue is visual studio works.
 
Old 10-07-2012, 08:48 PM   #8
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Quote:
Originally Posted by John VV View Post
if you want to run Microsofts Visual Studio on linux

YOU DO NOT
you BUY windows 7
install windows 7
run VS 2012 on WIN7

you spent $499 on VS 2012 so running it on win 7 should not be an issue

MS's VS only builds software for MS windows Operating systems
it has NO SUPPORT for linux software

and ubuntu DOSE already have installed ( and for FREE ) gcc
or
install any of the IDE's in the app store

for QT4 and KDE " qt creator" and "KDevelop "
Eclipse -- a java based IDE for c,c++,java,....
Ajunta -- an ide
A little aggressive, but this is good advice

Visual Studio only runs in Windows, and only compiles software for Windows...it has no business being on Linux. If you want to compile C code for Linux, use the freely available gcc and any of the numerous C/C++ IDEs for Linux.
 
Old 10-08-2012, 12:14 AM   #9
F793Syncmaster
Member
 
Registered: Jun 2012
Posts: 51

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by John VV View Post
if you want to run Microsofts Visual Studio on linux

YOU DO NOT
you BUY windows 7
install windows 7
run VS 2012 on WIN7

you spent $499 on VS 2012 so running it on win 7 should not be an issue

MS's VS only builds software for MS windows Operating systems
it has NO SUPPORT for linux software

and ubuntu DOSE already have installed ( and for FREE ) gcc
or
install any of the IDE's in the app store

for QT4and KDE " qt creator" and "KDevelop "
Eclipse -- a java based IDE for c,c++,java,....
Ajunta -- an ide
I already have windows8 installed on trple boot but its really uncomfortable ... now i'm downloading monodevelop i'll check it but still Visual Studio 2012 has very extended functions ....


Quote:
Originally Posted by EODSteven View Post
OK, you cannot *directly* run Visual Studio on Linux. So you'll need some sort of virtualization software. If your end goal is to develop Linux apps on a Linux machine using Visual Studio, I would suggest these steps:
1. Download and install VirtualBox.
2. Install Windows inside VirtualBox and install guest extensions on it.
3. Install Visual Studio inside VirtualBox.
4. Install GCC and GDB on your Linux machine.
5. Install VisualGDB inside VirtualBox and follow this tutorial to make a simple Linux app from Visual Studio.

Hope it Helps!
Ok i'll try like that Thank you!
 
Old 10-08-2012, 01:33 AM   #10
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
you can not run Microsoft's Visual Studio on a Linux OS
it ONLY builds Microsoft programs and ONLY on a Microsoft Operating System
you will NEVER be able to build linux code on MS's Visual studio
 
1 members found this post helpful.
Old 10-08-2012, 05:09 AM   #11
EODSteven
Member
 
Registered: Oct 2012
Location: Manchester, Tn
Distribution: Ubuntu 14.04, Windows 8, Windows Server 2012. Ubuntu Server 14.04
Posts: 196

Rep: Reputation: 3
Thanks!

I borrowed that info from research, glad you cleared it up!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: What is the best backup tool for 2012? What else, Virtual Box! LXer Syndicated Linux News 0 09-18-2012 03:40 PM
Studio to studio or studio to transmitter stable open source solution MATRIX_q Linux - Server 0 08-25-2011 03:44 AM
LXer: Working with Suse Studio : An exercise in online virtual appliance creation. LXer Syndicated Linux News 0 04-27-2010 10:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:39 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration