简体   繁体   English

如何安装.bundle软件包?

[英]How to install .bundle packages?

I recently download a package with .bundle extension. 我最近下载了扩展名为.bundle的软件包。

it's VMware-Workstation-Full-12.1.1-3770994.x86_64.bundle 这是VMware-Workstation-Full-12.1.1-3770994.x86_64.bundle

I want to install vmware-player but when I open that, it opens with text editor. 我想安装vmware-player,但是当我打开它时,它将用文本编辑器打开。

i tried 我试过了

chmod a+x VMware-Workstation-Full-12.1.1-3770994.x86_64.bundle
sudo ./VMware-Workstation-Full-12.1.1-3770994.x86_64.bundle

But result: 但是结果:

This is a x64 bundle and does not match that of the current architecture. 这是x64捆绑软件,与当前体系结构不匹配。 Please download the x86 bundle. 请下载x86捆绑软件。

Ctrl+Alt+T to open the terminal, cd to the directory where the file is and execute Ctrl+Alt+T打开终端,cd到文件所在的目录并执行

sudo sh *filename*.bundle

( link ) 链接

linux related questions should be asked on Ask Ubuntu 与Linux有关的问题应在Ask Ubuntu上询问

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM