stremio-shell icon indicating copy to clipboard operation
stremio-shell copied to clipboard

Update DEB package dependencies

Open TRtomasz opened this issue 5 years ago • 13 comments

Description There are dependencies that has it own dependencies, like libx264-152 which i think is required mpv/ffmpeg. But it is not listed on stremio dependencies list and people fail to install stremio even after running apt-get -f install command

TRtomasz avatar Sep 17 '20 12:09 TRtomasz

any tips on how to go around this manually? @TRtomasz

AmosG avatar Oct 25 '20 19:10 AmosG

I am experiencing the same problem. In practice, the deb package of stremio 4.4.116-1 cannot be installed on Ubuntu 20.10 because of dependencies.

Please, can you fix this problem?

jscmal avatar Oct 28 '20 16:10 jscmal

Same for me, I've tried to install it on Debian testing, and the dependencies just can't be installed.

nyym avatar Oct 30 '20 03:10 nyym

Same Here

GatoAmarilloBicolor avatar Nov 20 '20 08:11 GatoAmarilloBicolor

I manage to install the .deb package on Linux Mint 20, but when I click on the Stremio icon it doesn't start. Nothing happens at all.

FinixFighter avatar Nov 28 '20 09:11 FinixFighter

@AmosG to fix this manually you have to download and install packages manually

TRtomasz avatar Dec 04 '20 09:12 TRtomasz

install from this on debian testing or unstable or may be also on ubuntu 20.04 https://dl.strem.io/linux/v4.4.106/stremio_4.4.106-1_amd64.deb it is workin on debian unstable

karthek-git avatar Dec 05 '20 08:12 karthek-git

install from this on debian testing or unstable or may be also on ubuntu 20.04 https://dl.strem.io/linux/v4.4.106/stremio_4.4.106-1_amd64.deb

confirming, this version can be properly installed on Debian Testing, apt install -f deals with eventual missing dependencies. Thank you @karthek-git

nyym avatar Dec 05 '20 17:12 nyym

The suggested comments don't seem to work on ubuntu 20.10

ignacio@home-cat:~/Downloads$ sudo dpkg -i stremio_4.4.106-1_amd64.deb 
Selecting previously unselected package stremio.
(Reading database ... 208139 files and directories currently installed.)
Preparing to unpack stremio_4.4.106-1_amd64.deb ...
Unpacking stremio (4.4.106-1) ...
dpkg: dependency problems prevent configuration of stremio:
 stremio depends on nodejs; however:
  Package nodejs is not installed.
 stremio depends on libmpv1 (>= 0.27.2); however:
  Package libmpv1 is not installed.
 stremio depends on qml-module-qt-labs-platform (>= 5.9.5); however:
  Package qml-module-qt-labs-platform is not installed.
 stremio depends on qml-module-qtwebchannel (>= 5.9.5); however:
  Package qml-module-qtwebchannel is not installed.
 stremio depends on qml-module-qtwebengine (>= 5.9.5); however:
  Package qml-module-qtwebengine is not installed.

dpkg: error processing package stremio (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 stremio
ignacio@home-cat:~/Downloads$

i5o avatar Dec 08 '20 00:12 i5o

Nevermind - it does. I was afraid of running apt install -f as it replaces my nodejs version. Everything seems to work.

wget https://dl.strem.io/linux/v4.4.106/stremio_4.4.106-1_amd64.deb
sudo dpkg -i stremio_4.4.106-1_amd64.deb
sudo apt install -fy
ignacio@home-cat:/opt/stremio$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 20.10
Release:	20.10
Codename:	groovy
ignacio@home-cat:/opt/stremio$ 

i5o avatar Dec 08 '20 00:12 i5o

Is that an older version? The downloads website currently has 4.4.116-1?

baarkerlounger avatar Dec 08 '20 12:12 baarkerlounger

Is that an older version? The downloads website currently has 4.4.116-1?

if you want new version install this: https://drive.google.com/file/d/1HW2k77ZjrJQ8Ki5cYWzlxxY_FZuc9qno/view?usp=sharing

karthek-git avatar Dec 08 '20 16:12 karthek-git