OPERATING SYSTEMSOS Linux

How to install Ubuntu using VMware workstation

Install Virtualbox/VMware Workstation
PROCEDURE TO INSTALL:-
Download links:
1–https://www.vmware.com/products/workstation-pro/workstation-pro-evaluation.html
2–https://ubuntu.com/#download
To install C compiler:
sudo apt install gcc
To open editor in terminal:
gedit
To compile the program
gcc file_name.c
To run the program
./a.out

source

ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *