Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[crash] with workaround, installing on ubuntu 22.04 #404

Open
rslgp opened this issue Jun 12, 2024 · 0 comments · May be fixed by #405
Open

[crash] with workaround, installing on ubuntu 22.04 #404

rslgp opened this issue Jun 12, 2024 · 0 comments · May be fixed by #405

Comments

@rslgp
Copy link

rslgp commented Jun 12, 2024

current workaround

sudo dpkg -i stremio_4.4.168-1_amd64.deb

solution:

sudo apt --fix-broken install

wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/multiverse/f/fdk-aac/libfdk-aac2_2.0.2-1_amd64.deb

sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb
sudo dpkg -i libfdk-aac2_2.0.2-1_amd64.deb


error log

dpkg: dependency problems prevent configuration of stremio:
 stremio depends on libmpv1 (>= 0.30.0); 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-qtquick-controls (>= 5.9.5); however:
  Package qml-module-qtquick-controls is not installed.
 stremio depends on qml-module-qtquick-dialogs (>= 5.9.5); however:
  Package qml-module-qtquick-dialogs 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.
 stremio depends on qml-module-qt-labs-folderlistmodel (>= 5.9.5); however:
  Package qml-module-qt-labs-folderlistmodel is not installed.
 stremio depends on qml-module-qt-labs-settings (>= 5.9.5); however:
  Package qml-module-qt-labs-settings is not installed.

dpkg: error processing package stremio (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 stremio

@rslgp rslgp changed the title [crash] with temp fix, install ubuntu 22.04 [crash] with workaround, install ubuntu 22.04 Jun 12, 2024
@rslgp rslgp changed the title [crash] with workaround, install ubuntu 22.04 [crash] with workaround, installing on ubuntu 22.04 Jun 12, 2024
rslgp added a commit to rslgp/stremio-shell that referenced this issue Jun 12, 2024
fix issue 404
Stremio#404

apt-cache showpkg libssl1.1
@rslgp rslgp linked a pull request Jun 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant