ubuntu怎么安装advancedubuntu packagee tool

Ubuntu 的软件管理工具_Linux教程_Linux公社-Linux系统门户网站
你好,游客
Ubuntu 的软件管理工具
来源:Linux社区&
作者:Linux
使用的第一步就是应该学会如何管理软件。以下几种方法是目前我用到的,整理一下,怕时间久了就会忘记。
推荐阅读:
Ubuntu软件管理中心界面已经悄然改变
详谈Ubuntu软件管理丢失的功能
一、APT命令安装
  APT全称Advanced Packaging Tool,可以自动下载,配置,安装二进制或者源代码格式的软件包,因此简化了Linux系统上管理软件的过程。现在Debian和其衍生发行版(如 Ubuntu)中都包含了APT。APT命令(package 为软件包名称):
apt-cache search package 搜索包
apt-cache show package 获取包的相关信息,如说明、大小、版本等
sudo apt-get install package 安装包
sudo apt-get install package &reinstall 重新安装包
sudo apt-get -f install 强制安装
sudo apt-get remove package 删除包
sudo apt-get remove package &purge 删除包,包括删除配置文件等
sudo apt-get autoremove 自动删除不需要的包
sudo apt-get update 更新源
sudo apt-get upgrade 更新已安装的包
sudo apt-get dist-upgrade 升级系统
sudo apt-get dselect-upgrade 使用 dselect 升级
apt-cache depends package 了解使用依赖
apt-cache rdepends package 了解某个具体的依赖
sudo apt-get build-dep package 安装相关的编译环境
apt-get source package 下载该包的源代码
sudo apt-get clean && sudo apt-get autoclean 清理下载文件的存档
sudo apt-get check 检查是否有损坏的依赖
  除了要了解基本的apt指令外,还需要了解下一些与APT相关的文件,具体每个文件作用如下:
/etc/apt/sources.list 设置软件包的获取来源
/etc/apt/apt.conf apt配置文件
/etc/apt/apt.conf.d apt的零碎配置文件
/etc/apt/preferences 版本参数
/var/cache/apt/archives/partial 存放正在下载的软件包
/var/cache/apt/archives 存放已经下载的软件包
/var/lib/apt/lists 存放已经下载的软件包详细信息
/var/lib/apt/lists/partial 存放正在下载的软件包详细信息
二、DPKG命令安装
  dpkg是Debian软件包管理器的基础,被用于安装、卸载和供给和.deb软件包相关的信息。dpkg本身是一个底层的工具,本身并不能从远程包仓库下载包以及处理包的依赖的关系,需要将包从远程下载后再安装。DPKG常用命令:
dpkg -i package.deb 安装包
dpkg -r package 删除包
dpkg -P package 删除包(包括配置文件)
dpkg -L package 列出与该包关联的文件
dpkg -l package 显示该包的版本
dpkg &unpack package.deb 解开 deb 包的内容
dpkg -S keyword 搜索所属的包内容
dpkg -l 列出当前已安装的包
dpkg -c package.deb 列出 deb 包的内容
dpkg &configure package 配置包
  注意:更多选项可通过 dpkg -h 查询,有些指令需要超级用户权限才能执行。
相关资讯 & & &
& (12/07/:50)
图片资讯 & & &
   同意评论声明
   发表
