Hey,
I've got a Ubuntu 11.10 system I use as my home server. I installed wine on
it a little while ago and everything was working great, I was using it to run
Air Video Server.
At some point when I was installing new display drivers to enable GPU
acceleration in XBMC Air Video Server stopped loading on boot. When I tried to
fix it, I found that the system was acting like wine was not installed. So I
followed some advice I found and purged the package from my system and
redownloaded it, which still made no difference.
I've just tried restarting after wiping it from the system, and this is what
I've tried since:
Code:
xbmc at xbmc-H67N-USB3-B3:~$ wine
The program 'wine' can be found in the following packages:
* wine1.2
* wine1.3
Try: sudo apt-get install <selected package>
xbmc at xbmc-H67N-USB3-B3:~$ sudo apt-get install wine1.3
[sudo] password for xbmc:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed
wine1.3
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/12.8 MB of archives.
After this operation, 107 MB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously deselected package wine1.3.
(Reading database ... 181700 files and directories currently installed.)
Unpacking wine1.3 (from .../wine1.3_1.3.36-0ubuntu1~ppa1~oneiric1_amd64.deb) ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for man-db ...
Setting up wine1.3 (1.3.36-0ubuntu1~ppa1~oneiric1) ...
procps stop/waiting
procps stop/waiting
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
xbmc at xbmc-H67N-USB3-B3:~$ wine
bash: /usr/bin/wine: No such file or directory
xbmc at xbmc-H67N-USB3-B3:~$
As you can see, no difference. Any ideas? Thanks.