How do I properly install Virtualbox Guest Additions on PCLinuxOS?












0















I am a noob when it comes to Linux and am trying to learn how to use it. Currently I am using virtualbox version 5.2.221 and am trying to install the Virtualbox Guest Additions onto PCLinuxOS 4.16.13 by mounting the Guest Additions through virtualbox's devices tab. Unfortunatly, the Guest additions don't properly install as my screen resolution is still a tiny square and copy/paste not working between host. This is what I see when running the mounted installation:



The Installation starting then ending immediately



I have been looking through countless tutorials online to find out what my issue is and cannot find a proper solution. For instance, I have tried to add the build-essentials package with the terminal and it the terminal couldn't find the package no matter how many times I used the apt-get update command.










share|improve this question



























    0















    I am a noob when it comes to Linux and am trying to learn how to use it. Currently I am using virtualbox version 5.2.221 and am trying to install the Virtualbox Guest Additions onto PCLinuxOS 4.16.13 by mounting the Guest Additions through virtualbox's devices tab. Unfortunatly, the Guest additions don't properly install as my screen resolution is still a tiny square and copy/paste not working between host. This is what I see when running the mounted installation:



    The Installation starting then ending immediately



    I have been looking through countless tutorials online to find out what my issue is and cannot find a proper solution. For instance, I have tried to add the build-essentials package with the terminal and it the terminal couldn't find the package no matter how many times I used the apt-get update command.










    share|improve this question

























      0












      0








      0








      I am a noob when it comes to Linux and am trying to learn how to use it. Currently I am using virtualbox version 5.2.221 and am trying to install the Virtualbox Guest Additions onto PCLinuxOS 4.16.13 by mounting the Guest Additions through virtualbox's devices tab. Unfortunatly, the Guest additions don't properly install as my screen resolution is still a tiny square and copy/paste not working between host. This is what I see when running the mounted installation:



      The Installation starting then ending immediately



      I have been looking through countless tutorials online to find out what my issue is and cannot find a proper solution. For instance, I have tried to add the build-essentials package with the terminal and it the terminal couldn't find the package no matter how many times I used the apt-get update command.










      share|improve this question














      I am a noob when it comes to Linux and am trying to learn how to use it. Currently I am using virtualbox version 5.2.221 and am trying to install the Virtualbox Guest Additions onto PCLinuxOS 4.16.13 by mounting the Guest Additions through virtualbox's devices tab. Unfortunatly, the Guest additions don't properly install as my screen resolution is still a tiny square and copy/paste not working between host. This is what I see when running the mounted installation:



      The Installation starting then ending immediately



      I have been looking through countless tutorials online to find out what my issue is and cannot find a proper solution. For instance, I have tried to add the build-essentials package with the terminal and it the terminal couldn't find the package no matter how many times I used the apt-get update command.







      linux virtualbox guest-additions pclinuxos






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 19 '18 at 8:39









      TimothyTimothy

      1




      1






















          1 Answer
          1






          active

          oldest

          votes


















          0














          According to your screenshot, the Guest Additions software looks like it installed properly. There were no errors and it said Guest Additions is starting. Therefore I assume everything is working fine.



          The first thing I would do is reboot the VM just to be safe.



          As for your screen resolution, the Guest Additions generally fixes the resolution upon install in every Linux I have used. However, maybe you might need to manually increase it PCLinux. I have never used the PCLinux distro, but I would I would suspect its it should be easy to find the desktop settings app and try to increase it.



          As for the copying and pasting, that needs to be enabled in the VM's settings in VirtualBox. There is a checkbox to enable it. I strongly believe it is disabled by default.






          share|improve this answer
























          • I restarted the VM, set the resolution to 1080p and the virtualbox still projects the VM as the same tiny square resolution. I also went into settings and enabled bidirectional clipboard/drag'n'drop but am unable to do that as well. It appears as though even though it tells me the guest additions are installing with no errors, that it doesn't end up installing the basic features of it.

            – Timothy
            Dec 19 '18 at 14:43











          • @Timothy strange. Do you require PCLinux? Can you use a different distro?

            – Keltari
            Dec 19 '18 at 14:48













          • I can try a different distro, do you know which one is best use for VM?

            – Timothy
            Dec 19 '18 at 14:57











          • Many will work. I recommend Linux Mint though

            – Keltari
            Dec 19 '18 at 15:06











          • Many will work. I recommend Linux Mint though

            – Keltari
            Dec 19 '18 at 15:06











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          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%2fsuperuser.com%2fquestions%2f1385835%2fhow-do-i-properly-install-virtualbox-guest-additions-on-pclinuxos%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          According to your screenshot, the Guest Additions software looks like it installed properly. There were no errors and it said Guest Additions is starting. Therefore I assume everything is working fine.



          The first thing I would do is reboot the VM just to be safe.



          As for your screen resolution, the Guest Additions generally fixes the resolution upon install in every Linux I have used. However, maybe you might need to manually increase it PCLinux. I have never used the PCLinux distro, but I would I would suspect its it should be easy to find the desktop settings app and try to increase it.



          As for the copying and pasting, that needs to be enabled in the VM's settings in VirtualBox. There is a checkbox to enable it. I strongly believe it is disabled by default.






          share|improve this answer
























          • I restarted the VM, set the resolution to 1080p and the virtualbox still projects the VM as the same tiny square resolution. I also went into settings and enabled bidirectional clipboard/drag'n'drop but am unable to do that as well. It appears as though even though it tells me the guest additions are installing with no errors, that it doesn't end up installing the basic features of it.

            – Timothy
            Dec 19 '18 at 14:43











          • @Timothy strange. Do you require PCLinux? Can you use a different distro?

            – Keltari
            Dec 19 '18 at 14:48













          • I can try a different distro, do you know which one is best use for VM?

            – Timothy
            Dec 19 '18 at 14:57











          • Many will work. I recommend Linux Mint though

            – Keltari
            Dec 19 '18 at 15:06











          • Many will work. I recommend Linux Mint though

            – Keltari
            Dec 19 '18 at 15:06
















          0














          According to your screenshot, the Guest Additions software looks like it installed properly. There were no errors and it said Guest Additions is starting. Therefore I assume everything is working fine.



          The first thing I would do is reboot the VM just to be safe.



          As for your screen resolution, the Guest Additions generally fixes the resolution upon install in every Linux I have used. However, maybe you might need to manually increase it PCLinux. I have never used the PCLinux distro, but I would I would suspect its it should be easy to find the desktop settings app and try to increase it.



          As for the copying and pasting, that needs to be enabled in the VM's settings in VirtualBox. There is a checkbox to enable it. I strongly believe it is disabled by default.






          share|improve this answer
























          • I restarted the VM, set the resolution to 1080p and the virtualbox still projects the VM as the same tiny square resolution. I also went into settings and enabled bidirectional clipboard/drag'n'drop but am unable to do that as well. It appears as though even though it tells me the guest additions are installing with no errors, that it doesn't end up installing the basic features of it.

            – Timothy
            Dec 19 '18 at 14:43











          • @Timothy strange. Do you require PCLinux? Can you use a different distro?

            – Keltari
            Dec 19 '18 at 14:48













          • I can try a different distro, do you know which one is best use for VM?

            – Timothy
            Dec 19 '18 at 14:57











          • Many will work. I recommend Linux Mint though

            – Keltari
            Dec 19 '18 at 15:06











          • Many will work. I recommend Linux Mint though

            – Keltari
            Dec 19 '18 at 15:06














          0












          0








          0







          According to your screenshot, the Guest Additions software looks like it installed properly. There were no errors and it said Guest Additions is starting. Therefore I assume everything is working fine.



          The first thing I would do is reboot the VM just to be safe.



          As for your screen resolution, the Guest Additions generally fixes the resolution upon install in every Linux I have used. However, maybe you might need to manually increase it PCLinux. I have never used the PCLinux distro, but I would I would suspect its it should be easy to find the desktop settings app and try to increase it.



          As for the copying and pasting, that needs to be enabled in the VM's settings in VirtualBox. There is a checkbox to enable it. I strongly believe it is disabled by default.






          share|improve this answer













          According to your screenshot, the Guest Additions software looks like it installed properly. There were no errors and it said Guest Additions is starting. Therefore I assume everything is working fine.



          The first thing I would do is reboot the VM just to be safe.



          As for your screen resolution, the Guest Additions generally fixes the resolution upon install in every Linux I have used. However, maybe you might need to manually increase it PCLinux. I have never used the PCLinux distro, but I would I would suspect its it should be easy to find the desktop settings app and try to increase it.



          As for the copying and pasting, that needs to be enabled in the VM's settings in VirtualBox. There is a checkbox to enable it. I strongly believe it is disabled by default.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Dec 19 '18 at 9:01









          KeltariKeltari

          50.9k18118170




          50.9k18118170













          • I restarted the VM, set the resolution to 1080p and the virtualbox still projects the VM as the same tiny square resolution. I also went into settings and enabled bidirectional clipboard/drag'n'drop but am unable to do that as well. It appears as though even though it tells me the guest additions are installing with no errors, that it doesn't end up installing the basic features of it.

            – Timothy
            Dec 19 '18 at 14:43











          • @Timothy strange. Do you require PCLinux? Can you use a different distro?

            – Keltari
            Dec 19 '18 at 14:48













          • I can try a different distro, do you know which one is best use for VM?

            – Timothy
            Dec 19 '18 at 14:57











          • Many will work. I recommend Linux Mint though

            – Keltari
            Dec 19 '18 at 15:06











          • Many will work. I recommend Linux Mint though

            – Keltari
            Dec 19 '18 at 15:06



















          • I restarted the VM, set the resolution to 1080p and the virtualbox still projects the VM as the same tiny square resolution. I also went into settings and enabled bidirectional clipboard/drag'n'drop but am unable to do that as well. It appears as though even though it tells me the guest additions are installing with no errors, that it doesn't end up installing the basic features of it.

            – Timothy
            Dec 19 '18 at 14:43











          • @Timothy strange. Do you require PCLinux? Can you use a different distro?

            – Keltari
            Dec 19 '18 at 14:48













          • I can try a different distro, do you know which one is best use for VM?

            – Timothy
            Dec 19 '18 at 14:57











          • Many will work. I recommend Linux Mint though

            – Keltari
            Dec 19 '18 at 15:06











          • Many will work. I recommend Linux Mint though

            – Keltari
            Dec 19 '18 at 15:06

















          I restarted the VM, set the resolution to 1080p and the virtualbox still projects the VM as the same tiny square resolution. I also went into settings and enabled bidirectional clipboard/drag'n'drop but am unable to do that as well. It appears as though even though it tells me the guest additions are installing with no errors, that it doesn't end up installing the basic features of it.

          – Timothy
          Dec 19 '18 at 14:43





          I restarted the VM, set the resolution to 1080p and the virtualbox still projects the VM as the same tiny square resolution. I also went into settings and enabled bidirectional clipboard/drag'n'drop but am unable to do that as well. It appears as though even though it tells me the guest additions are installing with no errors, that it doesn't end up installing the basic features of it.

          – Timothy
          Dec 19 '18 at 14:43













          @Timothy strange. Do you require PCLinux? Can you use a different distro?

          – Keltari
          Dec 19 '18 at 14:48







          @Timothy strange. Do you require PCLinux? Can you use a different distro?

          – Keltari
          Dec 19 '18 at 14:48















          I can try a different distro, do you know which one is best use for VM?

          – Timothy
          Dec 19 '18 at 14:57





          I can try a different distro, do you know which one is best use for VM?

          – Timothy
          Dec 19 '18 at 14:57













          Many will work. I recommend Linux Mint though

          – Keltari
          Dec 19 '18 at 15:06





          Many will work. I recommend Linux Mint though

          – Keltari
          Dec 19 '18 at 15:06













          Many will work. I recommend Linux Mint though

          – Keltari
          Dec 19 '18 at 15:06





          Many will work. I recommend Linux Mint though

          – Keltari
          Dec 19 '18 at 15:06


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Super User!


          • 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%2fsuperuser.com%2fquestions%2f1385835%2fhow-do-i-properly-install-virtualbox-guest-additions-on-pclinuxos%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

          Plaza Victoria

          In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

          How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...