Wine was working earlier, but probably after some update `wine` can no longer be found:
Code: Select all
wine
Command 'wine' not found, but can be installed with:
sudo apt install wine
Code: Select all
https://dl.winehq.org/wine-builds/ubuntu
Ubuntu 24.04.1.
x86.
Code: Select all
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]
Code: Select all
whereis wine
wine: /usr/lib/wine /usr/share/wine
Code: Select all
ls /usr/bin/ |grep wine
Code: Select all
ls /bin/ |grep wine
Code: Select all
ls /sbin/ |grep wine
Code: Select all
ls /etc/alternatives/ |grep wine
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?
Code: Select all
ls /opt/wine-devel/
bin lib64