virtualbox ppa for 14.04












2















I want to add a ppa to get virtualbox updates but I can't understand the debian-based steps on their webpage (or here). Normally I add repositories with sudo add-apt-repository ...



Can anyone explain the steps?










share|improve this question



























    2















    I want to add a ppa to get virtualbox updates but I can't understand the debian-based steps on their webpage (or here). Normally I add repositories with sudo add-apt-repository ...



    Can anyone explain the steps?










    share|improve this question

























      2












      2








      2








      I want to add a ppa to get virtualbox updates but I can't understand the debian-based steps on their webpage (or here). Normally I add repositories with sudo add-apt-repository ...



      Can anyone explain the steps?










      share|improve this question














      I want to add a ppa to get virtualbox updates but I can't understand the debian-based steps on their webpage (or here). Normally I add repositories with sudo add-apt-repository ...



      Can anyone explain the steps?







      14.04 virtualbox ppa






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 20 '16 at 4:27









      Mina MichaelMina Michael

      4,1821860121




      4,1821860121






















          2 Answers
          2






          active

          oldest

          votes


















          4














          First you need to add the repository to your system. Copy and paste the following to a terminal window:



          VirtualBox for Bionic does not support i386 so add this repository:



          sudo bash -c 'echo "deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" > /etc/apt/sources.list.d/virtualbox.list'


          For 17.10 and older add this one:



          sudo bash -c 'echo "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" > /etc/apt/sources.list.d/virtualbox.list'


          Then you just step through the rest from https://www.virtualbox.org/wiki/Linux_Downloads; or I put the steps below.



          You can just copy and paste each of these steps to finish your install of VirtualBox on your system:



          Add the key:



          Ubuntu 14.04:



          wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -


          Ubuntu 16.04 and newer (18.04 included):



          wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -


          Then do your update and install:



          sudo apt-get update


          Update: Now it is Virtualbox 5.2



          sudo apt-get install virtualbox-5.2


          VirtualBox 6.0 is also available



          sudo apt-get install virtualbox-6.0


          Last, install your kernel driver for VirtualBox:



          sudo apt-get install dkms


          If this is a new installation, run the following to add vboxusers group to your username:



          sudo usermod -a -G vboxusers $USER


          Then log out and back in for changes to take effect.



          Then after it is all installed, it is recommended to install the VirtualBox Extension Pack from here.



          Hope this helps!






          share|improve this answer





















          • 1





            It would be helpful if we can generalize the question and your answer to also include 16.04 and 16.10. To do that, the only addition to your answer is to add oracle_vbox_2016.asc (as opposed to oracle_vbox.asc).

            – edwinksl
            Feb 23 '17 at 4:17













          • @edwinksl Thank you! I added it as an addition for now as I don't know if it will work with 14.04 yet. But thank you for great advice. =)

            – Terrance
            Feb 23 '17 at 4:29











          • Certainly works for 16.10; I just tried it.

            – edwinksl
            Feb 23 '17 at 4:46






          • 2





            Small recommendation: put the deb line in /etc/apt/sources.list.d/virtualbox.list, since that's a little bit cleaner and goes along with what that directory is for.

            – Chai T. Rex
            Jan 26 '18 at 23:58






          • 1





            @Terrance according to ChaiT.Rex' suggestion you changed the commands, but not the explanation prior them, which can be a little bit confusing for beginners...

            – DJCrashdummy
            May 11 '18 at 14:41



















          0














          Tested on Ubuntu Kylin 16.04.6 Feb.22nd build
          Oracle VM V6.0.4r12813 (Qt5.9.5)



          sudo wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
          OK
          sudo apt-get install virtualbox-6.0
          Reading package lists... Done
          Building dependency tree
          Reading state information... Done
          The following additional packages will be installed:
          libgirara-gtk3-2 libsdl-ttf2.0-0 libsynctex1 zathura zathura-pdf-poppler
          Suggested packages:
          zathura-ps zathura-djvu zathura-cb
          The following NEW packages will be installed:
          libgirara-gtk3-2 libsdl-ttf2.0-0 libsynctex1 virtualbox-6.0 zathura
          zathura-pdf-poppler
          0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
          Need to get 136 MB of archives.
          After this operation, 287 MB of additional disk space will be used.
          Do you want to continue? [Y/n]
          sudo apt-get install dkms
          uname -r
          4.15.0-45-generic


          No issues and dot 6 works fine here. Thanks a lot for tips.
          Was already on 6.0 and the first command line is for x86. For an x64 machine, it won't work. Did not use the last.






          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%2f759330%2fvirtualbox-ppa-for-14-04%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









            4














            First you need to add the repository to your system. Copy and paste the following to a terminal window:



            VirtualBox for Bionic does not support i386 so add this repository:



            sudo bash -c 'echo "deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" > /etc/apt/sources.list.d/virtualbox.list'


            For 17.10 and older add this one:



            sudo bash -c 'echo "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" > /etc/apt/sources.list.d/virtualbox.list'


            Then you just step through the rest from https://www.virtualbox.org/wiki/Linux_Downloads; or I put the steps below.



            You can just copy and paste each of these steps to finish your install of VirtualBox on your system:



            Add the key:



            Ubuntu 14.04:



            wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -


            Ubuntu 16.04 and newer (18.04 included):



            wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -


            Then do your update and install:



            sudo apt-get update


            Update: Now it is Virtualbox 5.2



            sudo apt-get install virtualbox-5.2


            VirtualBox 6.0 is also available



            sudo apt-get install virtualbox-6.0


            Last, install your kernel driver for VirtualBox:



            sudo apt-get install dkms


            If this is a new installation, run the following to add vboxusers group to your username:



            sudo usermod -a -G vboxusers $USER


            Then log out and back in for changes to take effect.



            Then after it is all installed, it is recommended to install the VirtualBox Extension Pack from here.



            Hope this helps!






            share|improve this answer





















            • 1





              It would be helpful if we can generalize the question and your answer to also include 16.04 and 16.10. To do that, the only addition to your answer is to add oracle_vbox_2016.asc (as opposed to oracle_vbox.asc).

              – edwinksl
              Feb 23 '17 at 4:17













            • @edwinksl Thank you! I added it as an addition for now as I don't know if it will work with 14.04 yet. But thank you for great advice. =)

              – Terrance
              Feb 23 '17 at 4:29











            • Certainly works for 16.10; I just tried it.

              – edwinksl
              Feb 23 '17 at 4:46






            • 2





              Small recommendation: put the deb line in /etc/apt/sources.list.d/virtualbox.list, since that's a little bit cleaner and goes along with what that directory is for.

              – Chai T. Rex
              Jan 26 '18 at 23:58






            • 1





              @Terrance according to ChaiT.Rex' suggestion you changed the commands, but not the explanation prior them, which can be a little bit confusing for beginners...

              – DJCrashdummy
              May 11 '18 at 14:41
















            4














            First you need to add the repository to your system. Copy and paste the following to a terminal window:



            VirtualBox for Bionic does not support i386 so add this repository:



            sudo bash -c 'echo "deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" > /etc/apt/sources.list.d/virtualbox.list'


            For 17.10 and older add this one:



            sudo bash -c 'echo "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" > /etc/apt/sources.list.d/virtualbox.list'


            Then you just step through the rest from https://www.virtualbox.org/wiki/Linux_Downloads; or I put the steps below.



            You can just copy and paste each of these steps to finish your install of VirtualBox on your system:



            Add the key:



            Ubuntu 14.04:



            wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -


            Ubuntu 16.04 and newer (18.04 included):



            wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -


            Then do your update and install:



            sudo apt-get update


            Update: Now it is Virtualbox 5.2



            sudo apt-get install virtualbox-5.2


            VirtualBox 6.0 is also available



            sudo apt-get install virtualbox-6.0


            Last, install your kernel driver for VirtualBox:



            sudo apt-get install dkms


            If this is a new installation, run the following to add vboxusers group to your username:



            sudo usermod -a -G vboxusers $USER


            Then log out and back in for changes to take effect.



            Then after it is all installed, it is recommended to install the VirtualBox Extension Pack from here.



            Hope this helps!






            share|improve this answer





















            • 1





              It would be helpful if we can generalize the question and your answer to also include 16.04 and 16.10. To do that, the only addition to your answer is to add oracle_vbox_2016.asc (as opposed to oracle_vbox.asc).

              – edwinksl
              Feb 23 '17 at 4:17













            • @edwinksl Thank you! I added it as an addition for now as I don't know if it will work with 14.04 yet. But thank you for great advice. =)

              – Terrance
              Feb 23 '17 at 4:29











            • Certainly works for 16.10; I just tried it.

              – edwinksl
              Feb 23 '17 at 4:46






            • 2





              Small recommendation: put the deb line in /etc/apt/sources.list.d/virtualbox.list, since that's a little bit cleaner and goes along with what that directory is for.

              – Chai T. Rex
              Jan 26 '18 at 23:58






            • 1





              @Terrance according to ChaiT.Rex' suggestion you changed the commands, but not the explanation prior them, which can be a little bit confusing for beginners...

              – DJCrashdummy
              May 11 '18 at 14:41














            4












            4








            4







            First you need to add the repository to your system. Copy and paste the following to a terminal window:



            VirtualBox for Bionic does not support i386 so add this repository:



            sudo bash -c 'echo "deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" > /etc/apt/sources.list.d/virtualbox.list'


            For 17.10 and older add this one:



            sudo bash -c 'echo "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" > /etc/apt/sources.list.d/virtualbox.list'


            Then you just step through the rest from https://www.virtualbox.org/wiki/Linux_Downloads; or I put the steps below.



            You can just copy and paste each of these steps to finish your install of VirtualBox on your system:



            Add the key:



            Ubuntu 14.04:



            wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -


            Ubuntu 16.04 and newer (18.04 included):



            wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -


            Then do your update and install:



            sudo apt-get update


            Update: Now it is Virtualbox 5.2



            sudo apt-get install virtualbox-5.2


            VirtualBox 6.0 is also available



            sudo apt-get install virtualbox-6.0


            Last, install your kernel driver for VirtualBox:



            sudo apt-get install dkms


            If this is a new installation, run the following to add vboxusers group to your username:



            sudo usermod -a -G vboxusers $USER


            Then log out and back in for changes to take effect.



            Then after it is all installed, it is recommended to install the VirtualBox Extension Pack from here.



            Hope this helps!






            share|improve this answer















            First you need to add the repository to your system. Copy and paste the following to a terminal window:



            VirtualBox for Bionic does not support i386 so add this repository:



            sudo bash -c 'echo "deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" > /etc/apt/sources.list.d/virtualbox.list'


            For 17.10 and older add this one:



            sudo bash -c 'echo "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" > /etc/apt/sources.list.d/virtualbox.list'


            Then you just step through the rest from https://www.virtualbox.org/wiki/Linux_Downloads; or I put the steps below.



            You can just copy and paste each of these steps to finish your install of VirtualBox on your system:



            Add the key:



            Ubuntu 14.04:



            wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -


            Ubuntu 16.04 and newer (18.04 included):



            wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -


            Then do your update and install:



            sudo apt-get update


            Update: Now it is Virtualbox 5.2



            sudo apt-get install virtualbox-5.2


            VirtualBox 6.0 is also available



            sudo apt-get install virtualbox-6.0


            Last, install your kernel driver for VirtualBox:



            sudo apt-get install dkms


            If this is a new installation, run the following to add vboxusers group to your username:



            sudo usermod -a -G vboxusers $USER


            Then log out and back in for changes to take effect.



            Then after it is all installed, it is recommended to install the VirtualBox Extension Pack from here.



            Hope this helps!







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited 5 hours ago

























            answered Apr 20 '16 at 5:13









            TerranceTerrance

            19.7k34797




            19.7k34797








            • 1





              It would be helpful if we can generalize the question and your answer to also include 16.04 and 16.10. To do that, the only addition to your answer is to add oracle_vbox_2016.asc (as opposed to oracle_vbox.asc).

              – edwinksl
              Feb 23 '17 at 4:17













            • @edwinksl Thank you! I added it as an addition for now as I don't know if it will work with 14.04 yet. But thank you for great advice. =)

              – Terrance
              Feb 23 '17 at 4:29











            • Certainly works for 16.10; I just tried it.

              – edwinksl
              Feb 23 '17 at 4:46






            • 2





              Small recommendation: put the deb line in /etc/apt/sources.list.d/virtualbox.list, since that's a little bit cleaner and goes along with what that directory is for.

              – Chai T. Rex
              Jan 26 '18 at 23:58






            • 1





              @Terrance according to ChaiT.Rex' suggestion you changed the commands, but not the explanation prior them, which can be a little bit confusing for beginners...

              – DJCrashdummy
              May 11 '18 at 14:41














            • 1





              It would be helpful if we can generalize the question and your answer to also include 16.04 and 16.10. To do that, the only addition to your answer is to add oracle_vbox_2016.asc (as opposed to oracle_vbox.asc).

              – edwinksl
              Feb 23 '17 at 4:17













            • @edwinksl Thank you! I added it as an addition for now as I don't know if it will work with 14.04 yet. But thank you for great advice. =)

              – Terrance
              Feb 23 '17 at 4:29











            • Certainly works for 16.10; I just tried it.

              – edwinksl
              Feb 23 '17 at 4:46






            • 2





              Small recommendation: put the deb line in /etc/apt/sources.list.d/virtualbox.list, since that's a little bit cleaner and goes along with what that directory is for.

              – Chai T. Rex
              Jan 26 '18 at 23:58






            • 1





              @Terrance according to ChaiT.Rex' suggestion you changed the commands, but not the explanation prior them, which can be a little bit confusing for beginners...

              – DJCrashdummy
              May 11 '18 at 14:41








            1




            1





            It would be helpful if we can generalize the question and your answer to also include 16.04 and 16.10. To do that, the only addition to your answer is to add oracle_vbox_2016.asc (as opposed to oracle_vbox.asc).

            – edwinksl
            Feb 23 '17 at 4:17







            It would be helpful if we can generalize the question and your answer to also include 16.04 and 16.10. To do that, the only addition to your answer is to add oracle_vbox_2016.asc (as opposed to oracle_vbox.asc).

            – edwinksl
            Feb 23 '17 at 4:17















            @edwinksl Thank you! I added it as an addition for now as I don't know if it will work with 14.04 yet. But thank you for great advice. =)

            – Terrance
            Feb 23 '17 at 4:29





            @edwinksl Thank you! I added it as an addition for now as I don't know if it will work with 14.04 yet. But thank you for great advice. =)

            – Terrance
            Feb 23 '17 at 4:29













            Certainly works for 16.10; I just tried it.

            – edwinksl
            Feb 23 '17 at 4:46





            Certainly works for 16.10; I just tried it.

            – edwinksl
            Feb 23 '17 at 4:46




            2




            2





            Small recommendation: put the deb line in /etc/apt/sources.list.d/virtualbox.list, since that's a little bit cleaner and goes along with what that directory is for.

            – Chai T. Rex
            Jan 26 '18 at 23:58





            Small recommendation: put the deb line in /etc/apt/sources.list.d/virtualbox.list, since that's a little bit cleaner and goes along with what that directory is for.

            – Chai T. Rex
            Jan 26 '18 at 23:58




            1




            1





            @Terrance according to ChaiT.Rex' suggestion you changed the commands, but not the explanation prior them, which can be a little bit confusing for beginners...

            – DJCrashdummy
            May 11 '18 at 14:41





            @Terrance according to ChaiT.Rex' suggestion you changed the commands, but not the explanation prior them, which can be a little bit confusing for beginners...

            – DJCrashdummy
            May 11 '18 at 14:41













            0














            Tested on Ubuntu Kylin 16.04.6 Feb.22nd build
            Oracle VM V6.0.4r12813 (Qt5.9.5)



            sudo wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
            OK
            sudo apt-get install virtualbox-6.0
            Reading package lists... Done
            Building dependency tree
            Reading state information... Done
            The following additional packages will be installed:
            libgirara-gtk3-2 libsdl-ttf2.0-0 libsynctex1 zathura zathura-pdf-poppler
            Suggested packages:
            zathura-ps zathura-djvu zathura-cb
            The following NEW packages will be installed:
            libgirara-gtk3-2 libsdl-ttf2.0-0 libsynctex1 virtualbox-6.0 zathura
            zathura-pdf-poppler
            0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
            Need to get 136 MB of archives.
            After this operation, 287 MB of additional disk space will be used.
            Do you want to continue? [Y/n]
            sudo apt-get install dkms
            uname -r
            4.15.0-45-generic


            No issues and dot 6 works fine here. Thanks a lot for tips.
            Was already on 6.0 and the first command line is for x86. For an x64 machine, it won't work. Did not use the last.






            share|improve this answer






























              0














              Tested on Ubuntu Kylin 16.04.6 Feb.22nd build
              Oracle VM V6.0.4r12813 (Qt5.9.5)



              sudo wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
              OK
              sudo apt-get install virtualbox-6.0
              Reading package lists... Done
              Building dependency tree
              Reading state information... Done
              The following additional packages will be installed:
              libgirara-gtk3-2 libsdl-ttf2.0-0 libsynctex1 zathura zathura-pdf-poppler
              Suggested packages:
              zathura-ps zathura-djvu zathura-cb
              The following NEW packages will be installed:
              libgirara-gtk3-2 libsdl-ttf2.0-0 libsynctex1 virtualbox-6.0 zathura
              zathura-pdf-poppler
              0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
              Need to get 136 MB of archives.
              After this operation, 287 MB of additional disk space will be used.
              Do you want to continue? [Y/n]
              sudo apt-get install dkms
              uname -r
              4.15.0-45-generic


              No issues and dot 6 works fine here. Thanks a lot for tips.
              Was already on 6.0 and the first command line is for x86. For an x64 machine, it won't work. Did not use the last.






              share|improve this answer




























                0












                0








                0







                Tested on Ubuntu Kylin 16.04.6 Feb.22nd build
                Oracle VM V6.0.4r12813 (Qt5.9.5)



                sudo wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
                OK
                sudo apt-get install virtualbox-6.0
                Reading package lists... Done
                Building dependency tree
                Reading state information... Done
                The following additional packages will be installed:
                libgirara-gtk3-2 libsdl-ttf2.0-0 libsynctex1 zathura zathura-pdf-poppler
                Suggested packages:
                zathura-ps zathura-djvu zathura-cb
                The following NEW packages will be installed:
                libgirara-gtk3-2 libsdl-ttf2.0-0 libsynctex1 virtualbox-6.0 zathura
                zathura-pdf-poppler
                0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
                Need to get 136 MB of archives.
                After this operation, 287 MB of additional disk space will be used.
                Do you want to continue? [Y/n]
                sudo apt-get install dkms
                uname -r
                4.15.0-45-generic


                No issues and dot 6 works fine here. Thanks a lot for tips.
                Was already on 6.0 and the first command line is for x86. For an x64 machine, it won't work. Did not use the last.






                share|improve this answer















                Tested on Ubuntu Kylin 16.04.6 Feb.22nd build
                Oracle VM V6.0.4r12813 (Qt5.9.5)



                sudo wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
                OK
                sudo apt-get install virtualbox-6.0
                Reading package lists... Done
                Building dependency tree
                Reading state information... Done
                The following additional packages will be installed:
                libgirara-gtk3-2 libsdl-ttf2.0-0 libsynctex1 zathura zathura-pdf-poppler
                Suggested packages:
                zathura-ps zathura-djvu zathura-cb
                The following NEW packages will be installed:
                libgirara-gtk3-2 libsdl-ttf2.0-0 libsynctex1 virtualbox-6.0 zathura
                zathura-pdf-poppler
                0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
                Need to get 136 MB of archives.
                After this operation, 287 MB of additional disk space will be used.
                Do you want to continue? [Y/n]
                sudo apt-get install dkms
                uname -r
                4.15.0-45-generic


                No issues and dot 6 works fine here. Thanks a lot for tips.
                Was already on 6.0 and the first command line is for x86. For an x64 machine, it won't work. Did not use the last.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited 2 hours ago

























                answered 4 hours ago









                MikemecanicMikemecanic

                565




                565






























                    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%2f759330%2fvirtualbox-ppa-for-14-04%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 did Captain America manage to do this?

                    迪纳利

                    南乌拉尔铁路局