I'm not an expert, I'm on Ubuntu 16.04 LTS, and I'm trying to install Stremio by following this tutorial "https://github.com/Stremio/stremio-shell/blob/master/DEBIAN.md" from source codes.
So in order to make it work, I have to install the "libqt5webview5-dev" package, but unfortunately I get the error "Unable to locate package libqt5webview5-dev". (sorry the following terminal outputs are in Fench)
$sudo apt-get install -y libqt5webview5
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet libqt5webview5
I tried to add the "universe" repository but it was already enabled.
$sudo add-apt-repository universe
Le composant de distribution « universe » est déjà activé pour toutes les sources.
Maybe my distribution is too old ? Can you help me ?
Thanks!