1

I have an Ubuntu 13.10/Windows 7 dual boot set up. I am trying to figure out how to access my programs from the Windows partition, like MS Office, Skype, etc., through Ubuntu. Can anyone help with this?

Thanks in advance!

drakiras

drakiras
  • 11
  • 1
  • I think you are looking for something like this: http://askubuntu.com/questions/168156/how-to-use-a-real-partition-with-windows-7-installed-in-a-virtualbox-vm – Presbitero Jan 02 '14 at 00:06

1 Answers1

0

use wine to run windows programs on ubuntu to get wine download it using software center or type the code given below in terminal

sudo apt-get install wine

If you want to run the complete windows 7 from ubuntu you can use virtual box virtual box is available in the softwaree center

Dinse Das
  • 541