Vmware player linux устанавливаем

Как установить 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 бесплатно для личного некоммерческого использования:

ubuntu vmware non commercial 7df9e0ba

Сделайте свой выбор, нажмите на кнопку OK, и проигрыватель запустится.

ubuntu vmware workstation player 17ce95ab

Деинсталляция 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. Теперь вы можете изучить возможности приложения и создать свою первую виртуальную машину.

Читайте также:  Linux ping via interface

Чтобы узнать больше о 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.

Читайте также:  Syslog linux что это

Install VMware in Ubuntu 20.04 and 22.04

install vmware workstation in ubuntu linux

VMware Workstation Player is free for personal and non-commercial use. As an individual, you can use it without paying anything.

  • 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.

download vmware workstation player

Don’t worry when it starts downloading a .bundle file. That actually is the installer.

download vmware

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:

right click on the downloaded installer file

Head to the permissions tab, and proceed to allow execution of the file as a program.

make the file executable

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

choose the vmware version

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:

vmware agree terms and conditions

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.

Читайте также:  Can you use exe files on linux

vmware installer check for updates

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.

vmware installer customer experience improvement program

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).

vmware installer license key

The installation should start, and you will be notified/greeted when it completes.

vmware installer finished

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:

uninstall vmware from ubuntu

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

  1. Log in to the Linux host system with the user name that you plan to use when you run Workstation Player .
  2. 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 .

Источник

Оцените статью
Adblock
detector