Error installing .deb package

after reading through this post it seems like it should be possible to install .deb via opkg. Any ideas as to why its failing?

root@Skittles:/mnt/usb1/shareroot/software/openwrt/app# opkg install plexmediaserver_1.19.4.2935-79e214ead_armhf.deb
Segmentation fault

Are you really sure that you read that thread?

From the post you linked, it doesn't seem possible. Maybe you posted the wrong link?

4 Likes

it is not possible to install Debian packages in Openwrt.

The only way to use that package is to make a Debian chroot, then you have a Debian ARM system parallel to OpenWrt and you can install Debian packages in it.
You obviously need to do this on an external drive, the internal flash chip is too small to fit Debian.
https://openwrt.org/docs/guide-user/services/chroot

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.