Trying to install oracle xe 11g via RPM file on Deepin OSinstall sun java 6 and sun java 7 side-by-side on...

Hide Select Output from T-SQL

Greatest common substring

How to verify if g is a generator for p?

How was Earth single-handedly capable of creating 3 of the 4 gods of chaos?

Opposite of a diet

What's the purpose of "true" in bash "if sudo true; then"

Student evaluations of teaching assistants

What is the term when two people sing in harmony, but they aren't singing the same notes?

Will it be accepted, if there is no ''Main Character" stereotype?

Lay out the Carpet

Generic lambda vs generic function give different behaviour

What to do with wrong results in talks?

Mapping a list into a phase plot

Ways to speed up user implemented RK4

The baby cries all morning

Cynical novel that describes an America ruled by the media, arms manufacturers, and ethnic figureheads

Minimal reference content

Should my PhD thesis be submitted under my legal name?

Implement the Thanos sorting algorithm

Is the destination of a commercial flight important for the pilot?

How can I get through very long and very dry, but also very useful technical documents when learning a new tool?

Can criminal fraud exist without damages?

Have I saved too much for retirement so far?

Go Pregnant or Go Home



Trying to install oracle xe 11g via RPM file on Deepin OS


install sun java 6 and sun java 7 side-by-side on linux (fedora 16) using rpmOracle 11g express install on LinuxCan't install ffmpeg in Fedora 19 via yumError creating an RPMOEL7 - How do I get perl-Template-Toolkit and perl-XML-LibXSLT without CPAN?rpmbuild adding extra perl dependencis in oracle 11g client rpmWhy won't Seaborn install on PyCharm or in the command line?Wheezy GLIBC updgradebWAPP: Connection failed: “Access denied for user 'root'@'localhost'” when clicking installyum transaction error when trying to install RPM built from RPM spec file













0















I am a user of Deepin OS.
I want to install Oracle Xe 11g but when I try to install it, I get the following errors:



rpm: RPM should not be used directly install RPM packages, use Alien instead!
rpm: However assuming you know what you are doing...
error: Failed dependencies:
glibc >= 2.3.4 is needed by oracle-xe-11.2.0-1.0.x86_64
libaio >= 0.3.104 is needed by oracle-xe-11.2.0-1.0.x86_64
/bin/sh is needed by oracle-xe-11.2.0-1.0.x86_64









share|improve this question









New contributor




