Перейти к содержимому

Как удалить vmware workstation linux

  • автор:

Форум русскоязычного сообщества Ubuntu

Страница сгенерирована за 0.038 секунд. Запросов: 23.

  • Сайт
  • Об Ubuntu
  • Скачать Ubuntu
  • Семейство Ubuntu
  • Новости
  • Форум
  • Помощь
  • Правила
  • Документация
  • Пользовательская документация
  • Официальная документация
  • Семейство Ubuntu
  • Материалы для загрузки
  • Совместимость с оборудованием
  • RSS лента
  • Сообщество
  • Наши проекты
  • Местные сообщества
  • Перевод Ubuntu
  • Тестирование
  • RSS лента

© 2012 Ubuntu-ru — Русскоязычное сообщество Ubuntu Linux.
© 2012 Canonical Ltd. Ubuntu и Canonical являются зарегистрированными торговыми знаками Canonical Ltd.

Полное удаление vmware

В общем установил когда то, что то не пошло, остановился пока на VirtualBox, удалил все что только смог найти по vmware но остались следующие моменты в меню программ остались ярлыки не знаю как удалить и при старте выдает [FAILED] Failed to start LSB: This services starts and stops the USB Arbitrator. See «systemctl status vmware-USBArbitrator.service» for details.

Запустил sudo sysv-rc-conf для работы с демонами , там тое осталось парочку, отключил но в списке они есть.

Как это все почистить подскажите

How do I uninstall VMWare Workstation?

After an update, I can no longer run VMWare Workstation, it fails to open. Trying to install it fails on the virtual network, the patch no longer works. How do I uninstall it completely so I can attempt a fresh reinstall?

  • software-installation
  • vmware-workstation

67.5k 32 32 gold badges 178 178 silver badges 269 269 bronze badges
asked May 3, 2012 at 21:23
8,002 18 18 gold badges 61 61 silver badges 81 81 bronze badges
@Alvar Then fix it?
May 3, 2012 at 21:34
@tgm4883 great, you fixed the cry for help and the caps issue! 🙂
May 3, 2012 at 21:39

how did u manage to install it? i can install the bundle but can’t install the extra’s that it ask after opening VMWS

May 3, 2012 at 22:15
How did you installed it in first place? What was the error presented?
Jun 26, 2014 at 10:58

1 Answer 1

VMWare Workstation doesn’t ship in a deb, so it isn’t registered in dpkg (which is why you can’t find it in the software center). It does have an install and uninstall utility though.

To uninstall VMWare Workstation, you will need to run:

sudo vmware-installer --uninstall-product vmware-workstation 

If you just run:

vmware-installer 

by itself, it will print all the options you have available. If you run:

vmware-installer -l 

It will print a list of all VMWare products you have installed.

Similarly, to uninstall VMWare Player:

sudo vmware-installer --uninstall-product vmware-player 

Ubuntu — Удалить VMWare Player и VMWare Workstation с помощью vmware-installer

VMWare Workstation не поставляется с deb, не зарегистрирована в системе управления пакетами dpkg, ее не найти в менеджере приложений.
VMWare Workstation имеет собственную утилиту для установки и удаления.
Для вывода всех доступных вариантов введите:

$ vmware-installer Usage: vmware-installer [options] VMware Installer Options: --version show program's version number and exit -h, --help show this help message and exit Manage: Install or uninstall products -i FILE, --install-bundle=FILE Install bundle from FILE --install-component=FILE Install a component --uninstall-component=NAME Force uninstallation of a component -u NAME, --uninstall-product=NAME Uninstall a product -r, --resolve-system Force the system to resolve the current state --register-file=COMPONENT_NAME (config|regular) FILE Register a file in the database -x DIR, --extract=DIR Extract the contents of the bundle into DIR -p DIR, --prefix=DIR Set a custom install location Information: Look up information on installed products -l, --list-products List installed products -t, --list-components List the installed components -L COMPONENT, --list-files=COMPONENT List files for a given component -S FILE, --find-file=FILE List components and files matching the given pattern Settings: Set and retrieve settings -g COMPONENT KEY, --get-setting=COMPONENT KEY Get setting -s COMPONENT KEY VALUE, --set-setting=COMPONENT KEY VALUE Set setting -d COMPONENT KEY, --delete-setting=COMPONENT KEY Delete setting Options: --gtk Use the Gtk+ UI (Default) --console Use the console UI --custom Allow customization of the install, including file locations. --regular Displays questions that have no good defaults (Default) --required Displays only questions absolutely required -I, --ignore-errors Ignore component script errors --eulas-agreed Agree to the EULA 

Для вывода списка установленных VMWare продуктов добавьте ключ -l

$ vmware-installer -l Product Name Product Version ==================== ==================== vmware-player 15.0.2.10952284 

Чтобы удалить VMWare Workstation, нужно запустить:

$ sudo vmware-installer --uninstall-product vmware-workstation 

Аналогично, чтобы удалить VMWare Player:

$ sudo vmware-installer --uninstall-product vmware-player 

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *