Ubuntu 17.10: where can I find libgstinterfaces-0.10.so.0 or something compatible?

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








up vote
0
down vote

favorite












I'm trying to install Maya 2016 in Kubuntu 17.10 64-bit (though I imagine this issue will affect all flavors of Ubuntu 17.10). I've managed to meet every dependency it has except for one shared library: libgstinterfaces-0.10.so.0



This library comes from libstreamer, and Maya 2016 requires a number of other libraries from it. All of them except libgstinterfaces can be obtained by installing the libgstreamer-plugins-base1.0-0 package. You can then make symlinks with filenames matching the older versions of the library that links to the newer versions, e.g.:



ln -s /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so /usr/lib/libgstreamer-0.10.so.0


However, libgstreamer-plugins-base1.0-0 does not include any version of libgstinterfaces. I'm not sure what I can do to satisfy it. This library was included in older versions of Ubuntu. Is there anyway I can install it from an older repo?



edit: I should have mentioned specifically that apt-file search libgstinterfaces returns no results.










share|improve this question



























    up vote
    0
    down vote

    favorite












    I'm trying to install Maya 2016 in Kubuntu 17.10 64-bit (though I imagine this issue will affect all flavors of Ubuntu 17.10). I've managed to meet every dependency it has except for one shared library: libgstinterfaces-0.10.so.0



    This library comes from libstreamer, and Maya 2016 requires a number of other libraries from it. All of them except libgstinterfaces can be obtained by installing the libgstreamer-plugins-base1.0-0 package. You can then make symlinks with filenames matching the older versions of the library that links to the newer versions, e.g.:



    ln -s /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so /usr/lib/libgstreamer-0.10.so.0


    However, libgstreamer-plugins-base1.0-0 does not include any version of libgstinterfaces. I'm not sure what I can do to satisfy it. This library was included in older versions of Ubuntu. Is there anyway I can install it from an older repo?



    edit: I should have mentioned specifically that apt-file search libgstinterfaces returns no results.










    share|improve this question

























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I'm trying to install Maya 2016 in Kubuntu 17.10 64-bit (though I imagine this issue will affect all flavors of Ubuntu 17.10). I've managed to meet every dependency it has except for one shared library: libgstinterfaces-0.10.so.0



      This library comes from libstreamer, and Maya 2016 requires a number of other libraries from it. All of them except libgstinterfaces can be obtained by installing the libgstreamer-plugins-base1.0-0 package. You can then make symlinks with filenames matching the older versions of the library that links to the newer versions, e.g.:



      ln -s /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so /usr/lib/libgstreamer-0.10.so.0


      However, libgstreamer-plugins-base1.0-0 does not include any version of libgstinterfaces. I'm not sure what I can do to satisfy it. This library was included in older versions of Ubuntu. Is there anyway I can install it from an older repo?



      edit: I should have mentioned specifically that apt-file search libgstinterfaces returns no results.










      share|improve this question















      I'm trying to install Maya 2016 in Kubuntu 17.10 64-bit (though I imagine this issue will affect all flavors of Ubuntu 17.10). I've managed to meet every dependency it has except for one shared library: libgstinterfaces-0.10.so.0



      This library comes from libstreamer, and Maya 2016 requires a number of other libraries from it. All of them except libgstinterfaces can be obtained by installing the libgstreamer-plugins-base1.0-0 package. You can then make symlinks with filenames matching the older versions of the library that links to the newer versions, e.g.:



      ln -s /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so /usr/lib/libgstreamer-0.10.so.0


      However, libgstreamer-plugins-base1.0-0 does not include any version of libgstinterfaces. I'm not sure what I can do to satisfy it. This library was included in older versions of Ubuntu. Is there anyway I can install it from an older repo?



      edit: I should have mentioned specifically that apt-file search libgstinterfaces returns no results.







      dependencies shared-library






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 21 at 19:40

























      asked Feb 21 at 19:30









      GuyGizmo

      1006




      1006




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          0
          down vote













          identify which package it lives in issue



          apt-file search libgstinterfaces


          so you will see you can install one of these



          libgstreamer-plugins-base0.10-0: /usr/lib/x86_64-linux-gnu/libgstinterfaces-0.10.so.0
          libgstreamer-plugins-base0.10-0: /usr/lib/x86_64-linux-gnu/libgstinterfaces-0.10.so.0.25.0
          libgstreamer-plugins-base0.10-dev: /usr/lib/x86_64-linux-gnu/libgstinterfaces-0.10.so


          I would install the xxxx-dev since header files come with packages ending with -dev



          If above search is empty goto ... Settings -> Software & Updates -> Ubuntu Software -> and checkmark ON that list of software sources ... then do the normal



          sudo apt-get update && sudo apt-get dist-upgrade 


          then try the search again






          share|improve this answer






















          • I should have mentioned originally (and edited my original question to add this) that apt-file search libgstinterfaces returns no results at all.
            – GuyGizmo
            Feb 21 at 19:41










          • All the software sources in the dialog are already checked. Is there anyway I can add an older version of Ubuntu's software sources?
            – GuyGizmo
            Feb 21 at 20:20

















          up vote
          -2
          down vote



          accepted










          I was able to install the packages by using a Linux Mint 17.2 / Ubuntu 14.04 system and download the packages using apt:



          apt download libgstreamer0.10-0
          apt download libgstreamer-plugins-base0.10-0


          And then installed both of them with dpkg in that order.



          That said, I know there's an easier way to get at these packages than to use another Ubuntu installation, but I still don't know what that is.






          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',
            convertImagesToLinks: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            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%2faskubuntu.com%2fquestions%2f1008490%2fubuntu-17-10-where-can-i-find-libgstinterfaces-0-10-so-0-or-something-compatibl%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













            identify which package it lives in issue



            apt-file search libgstinterfaces


            so you will see you can install one of these



            libgstreamer-plugins-base0.10-0: /usr/lib/x86_64-linux-gnu/libgstinterfaces-0.10.so.0
            libgstreamer-plugins-base0.10-0: /usr/lib/x86_64-linux-gnu/libgstinterfaces-0.10.so.0.25.0
            libgstreamer-plugins-base0.10-dev: /usr/lib/x86_64-linux-gnu/libgstinterfaces-0.10.so


            I would install the xxxx-dev since header files come with packages ending with -dev



            If above search is empty goto ... Settings -> Software & Updates -> Ubuntu Software -> and checkmark ON that list of software sources ... then do the normal



            sudo apt-get update && sudo apt-get dist-upgrade 


            then try the search again






            share|improve this answer






















            • I should have mentioned originally (and edited my original question to add this) that apt-file search libgstinterfaces returns no results at all.
              – GuyGizmo
              Feb 21 at 19:41










            • All the software sources in the dialog are already checked. Is there anyway I can add an older version of Ubuntu's software sources?
              – GuyGizmo
              Feb 21 at 20:20














            up vote
            0
            down vote













            identify which package it lives in issue



            apt-file search libgstinterfaces


            so you will see you can install one of these



            libgstreamer-plugins-base0.10-0: /usr/lib/x86_64-linux-gnu/libgstinterfaces-0.10.so.0
            libgstreamer-plugins-base0.10-0: /usr/lib/x86_64-linux-gnu/libgstinterfaces-0.10.so.0.25.0
            libgstreamer-plugins-base0.10-dev: /usr/lib/x86_64-linux-gnu/libgstinterfaces-0.10.so


            I would install the xxxx-dev since header files come with packages ending with -dev



            If above search is empty goto ... Settings -> Software & Updates -> Ubuntu Software -> and checkmark ON that list of software sources ... then do the normal



            sudo apt-get update && sudo apt-get dist-upgrade 


            then try the search again






            share|improve this answer






















            • I should have mentioned originally (and edited my original question to add this) that apt-file search libgstinterfaces returns no results at all.
              – GuyGizmo
              Feb 21 at 19:41










            • All the software sources in the dialog are already checked. Is there anyway I can add an older version of Ubuntu's software sources?
              – GuyGizmo
              Feb 21 at 20:20












            up vote
            0
            down vote










            up vote
            0
            down vote









            identify which package it lives in issue



            apt-file search libgstinterfaces


            so you will see you can install one of these



            libgstreamer-plugins-base0.10-0: /usr/lib/x86_64-linux-gnu/libgstinterfaces-0.10.so.0
            libgstreamer-plugins-base0.10-0: /usr/lib/x86_64-linux-gnu/libgstinterfaces-0.10.so.0.25.0
            libgstreamer-plugins-base0.10-dev: /usr/lib/x86_64-linux-gnu/libgstinterfaces-0.10.so


            I would install the xxxx-dev since header files come with packages ending with -dev



            If above search is empty goto ... Settings -> Software & Updates -> Ubuntu Software -> and checkmark ON that list of software sources ... then do the normal



            sudo apt-get update && sudo apt-get dist-upgrade 


            then try the search again






            share|improve this answer














            identify which package it lives in issue



            apt-file search libgstinterfaces


            so you will see you can install one of these



            libgstreamer-plugins-base0.10-0: /usr/lib/x86_64-linux-gnu/libgstinterfaces-0.10.so.0
            libgstreamer-plugins-base0.10-0: /usr/lib/x86_64-linux-gnu/libgstinterfaces-0.10.so.0.25.0
            libgstreamer-plugins-base0.10-dev: /usr/lib/x86_64-linux-gnu/libgstinterfaces-0.10.so


            I would install the xxxx-dev since header files come with packages ending with -dev



            If above search is empty goto ... Settings -> Software & Updates -> Ubuntu Software -> and checkmark ON that list of software sources ... then do the normal



            sudo apt-get update && sudo apt-get dist-upgrade 


            then try the search again







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Feb 21 at 19:49

























            answered Feb 21 at 19:34









            Scott Stensland

            4,14942239




            4,14942239











            • I should have mentioned originally (and edited my original question to add this) that apt-file search libgstinterfaces returns no results at all.
              – GuyGizmo
              Feb 21 at 19:41










            • All the software sources in the dialog are already checked. Is there anyway I can add an older version of Ubuntu's software sources?
              – GuyGizmo
              Feb 21 at 20:20
















            • I should have mentioned originally (and edited my original question to add this) that apt-file search libgstinterfaces returns no results at all.
              – GuyGizmo
              Feb 21 at 19:41










            • All the software sources in the dialog are already checked. Is there anyway I can add an older version of Ubuntu's software sources?
              – GuyGizmo
              Feb 21 at 20:20















            I should have mentioned originally (and edited my original question to add this) that apt-file search libgstinterfaces returns no results at all.
            – GuyGizmo
            Feb 21 at 19:41




            I should have mentioned originally (and edited my original question to add this) that apt-file search libgstinterfaces returns no results at all.
            – GuyGizmo
            Feb 21 at 19:41












            All the software sources in the dialog are already checked. Is there anyway I can add an older version of Ubuntu's software sources?
            – GuyGizmo
            Feb 21 at 20:20




            All the software sources in the dialog are already checked. Is there anyway I can add an older version of Ubuntu's software sources?
            – GuyGizmo
            Feb 21 at 20:20












            up vote
            -2
            down vote



            accepted










            I was able to install the packages by using a Linux Mint 17.2 / Ubuntu 14.04 system and download the packages using apt:



            apt download libgstreamer0.10-0
            apt download libgstreamer-plugins-base0.10-0


            And then installed both of them with dpkg in that order.



            That said, I know there's an easier way to get at these packages than to use another Ubuntu installation, but I still don't know what that is.






            share|improve this answer
























              up vote
              -2
              down vote



              accepted










              I was able to install the packages by using a Linux Mint 17.2 / Ubuntu 14.04 system and download the packages using apt:



              apt download libgstreamer0.10-0
              apt download libgstreamer-plugins-base0.10-0


              And then installed both of them with dpkg in that order.



              That said, I know there's an easier way to get at these packages than to use another Ubuntu installation, but I still don't know what that is.






              share|improve this answer






















                up vote
                -2
                down vote



                accepted







                up vote
                -2
                down vote



                accepted






                I was able to install the packages by using a Linux Mint 17.2 / Ubuntu 14.04 system and download the packages using apt:



                apt download libgstreamer0.10-0
                apt download libgstreamer-plugins-base0.10-0


                And then installed both of them with dpkg in that order.



                That said, I know there's an easier way to get at these packages than to use another Ubuntu installation, but I still don't know what that is.






                share|improve this answer












                I was able to install the packages by using a Linux Mint 17.2 / Ubuntu 14.04 system and download the packages using apt:



                apt download libgstreamer0.10-0
                apt download libgstreamer-plugins-base0.10-0


                And then installed both of them with dpkg in that order.



                That said, I know there's an easier way to get at these packages than to use another Ubuntu installation, but I still don't know what that is.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Feb 22 at 3:12









                GuyGizmo

                1006




                1006



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1008490%2fubuntu-17-10-where-can-i-find-libgstinterfaces-0-10-so-0-or-something-compatibl%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    pylint3 and pip3 broken

                    Missing snmpget and snmpwalk

                    How to enroll fingerprints to Ubuntu 17.10 with VFS491