1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

VMware PlayerでUbuntu17.10を入れてvmware toolsを入れようと思ったらうまくいかない

Posted at

vmwareが提供しているvmware toolsは推奨されなくなりました

そのくせ画面には「vmware toolsをインストールしますか」的なことを聞いてくるんですけれども。
入れても入れても画面サイズ変わらないし、あれこれきいてねーな、みたいな感じで。

なんでだろうと思ったら
https://qiita.com/y_minowa/items/8032a80b02432db0f5c2
そういや、./vmware-install.pl -dで何も起きないからなんだろうと思ってたんですけれど、最初の
「古臭いインストーラーでインストールしますか?[no]」だからだめだったんですね。

git管理されているので詳細はgitで

記事通り

sudo apt-get install open-vm-tools

sudo apt-get install open-vm-tools-desktop

でバッチリインスコできました。

とはいえ、最新の情報はどこで確認したらよいか、という話で。
https://github.com/vmware/open-vm-tools
こことか

https://github.com/vmware/open-vm-tools/wiki
ここ。

sudo apt-get update
sudo apt-get install open-vm-tools open-vm-tools-desktop

かいてある。

CentOSとかも同じみたい。

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?