How to install something in ClearLinux without a bundle?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












Let's say I want to install something in Clear Linux that there isn't a bundle for. E.g. Postgres or MongoDB.



What is the official way to do this?



Or is it perhaps then Clear Linux is not the OS to use?



Btw. This post ought to have a clearlinux tag, but I don't have the reputation...










share|improve this question



























    up vote
    1
    down vote

    favorite












    Let's say I want to install something in Clear Linux that there isn't a bundle for. E.g. Postgres or MongoDB.



    What is the official way to do this?



    Or is it perhaps then Clear Linux is not the OS to use?



    Btw. This post ought to have a clearlinux tag, but I don't have the reputation...










    share|improve this question

























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      Let's say I want to install something in Clear Linux that there isn't a bundle for. E.g. Postgres or MongoDB.



      What is the official way to do this?



      Or is it perhaps then Clear Linux is not the OS to use?



      Btw. This post ought to have a clearlinux tag, but I don't have the reputation...










      share|improve this question















      Let's say I want to install something in Clear Linux that there isn't a bundle for. E.g. Postgres or MongoDB.



      What is the official way to do this?



      Or is it perhaps then Clear Linux is not the OS to use?



      Btw. This post ought to have a clearlinux tag, but I don't have the reputation...







      docker clear-linux






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jun 20 at 18:56









      Tomasz

      8,10752560




      8,10752560










      asked Oct 3 '17 at 13:31









      Jasmine Lognnes

      1304




      1304




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          Compiling is a never fail solution, you just need to install user-basic-dev bundle, with that you should be more than able to compile any software you like.



          Hope it helps.






          share|improve this answer



























            up vote
            -2
            down vote













            rpm2cpio <foo.rpm> | cpio -i -d -u


            might also help






            share|improve this answer






















            • Rather than raw code (which should be formatted anyway) please explain why this would be useful to the person asking the question. This will add value to your answer for future reference.
              – roaima
              Oct 6 '17 at 14:53










            • "rpm2cpio takes an RPM package file and converts it to a cpio archive" I don't see how this helps.
              – ldmtwo
              Jun 14 at 3:05










            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',
            convertImagesToLinks: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            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%2f395840%2fhow-to-install-something-in-clearlinux-without-a-bundle%23new-answer', 'question_page');

            );

            Post as a guest






























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote



            accepted










            Compiling is a never fail solution, you just need to install user-basic-dev bundle, with that you should be more than able to compile any software you like.



            Hope it helps.






            share|improve this answer
























              up vote
              0
              down vote



              accepted










              Compiling is a never fail solution, you just need to install user-basic-dev bundle, with that you should be more than able to compile any software you like.



              Hope it helps.






              share|improve this answer






















                up vote
                0
                down vote



                accepted







                up vote
                0
                down vote



                accepted






                Compiling is a never fail solution, you just need to install user-basic-dev bundle, with that you should be more than able to compile any software you like.



                Hope it helps.






                share|improve this answer












                Compiling is a never fail solution, you just need to install user-basic-dev bundle, with that you should be more than able to compile any software you like.



                Hope it helps.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Oct 3 '17 at 13:46









                Christopher Díaz Riveros

                1,238314




                1,238314






















                    up vote
                    -2
                    down vote













                    rpm2cpio <foo.rpm> | cpio -i -d -u


                    might also help






                    share|improve this answer






















                    • Rather than raw code (which should be formatted anyway) please explain why this would be useful to the person asking the question. This will add value to your answer for future reference.
                      – roaima
                      Oct 6 '17 at 14:53










                    • "rpm2cpio takes an RPM package file and converts it to a cpio archive" I don't see how this helps.
                      – ldmtwo
                      Jun 14 at 3:05














                    up vote
                    -2
                    down vote













                    rpm2cpio <foo.rpm> | cpio -i -d -u


                    might also help






                    share|improve this answer






















                    • Rather than raw code (which should be formatted anyway) please explain why this would be useful to the person asking the question. This will add value to your answer for future reference.
                      – roaima
                      Oct 6 '17 at 14:53










                    • "rpm2cpio takes an RPM package file and converts it to a cpio archive" I don't see how this helps.
                      – ldmtwo
                      Jun 14 at 3:05












                    up vote
                    -2
                    down vote










                    up vote
                    -2
                    down vote









                    rpm2cpio <foo.rpm> | cpio -i -d -u


                    might also help






                    share|improve this answer














                    rpm2cpio <foo.rpm> | cpio -i -d -u


                    might also help







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Oct 6 '17 at 14:54









                    roaima

                    40.1k547110




                    40.1k547110










                    answered Oct 6 '17 at 14:27









                    Abraham Castillo

                    1




                    1











                    • Rather than raw code (which should be formatted anyway) please explain why this would be useful to the person asking the question. This will add value to your answer for future reference.
                      – roaima
                      Oct 6 '17 at 14:53










                    • "rpm2cpio takes an RPM package file and converts it to a cpio archive" I don't see how this helps.
                      – ldmtwo
                      Jun 14 at 3:05
















                    • Rather than raw code (which should be formatted anyway) please explain why this would be useful to the person asking the question. This will add value to your answer for future reference.
                      – roaima
                      Oct 6 '17 at 14:53










                    • "rpm2cpio takes an RPM package file and converts it to a cpio archive" I don't see how this helps.
                      – ldmtwo
                      Jun 14 at 3:05















                    Rather than raw code (which should be formatted anyway) please explain why this would be useful to the person asking the question. This will add value to your answer for future reference.
                    – roaima
                    Oct 6 '17 at 14:53




                    Rather than raw code (which should be formatted anyway) please explain why this would be useful to the person asking the question. This will add value to your answer for future reference.
                    – roaima
                    Oct 6 '17 at 14:53












                    "rpm2cpio takes an RPM package file and converts it to a cpio archive" I don't see how this helps.
                    – ldmtwo
                    Jun 14 at 3:05




                    "rpm2cpio takes an RPM package file and converts it to a cpio archive" I don't see how this helps.
                    – ldmtwo
                    Jun 14 at 3:05

















                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f395840%2fhow-to-install-something-in-clearlinux-without-a-bundle%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How to check contact read email or not when send email to Individual?

                    Bahrain

                    Postfix configuration issue with fips on centos 7; mailgun relay