Linux virtualbox как удалить

How to uninstall VirtualBox in 12.04?

To remove VirtualBox, I actually recommend running this command and not replacing * with anything (just run it exactly like so):

sudo apt-get remove virtualbox-\* 

If you want to remove global configuration files too (this does not remove your virtual machines), run exactly this instead:

sudo apt-get purge virtualbox-\* 

That method is OK, but this way may be more thorough.

Explanation

  • You may have multiple VirtualBox-related packages installed. Assuming your machine no longer needs to be a VirtualBox host or guest machine, all these packages can go. For example, on the 11.10 box I’m using right now, there are 18 such packages available for installation (your machine might have some or even all of them, or other packages from your release or a PPA):
virtualbox virtualbox-ose virtualbox-dbg virtualbox-ose-dbg virtualbox-dkms virtualbox-ose-dkms virtualbox-fuse virtualbox-ose-fuse virtualbox-guest-additions virtualbox-ose-guest-dkms virtualbox-guest-additions-iso virtualbox-ose-guest-utils virtualbox-guest-dkms virtualbox-ose-guest-x11 virtualbox-guest-utils virtualbox-ose-qt virtualbox-guest-x11 

What does purge do here?

purge removes global configuration files only. It does not remove virtual machines, so it’s safe to use. However:

  • It also doesn’t remove most of the settings you might think it would. Remember, it removes global configuration files only. It does not remove any configuration files created by users that exist in their home directories and define how VirtualBox is configured for them.
  • Configuration files rarely take up a lot of space. If your goal is to free space but you think you may want to use VirtualBox again, you might prefer not to use purge .

Also, please note: apt-get —purge remove . is the same as apt-get purge . .

Источник

How to Uninstall the VirtualBox 7

In this article, we will show you how to uninstall the VirtualBox 7 from the following operating systems:

  • Ubuntu 18.04 LTS
  • Ubuntu 20.04 LTS
  • Ubuntu 22.04 LTS
  • Debian 10
  • Debian 11
  • LinuxMint 20
  • LinuxMint 21
  • CentOS 7
  • Red Hat Enterprise Linux 8
  • Red Hat Enterprise Linux 9
  • Fedora 35
  • Fedora 36
  • Windows 10
  • Windows 11

Table of Contents:

How to Uninstall VirtualBox 7 from Ubuntu/LinuxMint/Debian

If you installed the VirtualBox 7 on Ubuntu 22.04 LTS, LinuxMint 21, Debian 11, or any other Ubuntu/Debian-based Linux distributions and would like to uninstall it, this section is for you.

Читайте также:  Amd drivers linux manjaro

To uninstall the VirtualBox 7 from Ubuntu 22.04 LTS, LinuxMint 21, Debian 11, or any other Ubuntu/Debian-based Linux distributions, run the following command:

To confirm the action, press Y and then press .

VirtualBox 7 is being uninstalled. It takes a few seconds to complete.

VirtualBox 7 should be uninstalled at this point.

To remove the VirtualBox 7 dependencies, run the following command:

To confirm the action, press Y and then press .

VirtualBox 7 dependencies are being removed. It may take a few seconds to complete.

VirtualBox 7 dependencies should be removed.

For the changes to take effect, reboot your computer with the following command:

How to Uninstall VirtualBox 7 from CentOS/RHEL/Fedora

If you installed the VirtualBox 7 on CentOS, RHEL 8/9, Fedora 35/36, or any other RPM-based Linux distributions and would like to uninstall it, this section is for you.

To uninstall the VirtualBox 7 from CentOS, RHEL 8/9, Fedora 35/36, or any other RPM-based Linux distributions, run the following command:

To confirm the action, press Y and then press .

VirtualBox 7 should be uninstalled.

For the changes to take effect, reboot your computer with the following command:

How to Uninstall VirtualBox 7 from Windows 10

If you want to uninstall the VirtualBox 7 from Windows 10, right-click (RMB) on the start menu and click on Settings.

