How I can completly reinstall VirtualBox 5.1?
When I want to start VirtualBox on my Ubuntu 18.04, I get a message like this:
VirtualBox: Error -610 in supR3HardenedMainInitRuntime!
VirtualBox: dlopen("/usr/lib/virtualbox/VBoxRT.so",) failed: <NULL>
VirtualBox: Tip! It may help to reinstall VirtualBox.
I tried to reinstall Virtualbox by following, but after that, the same message was there still:
sudo apt purge virtualbox
sudo apt install virtualbox
Now my question is: Are there things I have to do (or I can do) in addition to the apt command?
Thank you very much for an answer in advance
Edit: dpkg -S /usr/lib/virtualbox/VBoxRT.so prints
virtualbox: /usr/lib/virtualbox/VBoxRT.so
apt 18.04 virtualbox
add a comment |
When I want to start VirtualBox on my Ubuntu 18.04, I get a message like this:
VirtualBox: Error -610 in supR3HardenedMainInitRuntime!
VirtualBox: dlopen("/usr/lib/virtualbox/VBoxRT.so",) failed: <NULL>
VirtualBox: Tip! It may help to reinstall VirtualBox.
I tried to reinstall Virtualbox by following, but after that, the same message was there still:
sudo apt purge virtualbox
sudo apt install virtualbox
Now my question is: Are there things I have to do (or I can do) in addition to the apt command?
Thank you very much for an answer in advance
Edit: dpkg -S /usr/lib/virtualbox/VBoxRT.so prints
virtualbox: /usr/lib/virtualbox/VBoxRT.so
apt 18.04 virtualbox
purge dont delete the product, it only removed configuration files.sudo apt uninstall --purge virtualboxshould delete totally. You could trysudo apt install --reinstall virtualboxinstead of uninstalling and installing, though.
– Soren A
Sep 4 '18 at 14:26
The problem of your idea is, thatapthas not a command calleduninstall.
– HanseGucker
Sep 4 '18 at 15:03
Please add output ofdpkg -S /usr/lib/virtualbox/VBoxRT.soto the question. It is very likely that package is namedvirtualbox-5.1- so you should usesudo apt-get purge virtualbox-5.1andsudo apt-get install virtualbox-5.1.
– N0rbert
Sep 4 '18 at 19:29
I added the information above.
– HanseGucker
Sep 16 '18 at 11:36
Did you try tosudo apt purge virtualbox*and then download .deb package file from Virtualbox site installing it withdpkg -i?
– Pablo Bianchi
Jan 25 at 13:23
add a comment |
When I want to start VirtualBox on my Ubuntu 18.04, I get a message like this:
VirtualBox: Error -610 in supR3HardenedMainInitRuntime!
VirtualBox: dlopen("/usr/lib/virtualbox/VBoxRT.so",) failed: <NULL>
VirtualBox: Tip! It may help to reinstall VirtualBox.
I tried to reinstall Virtualbox by following, but after that, the same message was there still:
sudo apt purge virtualbox
sudo apt install virtualbox
Now my question is: Are there things I have to do (or I can do) in addition to the apt command?
Thank you very much for an answer in advance
Edit: dpkg -S /usr/lib/virtualbox/VBoxRT.so prints
virtualbox: /usr/lib/virtualbox/VBoxRT.so
apt 18.04 virtualbox
When I want to start VirtualBox on my Ubuntu 18.04, I get a message like this:
VirtualBox: Error -610 in supR3HardenedMainInitRuntime!
VirtualBox: dlopen("/usr/lib/virtualbox/VBoxRT.so",) failed: <NULL>
VirtualBox: Tip! It may help to reinstall VirtualBox.
I tried to reinstall Virtualbox by following, but after that, the same message was there still:
sudo apt purge virtualbox
sudo apt install virtualbox
Now my question is: Are there things I have to do (or I can do) in addition to the apt command?
Thank you very much for an answer in advance
Edit: dpkg -S /usr/lib/virtualbox/VBoxRT.so prints
virtualbox: /usr/lib/virtualbox/VBoxRT.so
apt 18.04 virtualbox
apt 18.04 virtualbox
edited Sep 16 '18 at 11:35
HanseGucker
asked Sep 4 '18 at 14:08
HanseGuckerHanseGucker
83
83
purge dont delete the product, it only removed configuration files.sudo apt uninstall --purge virtualboxshould delete totally. You could trysudo apt install --reinstall virtualboxinstead of uninstalling and installing, though.
– Soren A
Sep 4 '18 at 14:26
The problem of your idea is, thatapthas not a command calleduninstall.
– HanseGucker
Sep 4 '18 at 15:03
Please add output ofdpkg -S /usr/lib/virtualbox/VBoxRT.soto the question. It is very likely that package is namedvirtualbox-5.1- so you should usesudo apt-get purge virtualbox-5.1andsudo apt-get install virtualbox-5.1.
– N0rbert
Sep 4 '18 at 19:29
I added the information above.
– HanseGucker
Sep 16 '18 at 11:36
Did you try tosudo apt purge virtualbox*and then download .deb package file from Virtualbox site installing it withdpkg -i?
– Pablo Bianchi
Jan 25 at 13:23
add a comment |
purge dont delete the product, it only removed configuration files.sudo apt uninstall --purge virtualboxshould delete totally. You could trysudo apt install --reinstall virtualboxinstead of uninstalling and installing, though.
– Soren A
Sep 4 '18 at 14:26
The problem of your idea is, thatapthas not a command calleduninstall.
– HanseGucker
Sep 4 '18 at 15:03
Please add output ofdpkg -S /usr/lib/virtualbox/VBoxRT.soto the question. It is very likely that package is namedvirtualbox-5.1- so you should usesudo apt-get purge virtualbox-5.1andsudo apt-get install virtualbox-5.1.
– N0rbert
Sep 4 '18 at 19:29
I added the information above.
– HanseGucker
Sep 16 '18 at 11:36
Did you try tosudo apt purge virtualbox*and then download .deb package file from Virtualbox site installing it withdpkg -i?
– Pablo Bianchi
Jan 25 at 13:23
purge dont delete the product, it only removed configuration files.
sudo apt uninstall --purge virtualbox should delete totally. You could try sudo apt install --reinstall virtualbox instead of uninstalling and installing, though.– Soren A
Sep 4 '18 at 14:26
purge dont delete the product, it only removed configuration files.
sudo apt uninstall --purge virtualbox should delete totally. You could try sudo apt install --reinstall virtualbox instead of uninstalling and installing, though.– Soren A
Sep 4 '18 at 14:26
The problem of your idea is, that
apt has not a command called uninstall.– HanseGucker
Sep 4 '18 at 15:03
The problem of your idea is, that
apt has not a command called uninstall.– HanseGucker
Sep 4 '18 at 15:03
Please add output of
dpkg -S /usr/lib/virtualbox/VBoxRT.so to the question. It is very likely that package is named virtualbox-5.1 - so you should use sudo apt-get purge virtualbox-5.1 and sudo apt-get install virtualbox-5.1.– N0rbert
Sep 4 '18 at 19:29
Please add output of
dpkg -S /usr/lib/virtualbox/VBoxRT.so to the question. It is very likely that package is named virtualbox-5.1 - so you should use sudo apt-get purge virtualbox-5.1 and sudo apt-get install virtualbox-5.1.– N0rbert
Sep 4 '18 at 19:29
I added the information above.
– HanseGucker
Sep 16 '18 at 11:36
I added the information above.
– HanseGucker
Sep 16 '18 at 11:36
Did you try to
sudo apt purge virtualbox* and then download .deb package file from Virtualbox site installing it with dpkg -i?– Pablo Bianchi
Jan 25 at 13:23
Did you try to
sudo apt purge virtualbox* and then download .deb package file from Virtualbox site installing it with dpkg -i?– Pablo Bianchi
Jan 25 at 13:23
add a comment |
2 Answers
2
active
oldest
votes
You may delete your virtualbox with
sudo apt remove virtualbox
and you may reinstall it from here.
Thank you for the solution, Adam and Pablo Bianchi!
– HanseGucker
Jan 28 at 20:10
add a comment |
Make sure you have enabled virtualisation in the bios.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1072032%2fhow-i-can-completly-reinstall-virtualbox-5-1%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You may delete your virtualbox with
sudo apt remove virtualbox
and you may reinstall it from here.
Thank you for the solution, Adam and Pablo Bianchi!
– HanseGucker
Jan 28 at 20:10
add a comment |
You may delete your virtualbox with
sudo apt remove virtualbox
and you may reinstall it from here.
Thank you for the solution, Adam and Pablo Bianchi!
– HanseGucker
Jan 28 at 20:10
add a comment |
You may delete your virtualbox with
sudo apt remove virtualbox
and you may reinstall it from here.
You may delete your virtualbox with
sudo apt remove virtualbox
and you may reinstall it from here.
answered Jan 24 at 8:00
AdamAdam
3401421
3401421
Thank you for the solution, Adam and Pablo Bianchi!
– HanseGucker
Jan 28 at 20:10
add a comment |
Thank you for the solution, Adam and Pablo Bianchi!
– HanseGucker
Jan 28 at 20:10
Thank you for the solution, Adam and Pablo Bianchi!
– HanseGucker
Jan 28 at 20:10
Thank you for the solution, Adam and Pablo Bianchi!
– HanseGucker
Jan 28 at 20:10
add a comment |
Make sure you have enabled virtualisation in the bios.
add a comment |
Make sure you have enabled virtualisation in the bios.
add a comment |
Make sure you have enabled virtualisation in the bios.
Make sure you have enabled virtualisation in the bios.
answered Jan 24 at 8:08
psychonautpsychonaut
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1072032%2fhow-i-can-completly-reinstall-virtualbox-5-1%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
purge dont delete the product, it only removed configuration files.
sudo apt uninstall --purge virtualboxshould delete totally. You could trysudo apt install --reinstall virtualboxinstead of uninstalling and installing, though.– Soren A
Sep 4 '18 at 14:26
The problem of your idea is, that
apthas not a command calleduninstall.– HanseGucker
Sep 4 '18 at 15:03
Please add output of
dpkg -S /usr/lib/virtualbox/VBoxRT.soto the question. It is very likely that package is namedvirtualbox-5.1- so you should usesudo apt-get purge virtualbox-5.1andsudo apt-get install virtualbox-5.1.– N0rbert
Sep 4 '18 at 19:29
I added the information above.
– HanseGucker
Sep 16 '18 at 11:36
Did you try to
sudo apt purge virtualbox*and then download .deb package file from Virtualbox site installing it withdpkg -i?– Pablo Bianchi
Jan 25 at 13:23