ish-app / ish

Linux shell for iOS
https://ish.app
Other
16.58k stars 871 forks source link

dpkg error in iSH #2087

Open TangYuanMaster opened 1 year ago

TangYuanMaster commented 1 year ago

I encountered such a problem when I tried to install radare2 into iSH‘s Alpine system through dpkg. image The following are the commands I run, which may help solve this problem.

dpkg --add-architecture i386 dpkg -i radare2-dev_5.8.4_i386.deb radare2_5.8.4_i386.deb

TangYuanMaster commented 1 year ago

When I do the same on iSH-AOK, this problem seems to have been solved.

But I also received a new question. How should I deal with this issue? Thank you

image