首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >安装VMware

安装VMware
EN

Ask Ubuntu用户
提问于 2014-07-03 07:02:57
回答 2查看 299关注 0票数 -1

我想在我的Ubuntu14.04中安装VMware。执行时:

代码语言:javascript
复制
sudo apt-get install build-essential linux-headers-$(uname -r)

我收到通知:

代码语言:javascript
复制
Ubuntu 14.04 LTS _Trusty Tahr_ - Release i386 (20140417)'in the drive '/media/cdrom/' and press enter
EN

回答 2

Ask Ubuntu用户

发布于 2014-07-03 09:41:07

这个通知意味着您需要插入Ubuntu安装CD来安装新的软件包。

您似乎需要更多地了解包装管理sources.list文件。您应该将/etc/apt/sources.list编辑为更改当前存储库并添加其他存储库

这可以作为一个例子:

代码语言:javascript
复制
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://gb.archive.ubuntu.com/ubuntu/ trusty main restricted
deb-src http://gb.archive.ubuntu.com/ubuntu/ trusty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://gb.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
deb-src http://gb.archive.ubuntu.com/ubuntu/ trusty-updates main restricted

deb http://security.ubuntu.com/ubuntu trusty-security main restricted
deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted

尽管如此,您可以看看关于VMware的Ubuntu页面,因为它提供了有关该主题的信息。

票数 1
EN

Ask Ubuntu用户

发布于 2016-07-05 06:43:07

遵循以下命令:

mount /dev/cdrom /media/cdrom

rm -rf /tmp/*

tar -C /tmp -xzvf /media/cdrom/VMwareTools*.tar.gz

/tmp/vmware-tools-远端/vmware-install.pl -d

rm -rf /tmp/*

重新启动

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/491110

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档