jitsi will not install

9 respostas [Última entrada]
GNUbahn
Desconectado
Joined: 02/18/2016

I just tried to install jitsi. I downloaded jitsi_2.10.5550-1_amd64.deb which is the latest stable version.

To install I ran
sudo dpkg -i jitsi_2.10.5550-1_amd64.deb
in terminal

I get a list of dependency problems and errors of handling the file.

After some attempts with

sudo apt-get -f install

sudo apt-get update

and

sudo apt-get upgrade

I still get same results when trying to install

What the h*ck am I doing wrong?

Magic Banana

I am a member!

I am a translator!

Desconectado
Joined: 07/24/2010

I have this line in /etc/apt/sources.list:
deb https://download.jitsi.org stable/

Today, I accepted the upgrade to version 2.10.5550-1 and everything went well.

GNUbahn
Desconectado
Joined: 02/18/2016

Following these commands from jitsi.org: https://jitsi.org/Main/DebianRepository

I installed the repository and added to my sources.list.d

When updating I was met with this response:

sudo apt-get -y update
E: Metodedriveren /usr/lib/apt/methods/https blev ikke fundet.
N: Is the package apt-transport-https installed?

GNUbahn
Desconectado
Joined: 02/18/2016

Sorry, translation needed:

Metodedrivere means (literally): Method driver - which wasn't found (blev ikke fundet)

GNUbahn
Desconectado
Joined: 02/18/2016

Anyway 'deb https://download.jitsi.org stable/' wasn't added to /etc/apt/sources.list

SuperTramp83

I am a translator!

Desconectado
Joined: 10/31/2014

>Anyway 'deb https://download.jitsi.org stable/' wasn't added to /etc/apt/sources.list

sudo gedit /etc/apt/sources.list

add the liner:
deb https://download.jitsi.org stable/

sudo apt-get update

Try installing the package now.

SuperTramp83

I am a translator!

Desconectado
Joined: 10/31/2014

>Is the package apt-transport-https installed?

sudo apt-get install apt-transport-https

GNUbahn
Desconectado
Joined: 02/18/2016

It wasn't. Now it is, and update is running. What's with this package? Its authenticity couldn't be verified!

GNUbahn
Desconectado
Joined: 02/18/2016

And yet jitsi wouldn't install. I did a few thingsincluding som eupdating, -f install etc. Now I've got it working though :-)

Thanks for your patience

SuperTramp83

I am a translator!

Desconectado
Joined: 10/31/2014

Nice it is working for you :)