This is contents of /etc/apt/sources.list.d/kurento.list at my Ubuntu 19 (`mirror.yandex.ru/ubuntu` is official ubuntu mirror, can be replaced with closest to your location)
deb [arch=amd64] http://mirror.yandex.ru/ubuntu/ bionic main restricted deb [arch=amd64] http://mirror.yandex.ru/ubuntu/ bionic universe deb [arch=amd64] http://ubuntu.openvidu.io/6.11.0 bionic kms6 On Thu, 29 Aug 2019 at 23:40, Stefan Kühl <[email protected]> wrote: > Hey René, > > yes, That's true. As far as I can judge the package for 6.11 isn't > released right now. > > Github did not list it in the changelog. Source: > https://github.com/Kurento/kurento-media-server/blob/master/CHANGELOG.md > > so far I would check if it works with the old distro name. > > But take care of your installation. > > Greetz > > Stefan > > > > Am 29.08.2019 17:27, schrieb R. Scholz: > > Hello Stefan, > > thank you for the hint. > > I had found this docu, but before I can make this command I have to > implement the environment-variable "$DISTRO". > In the docu there is only a value for Ubuntu 16.04 and 18.04 in the doc. > > # Run ONLY ONE of these lines:DISTRO="xenial" # KMS for Ubuntu 16.04 > (Xenial)DISTRO="bionic" # KMS for Ubuntu 18.04 (Bionic) > > But whats the value for 19.04? I try "disco" - but there I get errors that > dependencies cant be solved. > > Best regards, > > René > > > > Am 29.08.2019 um 17:12 schrieb Stefan Kühl: > > Hi René, > > please try: > > > sudo tee "/etc/apt/sources.list.d/kurento.list" >/dev/null <<EOF > # Kurento Media Server - Release packages > deb [arch=amd64] http://ubuntu.openvidu.io/6.11.0 $DISTRO kms6 > EOF > > But also Check the whole process at > > https://doc-kurento.readthedocs.io/en/stable/user/installation.html > > Looking for "Local Installation" > > Greetz > > Stefan > > Am 29.08.2019 15:48, schrieb René Scholz: > > Hello, > > I try to install the newest OM5-M3 on the newest Ubuntu 19.04. > > Have anybody an idea what I have to insert in the /etc/apt/sources.list? > > On Ubuntu 18.04 is was the line > *deb [arch=amd64] http://ubuntu.openvidu.io/6.10.0 > <http://ubuntu.openvidu.io/6.10.0> bionic kms6* > > Actually the newest Kurento-version is the 6.11.0. > What I have to insert? > > With best regards, > > René > > -- WBR Maxim aka solomax