The Settings app should be opened.

Click on Apps.

Search with the virtualbox [1] keyword. VirtualBox 7 should be listed as an installed software. To uninstall it, click on Uninstall [2] .

Click on Uninstall.

Click on Yes.

VirtualBox 7 is being uninstalled. It takes a few seconds to complete.

VirtualBox 7 should be uninstalled at this point.

How to Uninstall VirtualBox 7 from Windows 11

If you want to uninstall the VirtualBox 7 from Windows 11, right-click (RMB) on the start menu and click on Settings.

The Settings app should be opened.

Click on Apps > Installed apps.

Search with the virtualbox [1] keyword. VirtualBox 7 should be listed as an installed software. To uninstall it, click on

> Uninstall [2] .

Click on Uninstall.

Click on Yes.

VirtualBox 7 is being uninstalled. It takes a few seconds to complete.

VirtualBox 7 should be uninstalled at this point.

Conclusion

In this article, we showed you how to uninstall the VirtualBox 7 from different operating systems.

About the author

Shahriar Shovon

Freelancer & Linux System Administrator. Also loves Web API development with Node.js and JavaScript. I was born in Bangladesh. I am currently studying Electronics and Communication Engineering at Khulna University of Engineering & Technology (KUET), one of the demanding public engineering universities of Bangladesh.

Читайте также:  Linking 32 bit on 64 bit linux

Источник

Как удалить VirtualBox из Ubuntu навсегда?

Мне нужна помощь по удалению VirtualBox с моего компьютера.

sudo apt-get remove virtual-box-* sudo apt-get purge virtual-box-* 

он просто сказал, что выбирает некоторые вещи, а затем сказал, что не удаляет их, и прокомментировал:

linux-image-generic : Depends: linux-image-4.4.0-87-generic but it is not going to be installed linux-signed-image-4.4.0-79-generic : Depends: linux-image-4.4.0-79-generic (= 4.4.0-79.100) but it is not going to be installed linux-signed-image-4.4.0-87-generic : Depends: linux-image-4.4.0-87-generic (= 4.4.0-87.110) but it is not going to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). 

2 ответа

Откройте терминал и введите:

sudo apt-get remove virtualbox unity-scope-virtualbox ^virtualbox- 

Как удалить Oracle VirtualBox

Если вы установили VirtualBox с веб-сайта Oracle, найдите свою версию VirtualBox следующим образом:

sudo apt-get install aptitude aptitude search virtualbox\* 

Последняя версия VirtualBox, которая имеет Oracle VM VirtualBox на одной линии с ним установлен пакет, который вы установили. Если у вас установлена ​​последняя версия Oracle VirtualBox, она называется virtualbox-5.1 ,

Убедитесь, что эта версия Oracle VirtualBox установлена ​​в данный момент.

Удалите Oracle VirtualBox с помощью команды, которая выглядит следующим образом:

sudo apt-get remove VirtualBox-5.1 

Если у вас установлена ​​другая версия Oracle VirtualBox, замените VirtualBox-5.1 в приведенной выше команде с вашей версией VirtualBox.

Ваша проблема не в VirtualBox, а в вашем ядре. Вы, кажется, как-то столкнулись с проблемой, которая вызвала несоответствие.

Просто беги sudo apt update && sudo apt install -f как вы были проинструктированы системой, и она должна установить правильные пакеты.

После того, как это будет завершено, я рекомендую перезагрузить компьютер (просто для безопасности, хотя это не является абсолютно необходимым), а затем запустить sudo apt remove —purge *virtualbox* удалить VirtualBox и любые связанные пакеты.

NB:

Если ты не бежишь sudo apt install -f вы будете продолжать сталкиваться с этой проблемой практически с любым пакетом, так как система управления пакетами остается в неисправном состоянии до тех пор, пока эта проблема не будет решена.

Источник

Удаление virtualbox в linux

