Coturn on Ubuntu 22.04 is not at repository

2022-04-22 Thread Alvaro
Hello Maxim, or any user, Do you know, how install coturn on Ubuntu 22.04? This is not at repository. Thanks --

Re: Coturn on Ubuntu 22.04 is not at repository

2022-04-22 Thread Maxim Solodovnik
this is unfortunate :( I'll investigate meanwhile deb can be downloaded from here https://pkgs.org/search/?q=coturn and then installed using dpkg I guess there is too early for 22.04 My Ubuntu is not yet upgradable to 22.04 :) On Fri, 22 Apr 2022 at 15:20, Alvaro wrote: > > Hello Maxim, or any u

Re: Coturn on Ubuntu 22.04 is not at repository

2022-04-22 Thread Alvaro
Thanks Maxim, I was try with that url and converting rpm to deb, but all them, deb and rpm, give errors. I am also compiling but with no luck untill now. Will continous... Thanks again :) - On Fri, 22 Apr 2022 16:32:15 +0700 Maxim Solodovnik wrote: > this is unfortunate :( > I'l

Re: Coturn on Ubuntu 22.04 is not at repository

2022-04-22 Thread Maxim Solodovnik
Hello Alvaro my steps on Ubuntu 22.04 were 1) download http://archive.ubuntu.com/ubuntu/pool/universe/c/coturn/coturn_4.5.2-3_amd64.deb 2) **Install missing dependencies: `sudo apt install sqlite3 libevent-core-2.1-7 libevent-extra-2.1-7 libevent-openssl-2.1-7 libevent-pthreads-2.1-7 libhired

Re: Coturn on Ubuntu 22.04 is not at repository

2022-04-22 Thread Alvaro
Ufff! ...got it with your help :) This was my scenario: # Fresh instalation of Ubuntu Mate 22.04 "minimal" # Following your indication install: sqlite3 libevent-core-2.1-7 libevent-extra-2.1-7 libevent-openssl-2.1-7 libevent-pthreads-2.1-7 libhiredis0.14 ...and later: coturn_4.5.2-3_amd64.deb

Re: Coturn on Ubuntu 22.04 is not at repository

2022-04-22 Thread Frank Wittemeier
Hi, if I remember correctly from another program try this: try to install the deb with dpkg -i it will lead to errors with missing dependencies start aptitude - IMHO it will install the dependencies and then the deb Hope this helps you. Greetings Frank Am Freitag, 22. April 2022, 18:27:47 CES

Re: Coturn on Ubuntu 22.04 is not at repository

2022-04-22 Thread Alvaro
...Thanks Frank! On Fri, 22 Apr 2022 18:35:09 +0200 Frank Wittemeier wrote: > Hi, > > if I remember correctly from another program try this: > > try to install the deb with dpkg -i > it will lead to errors with missing dependencies > start aptitude - IMHO it will install the depen