尊重网上道德,遵守中华人民共和国的各项有关法律法规
承担一切因您的行为而直接或间接导致的民事或刑事法律责任
本站管理人员有权保留或删除其管辖留言中的任意内容
本站有权在网站内转载或引用您的评论
参与本评论即表明您已经阅读并接受上述条款如何正确在UBUNTU上安装VMware tools ._百度知道
如何正确在UBUNTU上安装VMware tools .
提问者采纳
在左边的那个栏目中,这个时候,进行解压。双击之后。(COPY)
3,之后,(EXTRAC HERE).双击INSTALL,就是(PASTE)这个应该会 吧。
7,先执行下面的程序,就是向上的那个箭头,你可以在客户机系统 。点击复制,就是你设的密码。
4:ls
8。那个就是我们需要的文件了。
11。不过不用支双击了,就为是没有用的.tar,然后在下面的语句中执行,你看到一个后缀名为VMwareTools*,之后会出现一系列的东东。
5,请点击一下你的桌面那个分区,系统就会 让你输入密码,之后再执行下面的语句,
2,(可以在系统栏中找到 ),就是你在VMWARE下的系统里看到有一个安装光盘样的图样,我们要在UBUNTU的终端中进行安装。不用管他们,你可以看到那个自动生成的一个文件 ,点击粘贴。然后,稍等之后.&#47,有几个分区,一直按ENTER键.gz等的文件:sudo ,双击一下在菜单栏中的UP键。
6:vmware-tools-distrib
9,哈哈;vmware-istall,每执行一句按一下ENTER键 就可以了.pl
10
其他类似问题
145人觉得有用
为您推荐:
ubuntu的相关知识
等待您来回答
下载知道APP
随时随地咨询
出门在外也不愁在ubuntu 15.04下安装VMware Tools
提出问题:在Ubuntu 15. 04版本上,不能实现剪贴板的共享
解决方法:发现没有装VMware Tools
安装VMware Tools步骤
1. 点击菜单栏,虚拟机 & 安装VMware工具 & Install
2.若没有反应,再选择虚拟机 &可移动设备& CD/DVD& 设置
选择你装虚拟机下的目录,点击& Linux.iso
再重新点击安装VMware Tools
这样会弹出一个包VMwareTools-9.6.0-1294478.tar.gz
3. 将VMwareTools-9.6.0-1294478.tar.gz 复制到一个文件夹
解压,用tar xzf VMwareTools-9.6.0-1294478.tar.gz 命令行
得到文件夹vmware-tools-distrib
4. 再使用sudo ./vmware-install.pl安装即可
注意,接下来只要一直按Enter键即可
5.重启,剪贴板的共享,即复制和粘贴,已经可以工作了。
.再去顺带看看文件夹共享,是否也可用了。
最后部分的log是:
vmware-tools-distrib/lib/lib64/libgiomm-2.4.so.1/
vmware-tools-distrib/lib/lib64/libgiomm-2.4.so.1/libgiomm-2.4.so.1
vmware-tools-distrib/lib/lib64/libcairomm-1.0.so.1/
vmware-tools-distrib/lib/lib64/libcairomm-1.0.so.1/libcairomm-1.0.so.1
vmware-tools-distrib/lib/lib64/libsexymm.so.2/
vmware-tools-distrib/lib/lib64/libsexymm.so.2/libsexymm.so.2
vmware-tools-distrib/lib/lib64/libgthread-2.0.so.0/
vmware-tools-distrib/lib/lib64/libgthread-2.0.so.0/libgthread-2.0.so.0
vmware-tools-distrib/lib/lib64/libXinerama.so.1/
vmware-tools-distrib/lib/lib64/libXinerama.so.1/libXinerama.so.1
vmware-tools-distrib/lib/lib64/libgnomecanvasmm-2.6.so.1/
vmware-tools-distrib/lib/lib64/libgnomecanvasmm-2.6.so.1/libgnomecanvasmm-2.6.so.1
vmware-tools-distrib/lib/lib64/libgnome-menu.so.2/
vmware-tools-distrib/lib/lib64/libgnome-menu.so.2/LICENSE
vmware-tools-distrib/lib/lib64/libgnome-menu.so.2/libgnome-menu.so.2
vmware-tools-distrib/lib/lib64/libpangomm-1.4.so.1/
vmware-tools-distrib/lib/lib64/libpangomm-1.4.so.1/libpangomm-1.4.so.1
vmware-tools-distrib/lib/lib64/libvmware-modconfig-console.so/
vmware-tools-distrib/lib/lib64/libvmware-modconfig-console.so/libvmware-modconfig-console.so
vmware-tools-distrib/lib/lib64/libssl.so.0.9.8/
vmware-tools-distrib/lib/lib64/libssl.so.0.9.8/libssl.so.0.9.8
vmware-tools-distrib/lib/lib64/libproc-3.2.7.so/
vmware-tools-distrib/lib/lib64/libproc-3.2.7.so/libproc-3.2.7.so
vmware-tools-distrib/lib/lib64/libhgfs.so/
vmware-tools-distrib/lib/lib64/libhgfs.so/libhgfs.so
vmware-tools-distrib/lib/lib64/libbonobo-activation.so.4/
vmware-tools-distrib/lib/lib64/libbonobo-activation.so.4/libbonobo-activation.so.4
vmware-tools-distrib/lib/lib64/libtpvmlpd.so/
vmware-tools-distrib/lib/lib64/libtpvmlpd.so/libtpvmlpd.so
vmware-tools-distrib/lib/lib64/libgtk-x11-2.0.so.0/
vmware-tools-distrib/lib/lib64/libgtk-x11-2.0.so.0/libgtk-x11-2.0.so.0
vmware-tools-distrib/lib/lib64/libcrypto.so.0.9.8/
vmware-tools-distrib/lib/lib64/libcrypto.so.0.9.8/libcrypto.so.0.9.8
vmware-tools-distrib/lib/lib64/libICE.so.6/
vmware-tools-distrib/lib/lib64/libICE.so.6/libICE.so.6
vmware-tools-distrib/lib/lib64/liburiparser.so.1/
vmware-tools-distrib/lib/lib64/liburiparser.so.1/liburiparser.so.1
vmware-tools-distrib/lib/lib64/libatkmm-1.6.so.1/
vmware-tools-distrib/lib/lib64/libatkmm-1.6.so.1/libatkmm-1.6.so.1
vmware-tools-distrib/lib/lib64/libvmtools.so/
vmware-tools-distrib/lib/lib64/libvmtools.so/libvmtools.so
vmware-tools-distrib/lib/lib64/libsigc-2.0.so.0/
vmware-tools-distrib/lib/lib64/libsigc-2.0.so.0/libsigc-2.0.so.0
vmware-tools-distrib/lib/lib64/libXrandr.so.2/
vmware-tools-distrib/lib/lib64/libXrandr.so.2/libXrandr.so.2
vmware-tools-distrib/lib/lib64/libz.so.1/
vmware-tools-distrib/lib/lib64/libz.so.1/libz.so.1
vmware-tools-distrib/lib/lib64/libXft.so.2/
vmware-tools-distrib/lib/lib64/libXft.so.2/libXft.so.2
vmware-tools-distrib/lib/lib64/libXcursor.so.1/
vmware-tools-distrib/lib/lib64/libXcursor.so.1/libXcursor.so.1
vmware-tools-distrib/lib/lib64/libfreetype.so.6/
vmware-tools-distrib/lib/lib64/libfreetype.so.6/libfreetype.so.6
vmware-tools-distrib/lib/lib64/libtpvmlp.so/
vmware-tools-distrib/lib/lib64/libtpvmlp.so/libtpvmlp.so
vmware-tools-distrib/lib/lib64/libXdmcp.so.6/
vmware-tools-distrib/lib/lib64/libXdmcp.so.6/libXdmcp.so.6
vmware-tools-distrib/lib/lib64/libexpat.so.0/
vmware-tools-distrib/lib/lib64/libexpat.so.0/libexpat.so.0
vmware-tools-distrib/lib/lib64/libxml2.so.2/
vmware-tools-distrib/lib/lib64/libxml2.so.2/libxml2.so.2
vmware-tools-distrib/lib/lib64/libvmGuestLib.so/
vmware-tools-distrib/lib/lib64/libvmGuestLib.so/libvmGuestLib.so
vmware-tools-distrib/lib/lib64/libgksu2.so.0/
vmware-tools-distrib/lib/lib64/libgksu2.so.0/libgksu2.so.0
vmware-tools-distrib/lib/lib64/libcairo.so.2/
vmware-tools-distrib/lib/lib64/libcairo.so.2/libcairo.so.2
vmware-tools-distrib/lib/share/
vmware-tools-distrib/lib/share/icons/
vmware-tools-distrib/lib/share/icons/vmware.png
vmware-tools-distrib/FILES
vmware-tools-distrib/installer/
vmware-tools-distrib/installer/services.sh
vmware-tools-distrib/installer/upstart-job.conf
vmware-tools-distrib/doc/
vmware-tools-distrib/doc/open_source_licenses.txt
vmware-tools-distrib/doc/README
vmware-tools-distrib/doc/INSTALL
vmware-tools-distrib/etc/
vmware-tools-distrib/etc/suspend-vm-default
vmware-tools-distrib/etc/resume-vm-default
vmware-tools-distrib/etc/scripts/
vmware-tools-distrib/etc/scripts/vmware/
vmware-tools-distrib/etc/scripts/vmware/network
vmware-tools-distrib/etc/poweron-vm-default
vmware-tools-distrib/etc/statechange.subr
vmware-tools-distrib/etc/xsession-xdm.pl
vmware-tools-distrib/etc/vmware-user.Xresources
vmware-tools-distrib/etc/vmware-tools/
vmware-tools-distrib/etc/not_configured
vmware-tools-distrib/etc/xsession-gdm.sh
vmware-tools-distrib/etc/poweroff-vm-default
vmware-tools-distrib/etc/vmware-tools-libraries.conf
vmware-tools-distrib/etc/tpvmlp.conf
vmware-tools-distrib/etc/vmware-user.desktop
vmware-tools-distrib/etc/xsession-xdm.sh
vmware-tools-distrib/etc/installer.sh
vmware-tools-distrib/etc/manifest.txt.shipped
vmware-tools-distrib/etc/vmware-tools-prelink.conf
vmware-tools-distrib/bin/
vmware-tools-distrib/bin/vmware-config-tools.pl
vmware-tools-distrib/bin/vmware-uninstall-tools.pl
vmware-tools-distrib/bin/vm-support
vmware-tools-distrib/vmware-install.pl
vmware-tools-distrib/INSTALL
crifan@ubuntu:~/develop/vmwaretools$ cd vmware-tools-distrib/
crifan@ubuntu:~/develop/vmwaretools/vmware-tools-distrib$
&./vmware-install.pl
&re-run this program as the super user.
&VMware Tools CDROM mounted at /media/crifan/VMware Tools.
&Ejecting device
/dev/sr0 ...
crifan@ubuntu:~/develop/vmwaretools/vmware-tools-distrib$
&./vmware-install.pl
&re-run this program as the super user.
crifan@ubuntu:~/develop/vmwaretools/vmware-tools-distrib$ sudo ./vmware-install.pl
&installer found the following conflicting packages installed on the system and will now remove them:
open-vm-dkms
open-vm-tools
&database ... 156974 files and directories currently installed.)
Removing open-vm-dkms
&Uninstall Beginning --------
Module:& open-vm-tools
&3.8.0-19-generic (i686)
-------------------------------------
&Before uninstall, this module version was ACTIVE on this kernel.
vmblock.ko:
&Uninstallation
&Deleting from: /lib/modules/3.8.0-19-generic/updates/dkms/
&Original module
&No original module was found for this
&module on this kernel.
&Use the dkms install command to
&reinstall any previous module version.
&Uninstallation
&Deleting from: /lib/modules/3.8.0-19-generic/updates/dkms/
&Original module
&No original module was found for this
&module on this kernel.
&Use the dkms install command to
&reinstall any previous module version.
vmhgfs.ko:
&Uninstallation
&Deleting from: /lib/modules/3.8.0-19-generic/updates/dkms/
&Original module
&No original module was found for this
&module on this kernel.
&Use the dkms install command to
&reinstall any previous module version.
vmxnet.ko:
&Uninstallation
&Deleting from: /lib/modules/3.8.0-19-generic/updates/dkms/
&Original module
&No original module was found for this
&module on this kernel.
&Use the dkms install command to
&reinstall any previous module version.
&Uninstallation
&Deleting from: /lib/modules/3.8.0-19-generic/updates/dkms/
&Original module
&No original module was found for this
&module on this kernel.
&Use the dkms install command to
&reinstall any previous module version.
depmod.....
&uninstall completed.
------------------------------
&module version:
completely
&from the DKMS tree.
------------------------------
Removing open-vm-tools
&Stopping open-vm
&guest daemon vmtoolsd&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& [ OK ]
&Removing open-vm-tools
&modules&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& FATAL: Module vmhgfs not found.
&Module vmxnet not found.
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& [
Processing
&triggers for ureadahead
ureadahead
&will be reprofiled on next reboot
Processing
&triggers for man-db
Processing
&triggers for libc-bin
&deferred processing now taking place
&previous installation of VMware Tools has been detected.
&previous installation was made by the tar installer
&(version 4).
&the tar4 installer database format.
&have a version of VMware Tools installed.& Continuing this install will
&uninstall the currently installed version.& Do you wish to continue?
Uninstalling
&the tar installation
&of VMware Tools.
&services for VMware
vmware-tools
&stop/waiting
File /usr/lib/vmware-tools/lib32/libconf/etc/gtk-2.0/gdk-pixbuf.loaders
/usr/lib/vmware-tools/lib32/libconf/etc/gtk-2.0/gdk-pixbuf.loaders.old.0.
File /usr/lib/vmware-tools/lib32/libconf/etc/pango/pangorc is
&backed up to
/usr/lib/vmware-tools/lib32/libconf/etc/pango/pangorc.old.0.
&program previously created the file
/usr/lib/vmware-tools/libconf/etc/pango/pangorc,
&and was about to remove it.&
Somebody else apparently
&did it already.
File /etc/vmware-tools/vmware-user.desktop
&is backed up to
/etc/vmware-tools/vmware-user.desktop.old.0.
&program previously created the file /sbin/mount.vmhgfs,
&and was about to
&it.& Somebody else apparently
&did it already.
File /usr/lib/vmware-tools/lib32/libconf/etc/fonts/fonts.conf
&is backed up to
/usr/lib/vmware-tools/lib32/libconf/etc/fonts/fonts.conf.old.0.
&program previously created the file /usr/bin/vmware-hgfsclient,
&to remove it.& Somebody else apparently
&did it already.
&program previously created the file
/usr/lib/vmware-tools/lib32/libconf/etc/pango/pango.modules,
&and was about to
&it.& Somebody else apparently
&did it already.
&program previously created the file
/usr/lib/vmware-tools/libconf/etc/gtk-2.0/gdk-pixbuf.loaders,
&and was about to
&it.& Somebody else apparently
&did it already.
File /usr/lib/vmware-tools/lib32/libconf/etc/gtk-2.0/gtk.immodules
&is backed up
to /usr/lib/vmware-tools/lib32/libconf/etc/gtk-2.0/gtk.immodules.old.0.
&program previously created the file
/usr/lib/vmware-tools/libconf/etc/gtk-2.0/gtk.immodules,
&and was about to
&it.& Somebody else apparently
&did it already.
&program previously created the file
/usr/lib/vmware-tools/lib32/libconf/etc/pango/pangox.aliases,
&and was about to
&it.& Somebody else apparently
&did it already.
&program previously created the file /usr/bin/vmware-toolbox-cmd,
&to remove it.& Somebody else apparently
&did it already.
&program previously created the file /usr/bin/vmware-xferlogs,
&to remove it.& Somebody else apparently
&did it already.
&program previously created the directory
/usr/lib/vmware-tools/lib32/libconf/etc/gtk-2.0,
&and was about to remove it.
&there are files in that
&directory that this program did not create, it
&not be removed.
&program previously created the directory
/usr/lib/vmware-tools/lib32/libconf/etc/pango,
&and was about to remove it.
&there are files in that
&directory that this program did not create, it
&not be removed.
&program previously created the directory
/usr/lib/vmware-tools/lib32/libconf/etc/fonts,
&and was about to remove it.
&there are files in that
&directory that this program did not create, it
&not be removed.
&program previously created the directory
/usr/lib/vmware-tools/lib/libtpvmlpd2.so,
&and was about to remove it. Somebody
else apparently
&did it already.
&program previously created the directory
/usr/lib/vmware-tools/lib32/libconf/etc,
&and was about to remove it. Since
&are files in that
&directory that this program did not create, it will not
&program previously created the directory
/usr/lib/vmware-tools/lib/libtpvmgp.so,
&and was about to remove it. Somebody
else apparently
&did it already.
&program previously created the directory
/usr/lib/vmware-tools/lib32/libconf,
&and was about to remove it. Since there
&files in that
&directory that this program did not create, it will not be
&program previously created the directory /etc/vmware-tools/scripts/vmware,
&was about to remove it. Since there are files in that
&directory that this
&did not create, it will not be removed.
&program previously created the directory /usr/lib/vmware-tools/lib32,
&about to remove it. Since there are files in that
&directory that this
&did not create, it will not be removed.
&program previously created the directory /etc/vmware-tools/scripts,
&about to remove it. Since there are files in that
&directory that this
&did not create, it will not be removed.
&program previously created the directory /usr/lib/vmware-tools,
&to remove it. Since there are files in that
&directory that this program
&not create, it will not be removed.
update-initramfs:
&Generating /boot/initrd.img-3.8.0-19-generic
&removal of VMware Tools 8.8.2 build-590212 for Linux
&completed
successfully.
Installing
&VMware Tools.
In which directory do you
&want to install the
&binary files?
[/usr/bin]
&is the directory that contains the init directories (rc0.d/ to rc6.d/)?
&is the directory that contains the init scripts?
[/etc/init.d]
In which directory do you
&want to install the
&daemon files?
[/usr/sbin]
In which directory do you
&want to install the
&library files?
[/usr/lib/vmware-tools]
In which directory do you
&want to install the
&documentation files?
[/usr/share/doc/vmware-tools]
&path &/usr/share/doc/vmware-tools& does
&not exist currently. This program
&going to create it, including needed parent directories. Is this what you
&installation of VMware Tools 8.8.2 build-590212 for Linux
&completed
successfully.
&You can decide to remove this software from your system at any
&invoking the following command: &/usr/bin/vmware-uninstall-tools.pl&.
&running VMware Tools for the
&first time,
&you need to configure it by
&the following command: &/usr/bin/vmware-config-tools.pl&.
&Do you want
&program to invoke the command for you
&now? [yes]
Initializing...
&sure services for VMware
&Tools are stopped.
[EXPERIMENTAL]
&The VMware FileSystem Sync Driver (vmsync) is a new feature that
&backups of virtual machines. Please refer to the VMware Knowledge Base
for more details
&on this capability. Do you wish to enable this
&you can compile modules, you need to have the following installed...
&headers of the running kernel
Searching for GCC...
&GCC binary at &/usr/bin/gcc&.
&path &/usr/bin/gcc& appears
&to be a valid path to the gcc binary.
&you like to change it? [no]
Searching for a
&valid kernel header path...
&path && is
&not a valid path to the 3.8.0-19-generic kernel headers.
&you like to change it? [yes]
&the path to the kernel header files for the
&3.8.0-19-generic kernel?
&path && is
&not a valid path to the 3.8.0-19-generic kernel headers.
&you like to change it? [yes]
&the path to the kernel header files for the
&3.8.0-19-generic kernel?
&path && is
&not a valid path to the 3.8.0-19-generic kernel headers.
&you like to change it? [yes]
&the path to the kernel header files for the
&3.8.0-19-generic kernel?
&path && is
&not a valid path to the 3.8.0-19-generic kernel headers.
&you like to change it? [yes]
&the path to the kernel header files for the
&3.8.0-19-generic kernel?
&path && is
&not a valid path to the 3.8.0-19-generic kernel headers.
&you like to change it? [yes]
&This program cannot compile any modules for the
&following reason(s)...
&This program could not find a
&valid path to the kernel headers of the running
&Please ensure that the header files for the
&running kernel are
&on this sytem.
&Press Enter key to continue ]
&communication service is used in addition
&to the standard communication
&the guest and the host.& The rest of the software provided by VMware
&is designed to work independently of this feature.
&you wish to have the VMCI feature, you can install the
&driver by running
vmware-config-tools.pl
&again after making sure that gcc, binutils, make and
&sources for your
&running kernel are installed on your machine. These
&are available on your distribution's installation CD.
&Press Enter key to continue ]
&VM communication interface socket family is used in conjunction
&with the VM
communication
&interface to provide a new communication path among guests and
&The rest of this software provided by VMware Tools is designed to work
independently
&of this feature.& If you wish to have the VSOCK feature& you can
install the
&driver by running vmware-config-tools.pl again after making sure
&gcc, binutils, make and
&the kernel sources for your
&running kernel are
&on your machine. These packages are available on your distribution's
installation
&Press the Enter key to continue.]
&module vmxnet3 has already been installed on this system by another
&or package and will not be modified by this installer.& Use the flag
--clobber-kernel-modules=vmxnet3
&to override.
&module pvscsi has already been installed on this system by another
&or package and will not be modified by this installer.& Use the flag
--clobber-kernel-modules=pvscsi
&to override.
&module vmmemctl has already been installed on this system by another
&or package and will not be modified by this installer.& Use the flag
--clobber-kernel-modules=vmmemctl
&to override.
&VMware Host-Guest Filesystem allows for shared
&folders between the host OS
&the guest OS in a
&Fusion or Workstation virtual environment.& Do you wish
to enable this
&feature? [yes]
&fast network device driver (vmxnet module) is used only for our
networking
&interface. The rest of the software provided by VMware Tools is
&to work independently of this feature.
&you wish to have the fast network driver enabled, you can install the
&running vmware-config-tools.pl again after making sure that gcc, binutils,
&the kernel sources for your
&running kernel are installed on your
&These packages are available on your distribution's installation CD.
&Press Enter key to continue ]
&vmblock module enables dragging or copying files from within a host and
&or pasting them onto your guest (host to guest drag and drop and file
copy/paste).
&The rest of the software provided by VMware Tools is designed to
&independently of this feature (including guest to host drag and drop and
file copy/paste).
&you would like the host to guest drag and drop and file copy/paste features,
&can install the
&driver by running vmware-config-tools.pl again after making
&that gcc, binutils, make and
&the kernel sources for your
&running kernel
&installed on your machine. These packages are available on your
distribution's
&installation CD.
&Press Enter key to continue ]
&[EXPERIMENTAL] !!!
&automatic kernel modules enables automatic building and installation of
&kernel modules at boot they are not already present.& By selecting yes,
&will be enabling this experimental feature.& You can always disable this
&by re-running vmware-config-tools.pl.
&you like to enable VMware
&automatic kernel modules?
&timer-based audio scheduling in pulseaudio.
&X server version 1.13.3
Distribution
&provided drivers for Xorg
&X server are used.
&X configuration because X drivers are not included.
&a new initrd boot image for the
update-initramfs:
&Generating /boot/initrd.img-3.8.0-19-generic
vmware-tools
&start/running
&configuration of VMware Tools 8.8.2 build-590212 for Linux for this
&completed successfully.
&must restart your X session before any mouse or graphics changes take
&can now run VMware Tools by invoking &/usr/bin/vmware-toolbox-cmd& from
command line
&or by invoking &/usr/bin/vmware-toolbox& from
&the command line
&an X server session.
To enable advanced
&X features (e.g., guest resolution fit, drag and drop, and
&text copy/paste),
&you will need to do one
&(or more)
&of the following:
&Manually start /usr/bin/vmware-user
&Log out and log back into
&Restart your X session.
&VMware team
crifan@ubuntu:~/develop/vmwaretools/vmware-tools-distrib$
快捷安装选项安装Ubuntu 15.04时无法安装VMware Tools的问题已解:
安装Ubuntu Kylin 15.04 x64并安装VMware Tool:
VMware工具下,解决ubuntu15.04无法连接网络:
Linux虚拟机安装VMware Tools:
Linux系统入门学习:在Debian安装VMware Tools:
------分隔线----------------------------

我要回帖

更多关于 ubuntu 安装package 的文章

 

随机推荐