* Delete existing installed version (Only if there is an existing installed version)
$ sudo vmware-installer -u vmware-player
---------------------------------------------------------------------------------------------------------------------------------------
user@localhost:~$ sudo vmware-installer -u vmware-player
[sudo] user 암호:
All configuration information is about to be removed. Do you wish to
keep your configuration files? You can also input 'quit' or 'q' to
cancel uninstallation. [yes]: no
Uninstalling VMware Installer 3.1.0
Deconfiguring...
[######################################################################] 100%
Uninstallation was successful.
---------------------------------------------------------------------------------------------------------------------------------------
1. VMware Workstation Player download
1.1 browser run(ex, chrome, edge)
https://www.vmware.com/products/workstation-player.html
1.2 [DOWNLOAD FOR FREE] button click (https://www.vmware.com/go/downloadplayer)
1.3 Select Version : [17.0] select (now default)
1.4 VMware Workstation Player 17.5.1 > [GO TO DOWNLOADS] click
1.5 VMware Workstation 17.5.1 Player for Linux 64-bit > [DOWNLOAD NOW] click
2. Run Terminal > Go to the directory where the file was downloaded
$ cd /filedownloaddirectory
---------------------------------------------------------------------------------------------------------------------------------------
user@localhost:~$ cd Download
user@localhost:~/Download$ ls -al
합계 687488
drwxrwxr-x 8 user user 4096 2월 29 00:30 .
drwxr-x--- 42 user user 4096 2월 28 22:05 ..
-rw-rw-r-- 1 user user 492179446 2월 29 00:15 VMware-Player-Full-17.5.1-23298084.x86_64.bundle
---------------------------------------------------------------------------------------------------------------------------------------
3. Add execute permission to user
$ chmod u+x VMware-Player-Full-17.5.1-23298084.x86_64.bundle
---------------------------------------------------------------------------------------------------------------------------------------
user@localhost:~/Download$ ls -al
합계 687488
drwxrwxr-x 8 user user 4096 2월 29 00:30 .
drwxr-x--- 42 user user 4096 2월 28 22:05 ..
-rwxrw-r-- 1 user user 492179446 2월 29 00:15 VMware-Player-Full-17.5.1-23298084.x86_64.bundle
---------------------------------------------------------------------------------------------------------------------------------------
4. Install VMware Workstation Player
$ sudo ./VMware-Player-Full-17.5.1-23298084.x86_64.bundle
---------------------------------------------------------------------------------------------------------------------------------------
user@localhost:~/down$ sudo ./VMware-Player-Full-17.5.1-23298084.x86_64.bundle
[sudo] user 암호:
Extracting VMware Installer...done.
Installing VMware Player 17.5.1
Configuring...
[######################################################################] 100%
Installation was successful.
---------------------------------------------------------------------------------------------------------------------------------------