0

I want to run Windows and Linux in a single boot. I already using windows 10. Is there any software to run a Linux operating system and how?

Rubina
  • 1

1 Answers1

1

Yes, there are multiple ways. You can use virtualization (e.g. VirtualBox) which would allow you to use full Linux install but requires more system resources (at least disk space, RAM, and CPU power).

Or you can use some compatibility layer like WSL or Cygwin. This allows running some parts of the GNU/Linux system, especially the command line tools.

See also:

Melebius
  • 11,431
  • 9
  • 52
  • 78