How I can completly reinstall VirtualBox 5.1?












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










share|improve this question

























  • 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











  • 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











  • 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
















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










share|improve this question

























  • 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











  • 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











  • 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














1












1








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










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 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











  • 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











  • 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



















  • 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











  • 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











  • 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

















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










2 Answers
2






active

oldest

votes


















0














You may delete your virtualbox with



sudo apt remove virtualbox


and you may reinstall it from here.






share|improve this answer
























  • Thank you for the solution, Adam and Pablo Bianchi!

    – HanseGucker
    Jan 28 at 20:10





















0














Make sure you have enabled virtualisation in the bios.






share|improve this answer























    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    0














    You may delete your virtualbox with



    sudo apt remove virtualbox


    and you may reinstall it from here.






    share|improve this answer
























    • Thank you for the solution, Adam and Pablo Bianchi!

      – HanseGucker
      Jan 28 at 20:10


















    0














    You may delete your virtualbox with



    sudo apt remove virtualbox


    and you may reinstall it from here.






    share|improve this answer
























    • Thank you for the solution, Adam and Pablo Bianchi!

      – HanseGucker
      Jan 28 at 20:10
















    0












    0








    0







    You may delete your virtualbox with



    sudo apt remove virtualbox


    and you may reinstall it from here.






    share|improve this answer













    You may delete your virtualbox with



    sudo apt remove virtualbox


    and you may reinstall it from here.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Jan 24 at 8:00









    AdamAdam

    3401421




    3401421













    • 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







    Thank you for the solution, Adam and Pablo Bianchi!

    – HanseGucker
    Jan 28 at 20:10















    0














    Make sure you have enabled virtualisation in the bios.






    share|improve this answer




























      0














      Make sure you have enabled virtualisation in the bios.






      share|improve this answer


























        0












        0








        0







        Make sure you have enabled virtualisation in the bios.






        share|improve this answer













        Make sure you have enabled virtualisation in the bios.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 24 at 8:08









        psychonautpsychonaut

        1




        1






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            How to make a Squid Proxy server?

            第一次世界大戦

            Touch on Surface Book