Install VMWare Linux: Difference between revisions

Created page with "Make Installer Executable Before you install VMware Workstation Pro, you need to make the installer executable. Follow the steps below: 1. Open the terminal and change the directory to Downloads. 2. Using chmod, change the downloaded file's permissions to make it executable. Use the following syntax: sudo chmod +x [file_name] Replace [file_name] with the full name of the downloaded file. You can list the directory contents by running ls and then copy the full file n..."
 
No edit summary
 
Line 23: Line 23:
* Extract and install the file by typing the command sudo ./ followed by the full file name. The syntax is:
* Extract and install the file by typing the command sudo ./ followed by the full file name. The syntax is:


sudo ./[file_name]
sudo ./[file_name]


== Source ==
== Source ==