Ubuntu 17.10: where can I find libgstinterfaces-0.10.so.0 or something compatible?
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
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.
dependencies shared-library
add a comment |Â
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.
dependencies shared-library
add a comment |Â
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.
dependencies shared-library
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
dependencies shared-library
edited Feb 21 at 19:40
asked Feb 21 at 19:30
GuyGizmo
1006
1006
add a comment |Â
add a comment |Â
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
I should have mentioned originally (and edited my original question to add this) thatapt-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
add a comment |Â
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.
add a comment |Â
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
I should have mentioned originally (and edited my original question to add this) thatapt-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
add a comment |Â
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
I should have mentioned originally (and edited my original question to add this) thatapt-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
add a comment |Â
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
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
edited Feb 21 at 19:49
answered Feb 21 at 19:34
![](https://i.stack.imgur.com/PyWe3.jpg?s=32&g=1)
![](https://i.stack.imgur.com/PyWe3.jpg?s=32&g=1)
Scott Stensland
4,14942239
4,14942239
I should have mentioned originally (and edited my original question to add this) thatapt-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
add a comment |Â
I should have mentioned originally (and edited my original question to add this) thatapt-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
add a comment |Â
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.
add a comment |Â
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.
add a comment |Â
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.
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.
answered Feb 22 at 3:12
GuyGizmo
1006
1006
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password