jitsi will not install
- Inicie sesión ou rexístrese para enviar comentarios
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?
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.
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?
Sorry, translation needed:
Metodedrivere means (literally): Method driver - which wasn't found (blev ikke fundet)
Anyway 'deb https://download.jitsi.org stable/' wasn't added to /etc/apt/sources.list
>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.
>Is the package apt-transport-https installed?
sudo apt-get install apt-transport-https
It wasn't. Now it is, and update is running. What's with this package? Its authenticity couldn't be verified!
- Inicie sesión ou rexístrese para enviar comentarios