Strona 1 z 1

Ubuntu 18.04 i libgstreamer0.10-0

: 12 cze 2018, 22:25
autor: boomcak
apt download libgstreamer0.10-0
E: Nie udało się odnaleźć pakietu libgstreamer0.10-0
E: Couldn't find any package by glob 'libgstreamer0.10-0'
E: Nie udało się znaleźć żadnego pakietu według wyrażenia regularnego "libgstreamer0.10-0"
Jak taki pakiet zainstalować w 18.04 ?

Re: Ubuntu 18.04 i libgstreamer0.10-0

: 13 cze 2018, 11:35
autor: Spass
To musi być koniecznie ta wersja pakietu? Coś od niego zależy? W 18.04 jest nowsza wersja tego pakietu, czyli libgstreamer1.0-0

Re: Ubuntu 18.04 i libgstreamer0.10-0

: 13 cze 2018, 12:47
autor: boomcak
Aplikacja do uruchomienia wymaga takiej wersji...

https://linuxhint.com/install_autodesk_ ... untu_1804/
Some of the libraries that Maya depends on are not available in the official package repository of Ubuntu 18.04. But it is available in the official package repository of Ubuntu 16.04. So you have to add it to your Ubuntu 18.04 with the following command:

$ echo 'deb http://archive.ubuntu.com/ubuntu xenial main restricted universe multiverse' |
sudo tee /etc/apt/sources.list.d/xenial.list
Now update the package repository cache with the following command:
$ sudo apt-get update
Nie wiedziałem że tak można... Spróbuję.

Re: Ubuntu 18.04 i libgstreamer0.10-0

: 13 cze 2018, 16:13
autor: boomcak

Kod: Zaznacz cały

$ echo 'deb http://archive.ubuntu.com/ubuntu xenial main restricted universe multiverse' |
sudo tee /etc/apt/sources.list.d/xenial.list
$ sudo apt-get update
$ sudo apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev
i wszystko dziala :)

Re: Ubuntu 18.04 i libgstreamer0.10-0

: 17 cze 2018, 14:25
autor: mario_7
Dodam tylko, że mieszanie pakietów pochodzących z różnych wersji dystrybucji może doprowadzić do błędów i problemów.