Uninstall linux from vmware

How to uninstall VMware Player?

With the first command, you can see what products you have. With the second, you can choose which product to uninstall. For instance, to uninstall VMware Player, please enter this in a terminal window:

sudo vmware-installer -u vmware-player 

I think this is the most complete answer, especially to make sure the reader can uninstall everything they intend to.

sudo vmware-installer -u vmware-workstation 

Used to uninstall complete vmware-workstation package including vmware-player.

I had to change the command line Lorenzo Lerate provided to make it work for me for version 12.5.6:

sudo vmware-installer -u vmware-player 

I think Lorenzo meant that his readers should substitute PRODUCT-NAME with the actual product name, e. g. vmware-player .

The official documentation states you have to run this:

sudo vmware-installer -u vmware-workstation 

Uninstalling VMware in linux machine

Use command with root permission to uninstall

sudo vmware-installer -u vmware-player 

if you removed some files before using above command the command will not work properly

For this issue: Reinstall VMware workstation again

sudo ./VMware-Player-Full-16.2.4-20089737.x86_64.bundle 

and use this command again 🙂

sudo vmware-installer -u vmware-player 

Источник

How to Uninstall VMware Tools on Linux, Solaris, FreeBSD

VMware Tools is a set of utilities that enhances the performance and functionality of guest operating systems running on VMware virtual machines. However, there may be situations where you need to uninstall VMware Tools from your Linux, Solaris, or FreeBSD guest operating system. In this guide, we will show you how to uninstall VMware Tools on these operating systems.

Step 1: Shut down the virtual machine

Before uninstalling VMware Tools, you need to shut down the virtual machine. You can do this from within the guest operating system or by using the VMware vSphere client or web interface.

Step 2: Remove VMware Tools

After shutting down the virtual machine, you can remove VMware Tools from the guest operating system. The steps to do this may vary depending on the operating system.

Читайте также:  Linux find all files with name recursively

Linux

To remove VMware Tools from a Linux guest operating system, you can use the following command as root:

This will run the VMware Tools uninstaller script and remove VMware Tools from the guest operating system.

[root@geeks ~]# vmware-uninstall-tools.pl
Uninstalling the tar installation of VMware Tools.

Stopping services for vmware-tools

initctl: Unknown instance:
Stopping services for vmware-tools-thinprint

initctl: Unknown instance:
This program previously created the file
/usr/lib/vmware-tools/lib64/libconf/etc/pango/pango.modules, 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.

File /usr/lib/vmware-tools/lib64/libconf/etc/gtk-2.0/gtk.immodules is backed up
to /usr/lib/vmware-tools/lib64/libconf/etc/gtk-2.0/gtk.immodules.old.0.

File /usr/lib/vmware-tools/lib64/libconf/etc/gtk-2.0/gdk-pixbuf.loaders is
backed up to
/usr/lib/vmware-tools/lib64/libconf/etc/gtk-2.0/gdk-pixbuf.loaders.old.0.

This program previously created the file
/usr/lib/vmware-tools/libconf/etc/gtk-2.0/gdk-pixbuf.loaders, and was about to
remove it. Somebody else apparently did it already.

This program previously created the file
/usr/lib/vmware-tools/lib64/libconf/etc/pango/pangorc, and was about to remove
it. Somebody else apparently did it already.

This program previously created the file
/usr/lib/vmware-tools/libconf/etc/gtk-2.0/gtk.immodules, and was about to
remove it. Somebody else apparently did it already.

This program previously created the file
/usr/lib/vmware-tools/lib64/libconf/etc/pango/pangox.aliases, and was about to
remove it. Somebody else apparently did it already.

This program previously created the directory
/usr/lib/vmware-tools/lib64/libconf/etc/gtk-2.0, and was about to remove it.
Since there are files in that directory that this program did not create, it
will not be removed.

This program previously created the directory
/usr/lib/vmware-tools/lib64/libconf/etc, and was about to remove it. Since
there are files in that directory that this program did not create, it will not
be removed.

This program previously created the directory
/usr/lib/vmware-tools/lib64/libconf, and was about to remove it. Since there
are files in that directory that this program did not create, it will not be
removed.

This program previously created the directory /usr/lib/vmware-tools/lib64, and
was about to remove it. Since there are files in that directory that this
program did not create, it will not be removed.

This program previously created the directory /usr/lib/vmware-tools, and was
about to remove it. Since there are files in that directory that this program
did not create, it will not be removed.

The removal of VMware Tools 9.2.2 build-893683 for Linux completed
successfully. Thank you for having tried this software.

Solaris

To remove VMware Tools from a Solaris guest operating system, you can use the following command as root:

pkginfo -l VMwareTools pkgrm VMwareTools

