Hi!
Wine was working earlier, but probably after some update wine
can no longer be found:
wine
Command 'wine' not found, but can be installed with:
sudo apt install wine
Always used wine-devel.
Ubuntu 24.04.1.
x86.
apt list --installed |grep wine
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
fonts-wine/noble,noble,now 9.0~repack-4build3 all [installed,automatic]
libwine/noble,now 9.0~repack-4build3 i386 [installed,automatic]
wine-devel-amd64/noble,now 10.0~rc5~noble-1 amd64 [installed]
wine32/noble,now 9.0~repack-4build3 i386 [installed]
whereis wine
wine: /usr/lib/wine /usr/share/wine
All of:
ls /usr/bin/ |grep wine
ls /bin/ |grep wine
and ls /sbin/ |grep wine
give nothing.
I might have to link wine executable, but not sure where it is located?
and whether its better to link it to /bin or /sbin or some other folder?
ls /opt/wine-devel/
bin lib64
Thank you.