Some things to note…
Setup Wine (as root):
# apt install wine wine32 winetricks
Configure Wine (as user):
$ rm -rf $HOME/.wine
$ WINEARCH=win32 winecfg
$ winetricks corefonts
Note: Install fuseiso to enable mounting ISO as user
Setup Installer ISO:
$ ln -sf /path/to/install.iso $HOME/.wine/dosdevices/d::
$ fuseiso mount /path/to/install.iso $HOME/.wine/drive_d
$ ln -sf $HOME/.wine/drive_d $HOME/.wine/dosdevices/d:
Run installer
$ wine D:\\Setup.exe
Fixes:
$ wine /download/path/LTspiceXVII.exe
Check out here.
Using rpi-devuan-chimaera-5.10.110-ext4-2022-04-16.zip
# run-setup
# userdel -r devuan
# apt install vim
# apt remove nano
# rm .nanorc
# apt install xorg libx11-dev libxft-dev libxinerama-dev
# apt install stterm suckless-tools
# git clone https://codeberg.org/azman/my1shell # git clone https://codeberg.org/azman/my1ubuild
dwm from source# apt install surf fonts-liberation2
work in progress… 2 issues: {surf cannot validate cert}{reboot hangs}
Note: Will simply use Raspberry Pi OS for now…