wine not working

Questions about Wine on Linux
Locked
crito
Newbie
Newbie
Posts: 1
Joined: Fri Dec 20, 2013 11:00 pm

wine not working

Post by crito »

I am using debian sid and installed wine by typing:

Code: Select all

#sudo apt-get install wine
I recieved no error messages during the installation process however I keep getting the following error on the command line:

Code: Select all

# wine
bash: wine: command not found

Code: Select all

#which wine
produces no output

and i found no trace of wine in /usr/bin nor /usr/local/bin

Code: Select all

#uname -a
Linux Debian 3.11-2-amd64 #1 SMP Debian 3.11.10-1 (2013-12-04) x86_64 GNU/Linux
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: wine not working

Post by dimesio »

Apparently Wine was not installed. As to why, and what to do about it, ask your distro. It's a package/package manager issue.
Locked