---
title: "Cách cài vmware trên ubuntu"
description: "Vmware là một phần mềm tạo máy ảo phổ biến. Việc cài đặt vmware trên windows và macos khá dễ dàng. Bài viết sau sẽ hướng dẫn bạn cài vmware trên ubuntu."
date: "2020-10-31"
author:
  name: "Nguyen Pham"
  role: "Xin chào. Mình thích lập trình và công nghệ. Đây là blog mình chia sẻ lại các kiến thức về lập trình, công nghệ."
  avatar: "http://0.gravatar.com/avatar/6fb61398e24046b34e13870dd6c357b9?s=128&d=mm&r=g"
category: "Computers"
tags: ["Computers", "Ubuntu", "application", "linux", "máy ảo", "ubuntu", "vmware"]
coverImage: "/blog/covers/cach-cai-vmware-tren-ubuntu.png"
featured: false
readingTime: "1 min read"
---

#### B1: Tải vmware từ trang chủ. <https://www.vmware.com/products/workstation-pro/workstation-pro-evaluation.html>

![](https://ndata.2k1.org/wp-content/uploads/2020/10/Screenshot-from-2020-10-31-00-57-49-1024x576.png)

Chọn bản linux cho linux

#### B2: Di chuyển tới thư mục download. Mở terminal và chạy lênh sau.

```
sudo chmod +x ~/Downloads/[vmware file name].bundle

vd: sudo chmod +x ~/Downloads/VMware-Workstation-Full-15.5.6-16341506.x86_64.bundle
```

#### B3: Install Dependencies.

```
sudo apt-get -y install gcc make linux-headers-$(uname -r) dkms
```

#### B4: Tiến hành cài đặt.

```
sudo ~/Downloads/[vmware file name].bundle

vd: sudo ~/Downloads/VMware-Workstation-Full-15.5.6-16341506.x86_64.bundle
```

Nếu trong quá trình có bất kỳ câu hỏi nào cứ gõ yes. tiếp tục nhấn enter cho tới khi hoàn thành.
