LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Install Wine on Debian (https://www.linuxquestions.org/questions/linux-software-2/install-wine-on-debian-4175576980/)

joboy 04-08-2016 05:07 AM

Install Wine on Debian
 
Hi there,

I am running Debian 8.3 with Gnome and want to install Wine, so that I can run some windows program, I successfully installed and run it on Mint but couldn't get it work on Debian, I couldn't find it even I receive no error during installation, any idea ??

yooy 04-08-2016 05:33 AM

Quote:

sudo apt-get install wine
post output here.

DavidMcCann 04-08-2016 12:08 PM

It's not quite that simple, especially if you have a 64-bit computer. See here
https://wiki.debian.org/Wine

Timothy Miller 04-08-2016 04:27 PM

Also if it is installed, Debian doesn't by default install any shortcuts for it or gui add-ons for it, so you'd have to launch wine manually from console.

DavidMcCann 04-09-2016 10:22 AM

Actually, you wouldn't launch Wine alone, but with the program that will use it. It's easiest to create menu entries like this:
wine "/home/david/.wine/drive_c/Program Files/MorinusWinEng/morinus.exe"

joboy 04-12-2016 01:49 AM

Thanks for the feedback guys sorry for the late response.... I followed the wiki but got stuck at installing Jessie Backport.

............. apt install \

> wine-development/jessie-backports \
> wine32-development/jessie-backports \
> wine64-development/jessie-backports \
> libwine-development/jessie-backports \
> libwine-development:i386/jessie-backports \
> fonts-wine-development/jessie-backports
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Release 'jessie-backports' for 'wine-development' was not found
E: Release 'jessie-backports' for 'wine32-development:i386' was not found
E: Release 'jessie-backports' for 'wine64-development' was not found
E: Release 'jessie-backports' for 'libwine-development' was not found
E: Release 'jessie-backports' for 'libwine-development:i386' was not found
E: Unable to locate package fonts-wine-development

...............apt install \

> wine-development/jessie-backports \
> wine32-development/jessie-backports \
> libwine-development/jessie-backports \
> fonts-wine-development/jessie-backports
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Release 'jessie-backports' for 'wine-development' was not found
E: Release 'jessie-backports' for 'wine32-development:i386' was not found
E: Release 'jessie-backports' for 'libwine-development' was not found
E: Unable to locate package fonts-wine-development

What am I missing ??


All times are GMT -5. The time now is 04:19 AM.