How to run 32-bit applications on 64-bit Slackware?












5















I used to use Slamd64 before, and it was easy. It came with all 32-bit libraries as well. Since official 64-bit Slackware is released, Slamd64 is no longer maintained. However, Slackware seems to be pure 64bit, so I cannot run 32bit apps. I searched the net and found some instructions, but they all require that I install some package manager (slapt-get, whatever). I'd like to do it without messing too much with the system. Where should I start?










share|improve this question



























    5















    I used to use Slamd64 before, and it was easy. It came with all 32-bit libraries as well. Since official 64-bit Slackware is released, Slamd64 is no longer maintained. However, Slackware seems to be pure 64bit, so I cannot run 32bit apps. I searched the net and found some instructions, but they all require that I install some package manager (slapt-get, whatever). I'd like to do it without messing too much with the system. Where should I start?










    share|improve this question

























      5












      5








      5








      I used to use Slamd64 before, and it was easy. It came with all 32-bit libraries as well. Since official 64-bit Slackware is released, Slamd64 is no longer maintained. However, Slackware seems to be pure 64bit, so I cannot run 32bit apps. I searched the net and found some instructions, but they all require that I install some package manager (slapt-get, whatever). I'd like to do it without messing too much with the system. Where should I start?










      share|improve this question














      I used to use Slamd64 before, and it was easy. It came with all 32-bit libraries as well. Since official 64-bit Slackware is released, Slamd64 is no longer maintained. However, Slackware seems to be pure 64bit, so I cannot run 32bit apps. I searched the net and found some instructions, but they all require that I install some package manager (slapt-get, whatever). I'd like to do it without messing too much with the system. Where should I start?







      64bit slackware






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 18 '12 at 14:24









      codegurucodeguru

      13515




      13515






















          1 Answer
          1






          active

          oldest

          votes


















          1














          It's all in this readme:
          http://connie.slackware.com/~alien/multilib/



          Simply follow instructions from the README:




          • download the package directory corresponding to your Slackware version.

          • upgrade (replaces the existing 64 bits version) glibc and gcc to the multilib version

          • install the 32 bit compatibility package

          • preferably, reboot (glibc upgrade)


          Now you may install existing 32 bit packages or compile 32 bit programs.






          share|improve this answer





















          • 2





            Welcome to Stack Exchange. Please don't answer with just a link, include at least the essential information directly in your answers. See How to Answer.

            – Gilles
            Jan 18 '12 at 23:32








          • 1





            @Gilles, in that case the OP didn't really do his homework, I could almost have linked to lmgtfy.com :) What use is it to copy and paste the readme in my post?

            – wazoox
            Jan 20 '12 at 16:09











          • Which instructions? The part about installing multilib GCC isn't necessary to just run 32-bit apps on a 64-bit machine, is it?

            – Geremia
            Jan 18 at 19:09






          • 1





            @Geremia Slackware doesn't manage dependencies. You may try to install multilib libc and keep the 64 bits only gcc, but it may make your gcc unusable. I advise against it, but hey, that's your system :)

            – wazoox
            Jan 19 at 20:11











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "106"
          };
          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: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          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%2funix.stackexchange.com%2fquestions%2f29366%2fhow-to-run-32-bit-applications-on-64-bit-slackware%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









          1














          It's all in this readme:
          http://connie.slackware.com/~alien/multilib/



          Simply follow instructions from the README:




          • download the package directory corresponding to your Slackware version.

          • upgrade (replaces the existing 64 bits version) glibc and gcc to the multilib version

          • install the 32 bit compatibility package

          • preferably, reboot (glibc upgrade)


          Now you may install existing 32 bit packages or compile 32 bit programs.






          share|improve this answer





















          • 2





            Welcome to Stack Exchange. Please don't answer with just a link, include at least the essential information directly in your answers. See How to Answer.

            – Gilles
            Jan 18 '12 at 23:32








          • 1





            @Gilles, in that case the OP didn't really do his homework, I could almost have linked to lmgtfy.com :) What use is it to copy and paste the readme in my post?

            – wazoox
            Jan 20 '12 at 16:09











          • Which instructions? The part about installing multilib GCC isn't necessary to just run 32-bit apps on a 64-bit machine, is it?

            – Geremia
            Jan 18 at 19:09






          • 1





            @Geremia Slackware doesn't manage dependencies. You may try to install multilib libc and keep the 64 bits only gcc, but it may make your gcc unusable. I advise against it, but hey, that's your system :)

            – wazoox
            Jan 19 at 20:11
















          1














          It's all in this readme:
          http://connie.slackware.com/~alien/multilib/



          Simply follow instructions from the README:




          • download the package directory corresponding to your Slackware version.

          • upgrade (replaces the existing 64 bits version) glibc and gcc to the multilib version

          • install the 32 bit compatibility package

          • preferably, reboot (glibc upgrade)


          Now you may install existing 32 bit packages or compile 32 bit programs.






          share|improve this answer





















          • 2





            Welcome to Stack Exchange. Please don't answer with just a link, include at least the essential information directly in your answers. See How to Answer.

            – Gilles
            Jan 18 '12 at 23:32








          • 1





            @Gilles, in that case the OP didn't really do his homework, I could almost have linked to lmgtfy.com :) What use is it to copy and paste the readme in my post?

            – wazoox
            Jan 20 '12 at 16:09











          • Which instructions? The part about installing multilib GCC isn't necessary to just run 32-bit apps on a 64-bit machine, is it?

            – Geremia
            Jan 18 at 19:09






          • 1





            @Geremia Slackware doesn't manage dependencies. You may try to install multilib libc and keep the 64 bits only gcc, but it may make your gcc unusable. I advise against it, but hey, that's your system :)

            – wazoox
            Jan 19 at 20:11














          1












          1








          1







          It's all in this readme:
          http://connie.slackware.com/~alien/multilib/



          Simply follow instructions from the README:




          • download the package directory corresponding to your Slackware version.

          • upgrade (replaces the existing 64 bits version) glibc and gcc to the multilib version

          • install the 32 bit compatibility package

          • preferably, reboot (glibc upgrade)


          Now you may install existing 32 bit packages or compile 32 bit programs.






          share|improve this answer















          It's all in this readme:
          http://connie.slackware.com/~alien/multilib/



          Simply follow instructions from the README:




          • download the package directory corresponding to your Slackware version.

          • upgrade (replaces the existing 64 bits version) glibc and gcc to the multilib version

          • install the 32 bit compatibility package

          • preferably, reboot (glibc upgrade)


          Now you may install existing 32 bit packages or compile 32 bit programs.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jan 19 at 20:14

























          answered Jan 18 '12 at 20:54









          wazooxwazoox

          844712




          844712








          • 2





            Welcome to Stack Exchange. Please don't answer with just a link, include at least the essential information directly in your answers. See How to Answer.

            – Gilles
            Jan 18 '12 at 23:32








          • 1





            @Gilles, in that case the OP didn't really do his homework, I could almost have linked to lmgtfy.com :) What use is it to copy and paste the readme in my post?

            – wazoox
            Jan 20 '12 at 16:09











          • Which instructions? The part about installing multilib GCC isn't necessary to just run 32-bit apps on a 64-bit machine, is it?

            – Geremia
            Jan 18 at 19:09






          • 1





            @Geremia Slackware doesn't manage dependencies. You may try to install multilib libc and keep the 64 bits only gcc, but it may make your gcc unusable. I advise against it, but hey, that's your system :)

            – wazoox
            Jan 19 at 20:11














          • 2





            Welcome to Stack Exchange. Please don't answer with just a link, include at least the essential information directly in your answers. See How to Answer.

            – Gilles
            Jan 18 '12 at 23:32








          • 1





            @Gilles, in that case the OP didn't really do his homework, I could almost have linked to lmgtfy.com :) What use is it to copy and paste the readme in my post?

            – wazoox
            Jan 20 '12 at 16:09











          • Which instructions? The part about installing multilib GCC isn't necessary to just run 32-bit apps on a 64-bit machine, is it?

            – Geremia
            Jan 18 at 19:09






          • 1





            @Geremia Slackware doesn't manage dependencies. You may try to install multilib libc and keep the 64 bits only gcc, but it may make your gcc unusable. I advise against it, but hey, that's your system :)

            – wazoox
            Jan 19 at 20:11








          2




          2





          Welcome to Stack Exchange. Please don't answer with just a link, include at least the essential information directly in your answers. See How to Answer.

          – Gilles
          Jan 18 '12 at 23:32







          Welcome to Stack Exchange. Please don't answer with just a link, include at least the essential information directly in your answers. See How to Answer.

          – Gilles
          Jan 18 '12 at 23:32






          1




          1





          @Gilles, in that case the OP didn't really do his homework, I could almost have linked to lmgtfy.com :) What use is it to copy and paste the readme in my post?

          – wazoox
          Jan 20 '12 at 16:09





          @Gilles, in that case the OP didn't really do his homework, I could almost have linked to lmgtfy.com :) What use is it to copy and paste the readme in my post?

          – wazoox
          Jan 20 '12 at 16:09













          Which instructions? The part about installing multilib GCC isn't necessary to just run 32-bit apps on a 64-bit machine, is it?

          – Geremia
          Jan 18 at 19:09





          Which instructions? The part about installing multilib GCC isn't necessary to just run 32-bit apps on a 64-bit machine, is it?

          – Geremia
          Jan 18 at 19:09




          1




          1





          @Geremia Slackware doesn't manage dependencies. You may try to install multilib libc and keep the 64 bits only gcc, but it may make your gcc unusable. I advise against it, but hey, that's your system :)

          – wazoox
          Jan 19 at 20:11





          @Geremia Slackware doesn't manage dependencies. You may try to install multilib libc and keep the 64 bits only gcc, but it may make your gcc unusable. I advise against it, but hey, that's your system :)

          – wazoox
          Jan 19 at 20:11


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • 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%2funix.stackexchange.com%2fquestions%2f29366%2fhow-to-run-32-bit-applications-on-64-bit-slackware%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