Как удалить VirtualBox из Ubuntu на постоянной основе? [dубликат]

Я лично использовал /data более 5 лет на Ubuntu, без проблем. Хотя это не может быть «кошерным», он делает то, что он должен делать.

4 ответа

Как удалить Oracle VirtualBox

Если вы установили VirtualBox с сайта Oracle, найдите версию VirtualBox следующим образом: sudo apt-get install aptitude aptitude search virtualbox\*

Последняя версия VirtualBox с Oracle VM VirtualBox в той же строке с ней — это пакет, который вы установили. Если у вас установлена ​​последняя версия Oracle VirtualBox, она называется virtualbox-5.1. Убедитесь, что в настоящее время установлена ​​эта версия Oracle VirtualBox. dpkg-query -s virtualbox-5.1 Удалите Oracle VirtualBox, используя команда, которая выглядит так: sudo apt-get remove VirtualBox-5.1 Если у вас установлена ​​другая версия Oracle VirtualBox, замените VirtualBox-5.1 в приведенной выше команде своей версией VirtualBox. Ваша проблема связана не с VirtualBox, а с вашим ядром. Вы, кажется, каким-то образом столкнулись с проблемой, которая вызвала несоответствие.

Читайте также:  Сбой соединения vpn linux

Просто запустите sudo apt update && sudo apt install -f, как вам было дано указание системой, и он должен установить правильные пакеты. Как только это будет завершено, я рекомендую перезагружать (просто чтобы быть в безопасности, хотя это не совсем необходимо), а затем запустить sudo apt remove —purge *virtualbox* для удаления VirtualBox и любых связанных пакетов. Если вы не запустите sudo apt install -f, вы будете продолжать сталкиваться с этой проблемой практически с любым пакетом, так как система управления пакетами остается в разбитом состоянии до тех пор, пока эта проблема не будет решена. Откройте терминал и введите: sudo apt-get remove virtualbox unity-scope-virtualbox ^virtualbox-

Как удалить Oracle VirtualBox

Если вы установили VirtualBox с сайта Oracle, найдите версию VirtualBox следующим образом: sudo apt-get install aptitude aptitude search virtualbox\*

Последняя версия VirtualBox с Oracle VM VirtualBox в той же строке с ней — это пакет, который вы установили. Если у вас установлена ​​последняя версия Oracle VirtualBox, она называется virtualbox-5.1. Убедитесь, что в настоящее время установлена ​​эта версия Oracle VirtualBox. dpkg-query -s virtualbox-5.1 Удалите Oracle VirtualBox, используя команда, которая выглядит так: sudo apt-get remove VirtualBox-5.1 Если у вас установлена ​​другая версия Oracle VirtualBox, замените VirtualBox-5.1 в приведенной выше команде своей версией VirtualBox. Ваша проблема связана не с VirtualBox, а с вашим ядром. Вы, кажется, каким-то образом столкнулись с проблемой, которая вызвала несоответствие.

Просто запустите sudo apt update && sudo apt install -f, как вам было дано указание системой, и он должен установить правильные пакеты. Как только это будет завершено, я рекомендую перезагружать (просто чтобы быть в безопасности, хотя это не совсем необходимо), а затем запустить sudo apt remove —purge *virtualbox* для удаления VirtualBox и любых связанных пакетов. Если вы не запустите sudo apt install -f, вы будете продолжать сталкиваться с этой проблемой практически с любым пакетом, так как система управления пакетами остается в разбитом состоянии до тех пор, пока эта проблема не будет решена. Источник

ИТ База знаний

Полезно

— Узнать IP — адрес компьютера в интернете — Онлайн генератор устойчивых паролей — Онлайн калькулятор подсетей

— Калькулятор инсталляции IP — АТС Asterisk — Руководство администратора FreePBX на русском языке — Руководство администратора Cisco UCM/CME на русском языке — Руководство администратора по Linux/Unix

Источник

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