randi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    I am a user of Deepin OS.
    I want to install Oracle Xe 11g but when I try to install it, I get the following errors:



    rpm: RPM should not be used directly install RPM packages, use Alien instead!
    rpm: However assuming you know what you are doing...
    error: Failed dependencies:
    glibc >= 2.3.4 is needed by oracle-xe-11.2.0-1.0.x86_64
    libaio >= 0.3.104 is needed by oracle-xe-11.2.0-1.0.x86_64
    /bin/sh is needed by oracle-xe-11.2.0-1.0.x86_64









    share|improve this question









    New contributor




    randi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      I am a user of Deepin OS.
      I want to install Oracle Xe 11g but when I try to install it, I get the following errors:



      rpm: RPM should not be used directly install RPM packages, use Alien instead!
      rpm: However assuming you know what you are doing...
      error: Failed dependencies:
      glibc >= 2.3.4 is needed by oracle-xe-11.2.0-1.0.x86_64
      libaio >= 0.3.104 is needed by oracle-xe-11.2.0-1.0.x86_64
      /bin/sh is needed by oracle-xe-11.2.0-1.0.x86_64









      share|improve this question









      New contributor




      randi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I am a user of Deepin OS.
      I want to install Oracle Xe 11g but when I try to install it, I get the following errors:



      rpm: RPM should not be used directly install RPM packages, use Alien instead!
      rpm: However assuming you know what you are doing...
      error: Failed dependencies:
      glibc >= 2.3.4 is needed by oracle-xe-11.2.0-1.0.x86_64
      libaio >= 0.3.104 is needed by oracle-xe-11.2.0-1.0.x86_64
      /bin/sh is needed by oracle-xe-11.2.0-1.0.x86_64






      linux arch-linux






      share|improve this question









      New contributor




      randi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      randi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 3 mins ago









      baelx

      1,883817




      1,883817






      New contributor




      randi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 7 hours ago









      randi randi

      1




      1




      New contributor




      randi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      randi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      randi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Deepin OS is Debian-based and similarly uses the APT package management system. As such, you won't be able to use the RPM command directly. One way to install this software would be to convert the .rpm package to .deb with Alien - as recommended by the terminal output you've posted. You would first convert it, then go through the steps to install that new file with dpkg and apt-get. The basics of using Alien with apt packages is:



          alien --to-deb /path/to/file.rpm
          sudo dpkg -i /path/to/file.deb
          sudo apt-get install -f


          Caveat: Alien is a nifty tool but it can result in a lot of unforeseen problems when installing or running your converted software and as such it's often treated as the last resort. To fully commit to this method, I'd recommend following this more thorough installation method, which necessitates a chkconfig script, setting some kernel parameters, and other setup steps.





          Alternatively, have a look at this guide which discusses using Alien but also suggests other methods for installing Oracle XE which may ultimately be less painful - including using various kind of virtualization including one method with Vagrant + Puppet, and another with Docker.






          share|improve this answer























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


            }
            });






            randi is a new contributor. Be nice, and check out our Code of Conduct.










            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1417853%2ftrying-to-install-oracle-xe-11g-via-rpm-file-on-deepin-os%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














            Deepin OS is Debian-based and similarly uses the APT package management system. As such, you won't be able to use the RPM command directly. One way to install this software would be to convert the .rpm package to .deb with Alien - as recommended by the terminal output you've posted. You would first convert it, then go through the steps to install that new file with dpkg and apt-get. The basics of using Alien with apt packages is:



            alien --to-deb /path/to/file.rpm
            sudo dpkg -i /path/to/file.deb
            sudo apt-get install -f


            Caveat: Alien is a nifty tool but it can result in a lot of unforeseen problems when installing or running your converted software and as such it's often treated as the last resort. To fully commit to this method, I'd recommend following this more thorough installation method, which necessitates a chkconfig script, setting some kernel parameters, and other setup steps.





            Alternatively, have a look at this guide which discusses using Alien but also suggests other methods for installing Oracle XE which may ultimately be less painful - including using various kind of virtualization including one method with Vagrant + Puppet, and another with Docker.






            share|improve this answer




























              0














              Deepin OS is Debian-based and similarly uses the APT package management system. As such, you won't be able to use the RPM command directly. One way to install this software would be to convert the .rpm package to .deb with Alien - as recommended by the terminal output you've posted. You would first convert it, then go through the steps to install that new file with dpkg and apt-get. The basics of using Alien with apt packages is:



              alien --to-deb /path/to/file.rpm
              sudo dpkg -i /path/to/file.deb
              sudo apt-get install -f


              Caveat: Alien is a nifty tool but it can result in a lot of unforeseen problems when installing or running your converted software and as such it's often treated as the last resort. To fully commit to this method, I'd recommend following this more thorough installation method, which necessitates a chkconfig script, setting some kernel parameters, and other setup steps.





              Alternatively, have a look at this guide which discusses using Alien but also suggests other methods for installing Oracle XE which may ultimately be less painful - including using various kind of virtualization including one method with Vagrant + Puppet, and another with Docker.






              share|improve this answer


























                0












                0








                0







                Deepin OS is Debian-based and similarly uses the APT package management system. As such, you won't be able to use the RPM command directly. One way to install this software would be to convert the .rpm package to .deb with Alien - as recommended by the terminal output you've posted. You would first convert it, then go through the steps to install that new file with dpkg and apt-get. The basics of using Alien with apt packages is:



                alien --to-deb /path/to/file.rpm
                sudo dpkg -i /path/to/file.deb
                sudo apt-get install -f


                Caveat: Alien is a nifty tool but it can result in a lot of unforeseen problems when installing or running your converted software and as such it's often treated as the last resort. To fully commit to this method, I'd recommend following this more thorough installation method, which necessitates a chkconfig script, setting some kernel parameters, and other setup steps.





                Alternatively, have a look at this guide which discusses using Alien but also suggests other methods for installing Oracle XE which may ultimately be less painful - including using various kind of virtualization including one method with Vagrant + Puppet, and another with Docker.






                share|improve this answer













                Deepin OS is Debian-based and similarly uses the APT package management system. As such, you won't be able to use the RPM command directly. One way to install this software would be to convert the .rpm package to .deb with Alien - as recommended by the terminal output you've posted. You would first convert it, then go through the steps to install that new file with dpkg and apt-get. The basics of using Alien with apt packages is:



                alien --to-deb /path/to/file.rpm
                sudo dpkg -i /path/to/file.deb
                sudo apt-get install -f


                Caveat: Alien is a nifty tool but it can result in a lot of unforeseen problems when installing or running your converted software and as such it's often treated as the last resort. To fully commit to this method, I'd recommend following this more thorough installation method, which necessitates a chkconfig script, setting some kernel parameters, and other setup steps.





                Alternatively, have a look at this guide which discusses using Alien but also suggests other methods for installing Oracle XE which may ultimately be less painful - including using various kind of virtualization including one method with Vagrant + Puppet, and another with Docker.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 5 hours ago









                baelxbaelx

                1,883817




                1,883817






















                    randi is a new contributor. Be nice, and check out our Code of Conduct.










                    draft saved

                    draft discarded


















                    randi is a new contributor. Be nice, and check out our Code of Conduct.













                    randi is a new contributor. Be nice, and check out our Code of Conduct.












                    randi is a new contributor. Be nice, and check out our Code of Conduct.
















                    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%2f1417853%2ftrying-to-install-oracle-xe-11g-via-rpm-file-on-deepin-os%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

                    VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

                    Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

                    looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...