- Как установить VMware Workstation Player на Ubuntu 20.04
- В этой статье описывается, как установить VMware Workstation Player на Ubuntu 20.04.
- Установка VMware Workstation Player на Ubuntu
- Деинсталляция VMware Player
- Заключение
- Introduction
- Installing VMware Player
- On Ubuntu 14.04 and later
- Improving Performance
- Support
- How to Install VMware Workstation Player in Ubuntu Linux
- Install VMware in Ubuntu 20.04 and 22.04
- Recommended system requirements for installing VMware Workstation Player:
- Step 1: Install required build packages
- Step 2: Download VMware Workstation Player
- Step 3: Installing VMware Player
- Troubleshooting Tip: Failed Installation due to vmmon, vmnet kernel module error
- Step 4: Installing VMware Player
- How to Uninstall VMWare Player from Ubuntu
- Final Words
- Vmware player linux устанавливаем
- Prerequisites
- Procedure
- What to do next
Как установить VMware Workstation Player на Ubuntu 20.04
VMware Workstation Player — это программное обеспечение для виртуализации рабочего стола, которое позволяет запускать несколько изолированных операционных систем на одной машине.
С помощью VMware Player можно создавать и запускать собственные виртуальные машины и оценивать программное обеспечение, распространяемое в виде виртуального устройства от многих поставщиков программного обеспечения, доступного на сайте VMware Solution Exchange.
VMware Player не является продуктом с открытым исходным кодом, и он бесплатен только для личного некоммерческого использования. Если вы ищете платформу виртуализации с открытым исходным кодом, вам стоит попробовать VirtualBox от Oracle.
В этой статье описывается, как установить VMware Workstation Player на Ubuntu 20.04.
Предварительные условия
Для правильной установки и работы VMware Player ваша система должна соответствовать следующим требованиям:
- 1,3 ГГц или более быстрый 64-разрядный процессор, выпущенный в 2011 году или позже.
- 2 ГБ RAM памяти минимум/ рекомендуется 4 ГБ RAM или более.
Установка VMware Workstation Player на Ubuntu
Первым шагом будет установка зависимостей сборки. Откройте терминал и выполните следующие команды:
sudo apt update
sudo apt install build-essential linux-headers-generic
Последняя версия VMware Workstation Player доступна для загрузки со страницы загрузок VMware . Используйте wget для загрузки установочного пакета:
wget --user-agent="Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0" https://www.vmware.com/go/getplayer-linux
Эта команда загрузит последнюю версию VMware Player, которая на момент написания этой статьи является версией 16.1.0.
После завершения загрузки сделайте установочный файл исполняемым:
Установка довольно проста, просто запустите программу установки и следуйте инструкциям на экране:
sudo ./getplayer-linux --required --eulas-agreed
Опция —required заставляет программу установки отображать только необходимые вопросы.
Установка может занять несколько минут. Во время установки вы будете видеть информацию о ходе установки.
Распаковка VMware Installer. завершена.
Установка VMware Player 16.1.0
Настройка.
[######################################################################] 100%
Установка прошла успешно.
На данный момент на вашей системе Ubuntu установлен VMware Workstation Player.
Чтобы запустить проигрыватель, откройте строку поиска Activities, введите «VMware Workstation Player» и нажмите на иконку.
При первом запуске приложения появится окно, подобное следующему, с вопросом, хотите ли вы использовать VMware Workstation Player бесплатно для личного некоммерческого использования:
Сделайте свой выбор, нажмите на кнопку OK, и проигрыватель запустится.
Деинсталляция VMware Player
Если по каким-то причинам вы хотите удалить VMware Player, выполните следующую команду:
sudo /usr/bin/vmware-installer -u vmware-player
Вам будет задан вопрос, хотите ли вы сохранить файлы конфигурации:
Вся информация о конфигурации будет удалена. Хотите ли вы
сохранить файлы конфигурации? Вы также можете ввести 'quit' или 'q', чтобы
отменить деинсталляцию. [yes]:
Нажмите «Enter», и VMware Player будет удален из вашей системы:
Деинсталляция VMware Installer 3.0.0
Деконфигурация.
[######################################################################] 100%
Деинсталляция прошла успешно.
Заключение
Мы показали вам, как установить VMware Workstation Player на систему Ubuntu. Теперь вы можете изучить возможности приложения и создать свою первую виртуальную машину.
Чтобы узнать больше о VMware Workstation Player, посетите страницу его официальной документации.
Если у вас возникли вопросы, пожалуйста, оставьте комментарий ниже.
Introduction
VMware Workstation Player (formerly VMware Player) allows you to run entire operating systems in a virtual machine, which runs on top of Ubuntu or Windows. To the guest operating system (the one running inside the virtual machine), it appears as though it were running on its own PC. The host operating system runs the VMware Workstation Player, which provides the guest with resources like network access. It can be downloaded for free from VMware.
Virtual machines configured with an operating system and applications ready to perform a specific function are called virtual appliances. An appliance can be created using certain VMware products, or you can download ready-made appliances. A wide variety of appliances (both certified and other-wise) are available from VMware’s Appliance Marketplace.
Installing VMware Player
On Ubuntu 14.04 and later
sudo apt install gcc build-essential -y
gksudo bash VMware-Player-14.0.0-6661328.x86_64.bundle
*If nothing appears, you may need to make the file executable. You can do so with this command:
chmod +x VMware-Player-14.0.0-6661328.x86_64.bundle
Improving Performance
Support
- VMWare Player is currently not available via the Ubuntu repositories. While the package page for vmware-player in Launchpad does exist, no packages exist. Please do not report bugs against vmware-player, or add bug tasks for vmware-player on current bug reports. Instead, please seek support via: http://www.vmware.com/support/product-support/player.html and http://www.ubuntu.com/support.
VMware/Player (последним исправлял пользователь dpsi 2017-10-31 01:58:37)
The material on this wiki is available under a free license, see Copyright / License for details
You can contribute to this wiki, see Wiki Guide for details
How to Install VMware Workstation Player in Ubuntu Linux
Complete screenshot guide to show you how to install VMware Workstation Player in Ubuntu and Linux Mint.
This quick tutorial shows you how to install VMware Workstation Player on Ubuntu Linux. VMware is one of the best desktop and server virtualization applications on Linux. Some people prefer it more than Oracle’s open-source VirtualBox. With a virtual machine application like VMware, you can run another operating system inside your current operating system. For example, if you want to try another Linux distribution, you can install it on a USB stick and use it as a live USB or install it alongside your current OS. Both are okay, but you have to log out of your current system and boot into another just for trying a new OS. In this scenario, you can install another operating system inside Ubuntu as a virtual machine. You’ll be able to use it without leaving your main OS, i.e. Ubuntu. In this tutorial, I’ll show you how to install VMware Workstation Player in Ubuntu 20.04, 22.04, and future versions. The instructions should also be valid for Linux Mint and other Ubuntu-based distributions. Note: VMWare Workstation is not open-source software.
Install VMware in Ubuntu 20.04 and 22.04
VMware Workstation Player is free for personal and non-commercial use. As an individual, you can use it without paying anything.
Recommended system requirements for installing VMware Workstation Player:
- 2GHz 64-bit processor
- Minimum 4 GB of RAM (8 GB recommended)
- Disk space depends upon the guest operating system you would be installing in the VM
To install VMware Workstation Player in Ubuntu and other Ubuntu-based distributions, follow the steps below:
Step 1: Install required build packages
Open a terminal (Ctrl+Alt+T) and use the command below to install the required build packages and Linux Kernel headers from the build-essential package:
sudo apt install build-essential
Step 2: Download VMware Workstation Player
The next step is to download the VMware Workstation Player from their website.
You’ll see options to download VMware Workstation Player for both Windows and Linux. No prizes for guessing that you have to download the Linux version here.
Don’t worry when it starts downloading a .bundle file. That actually is the installer.
Step 3: Installing VMware Player
You have to set execute permission on the downloaded installer file.
You can do it graphically without needing the terminal. Just go to the folder where the file was downloaded. Right-click on it and make it executable as shown in the image below:
Head to the permissions tab, and proceed to allow execution of the file as a program.
Subsequently, right-click on the file now, and you should see the option to “Run” it. Go ahead with it, and it should start the installation.
Alternatively, you can try the command line:
I am assuming that it has been downloaded to your Downloads directory. If so, use the command below to make the file executable:
chmod +x ~/Downloads/VMware-Player*
And then run the installation file:
sudo ~/Downloads/VMware-Player*
This will open an installation window.
Troubleshooting Tip: Failed Installation due to vmmon, vmnet kernel module error
On Ubuntu and other distribution using newer kernels, VMware installation gets halted by encountering a vmmon and vmnet kernel module error. To rectify this and continue installation:
First, install prerequisites to compile and install packages from source:
sudo apt install gcc build-essential
Go to https://github.com/mkubecek/vmware-host-modules/tags and choose your VMware Player version and download the zip file
Next, you need to navigate into the extracted directory through the terminal (using the cd command) and use the given commands one by one to create tar files of the modules:
tar -cf vmmon.tar vmmon-only tar -cf vmnet.tar vmnet-only
Now, copy the recently created tar files to /usr/lib/vmware.modules.source :
sudo cp -v vmmon.tar vmnet.tar /usr/lib/vmware/modules/source/
And the last step is to use the given command, and it will install kernel modules in your system:
sudo vmware-modconfig --console --install-all
Step 4: Installing VMware Player
From here, it’s no rocket science. Like any other application, follow the on-screen instructions. Here are some of the screenshots for reference:
You need to agree to the terms and conditions to proceed. And, then enable/disable the ability to check for updates when you launch VMware Workstation Player.
Next, VMware collects asks you to share some of your user data for improving the user experience. You can select to opt-out of it if you want.
You might also be asked for a license key—do not panic—you do not need one if you want to use the free VMware player for non-commercial purposes. For business use, get the pro edition (where you will get a license key).
The installation should start, and you will be notified/greeted when it completes.
If you would like to be able to copy-paste between the real OS (host) and the virtual OS (guest) and share files between them, you should also install VMware Tools on Linux.
How to Uninstall VMWare Player from Ubuntu
If your workflow requires more than what VMWare player offers, or you just want to remove it from your system, here are quick steps to uninstall VMWare from Ubuntu:
First, change your current directory to /usr/bin :
And use the given command to initiate the uninstallation process:
sudo vmware-installer -u vmware-player
Type yes and it will remove VMWare from your system:
Final Words
This was a quick guide on how you can install VMWare in Ubuntu-based distros. I hope this solves your problem and if not, let me know in the comments and I will try my best to come up with a solution.
Do you prefer using VMware Workstation Player? Share your thoughts in the comments down below.
Vmware player linux устанавливаем
You are using an outdated browser. Please upgrade your browser to improve your experience.
You run the Linux bundle installer to install Workstation Player on a Linux host system. By default, Workstation Player is installed silently, and the installation progress is displayed in the terminal. When Workstation Player is launched for the first time, a dialog box asks you to accept the EULAs and configure necessary settings. At the same time, pure console installation is also supported. You can run the installer with the —console option to install and configure Workstation Player in the terminal, without the first-time dialog box appearing during the first launch.
Prerequisites
- Verify that the host system meets the host system requirements. See Host System Requirements for Workstation Player.
- Obtain the Workstation Player software.
- Familiarize yourself with the Linux command-line installation options. See Linux Command Line Installation Options.
- Verify that you have root access on the host system.
Procedure
- Log in to the Linux host system with the user name that you plan to use when you run Workstation Player .
- Become root.
xxxx-xxxx is the version and build numbers, architecture is i386 or x86_64, and option is a command line option.
If you are using the —console option or installing Workstation Player on a host system that does not support the GUI wizard, press Enter to scroll through and read the license agreement or type q to skip to the [yes/no] prompt.
What to do next
After Workstation Player is installed, you can exit from the root account. You do not need to be root to run Workstation Player .