This will list the VMware Tools package information and then remove it from the guest operating system.

FreeBSD

To remove VMware Tools from a FreeBSD guest operating system, you can use the following command as root:

cd /usr/local/etc/rc.d/ ./vmware-tools.sh stop ./vmware-tools.sh uninstall

This will stop the VMware Tools daemon and then remove VMware Tools from the guest operating system.

Читайте также:  Лучший usb дистрибутив linux

Step 3: Restart the virtual machine

After removing VMware Tools from the guest operating system, you can restart the virtual machine. You can do this from within the guest operating system or by using the VMware vSphere client or web interface.

Commands Mentioned:

  • vmware-uninstall-tools.pl – runs the VMware Tools uninstaller script on Linux
  • pkginfo – displays package information on Solaris
  • pkgrm – removes a package on Solaris
  • vmware-tools.sh – stops and uninstalls VMware Tools on FreeBSD

Conclusion:

In this guide, we have shown you how to uninstall VMware Tools from Linux, Solaris, and FreeBSD guest operating systems. Removing VMware Tools may be necessary if you are migrating a virtual machine to a different hypervisor or if you no longer need the enhanced functionality provided by VMware Tools. Remember to shut down the virtual machine before removing VMware Tools and then restart it after the removal process is complete.

Dimitri Nek

Dimitri is a Linux-wielding geek from Newport Beach and a server optimization guru with over 20 years of experience taming web hosting beasts. Equipped with an arsenal of programming languages and an insatiable thirst for knowledge, Dimitri conquers website challenges and scales hosting mountains with unmatched expertise. His vast knowledge of industry-leading hosting providers allows him to make well-informed recommendations tailored to each client’s unique needs.

Источник

How to Uninstall VMware Workstation 14/15 on Linux Mint 19.1/18

Toggle Menu

updateicon

Last Updated: June 18, 2022 | VMware Workstation | Tolga Bagci

In this article, we will examine the steps to remove the VMware Workstation virtualization program installed on Linux Mint 18/19.

How to Uninstall VMware Workstation 14/15 on Linux Mint 19.1/18

How to Uninstall VMware Software from Linux Mint 19.1/18

VMware Workstation 14 Pro is a popular virtualization program and allows you to set up multiple operating systems by creating VMs.

VMware Software 14/15 Pro works on Windows operating systems as well as on Linux platforms. In our previous article, we installed VMware 14/15 Pro on Linux Mint 19 and Linux Mint 18.

In this article, we will remove VMware 14/15 Pro virtualization software that we installed on Linux Mint. You can also use Package Manager to delete VMware program or any software over Linux.

If you are familiar with Linux Terminal commands, we will review the steps of removing the VMware Workstation from Mint using Terminal.

Читайте также:  Программный роутер на linux

How to Remove VMware from Linux Mint

You must also delete the virtual machine settings made to remove the VM software completely from the system. If you do not want to delete the virtual machine configurations you have made, you should pay attention to this setting in the uninstallation window.

To completely delete VMware from your computer, follow the steps below in sequence.

Open the Start menu and type the name of the program in the search box to make sure it is installed on your system.

Linux Mint Start Menu

To remove the program, open the Terminal and execute the following command.

sudo vmware-installer -u vmware-workstation

sudo vmware-installer -u vmware-workstation

To delete all configurations you have made on the virtualization program, you must select No in the following image. If you will then setup this program again on your system, select Yes in this step to save the configurations.

Select No to delete the configurations and click Next.

Confirm deletion of all files related to VMware

Wait while uninstalling the program from Mint.

Uninstalling VMware on Linux Mint

The virtualization program has successfully removed from the system. Click the Close button to close the warning window.

Uninstalling Workstation

Type “vmware” in the search box on mint and make sure that the virtual machine program has removed!

Launcher

How to Delete VMware Workstation on Linux Mint 19/18 ⇒ Video

You can watch the video below to delete the VM software and also subscribe to our YouTube channel to support us…

VMware Uninstallation Video

Final Word

In this article, we have examined how to delete the virtualization program from the Linux system. In addition, for more information about the removal process, you can refer to the source published on the developer’s website. Thanks for following us!

Tolga Bagci

TolgaBagci

Hello, I’m Tolga! I am a computer specialist who has been specializing in computer technologies for about 20 years. I provide solutions to problems encountered in many areas such as hardware, system, network, virtualization, server systems, and operating systems, and create relevant content on my website by explaining how to solve these problems. My goal is to be a reliable source of expert, quality, and trustworthy solutions for your computer problems. By following innovations and using the latest technologies, I aim to be successful in my job and provide you with the best service. Don’t hesitate to contact me for any questions or curiosity about technology. Have a nice day, stay up to date 🙂

Источник

Оцените статью
Adblock
detector