Page 1 of 1

wine repo please

Posted: Mon Dec 26, 2011 1:01 pm
by bigbearomaha
might someone please inform me of what repo Ican add to install WINE from? usingthe pre-added repos, I am informed that WINE itself is not avialable.

Re: wine repo please

Posted: Mon Dec 26, 2011 1:12 pm
by wyrdoak
This it the best source I've found. http://dev.carbon-project.org/debian/wine-unstable/

you may need to make sure you have these installed

Code: Select all

If you prefer to install them manually, the required packages are as follows:

    Audio:
        winealsa.drv: libasound-dev (libasound2-dev)
        wineesd.drv: libesd0-dev
        winejack.drv: libjack-dev (libjack0.100.0-dev)
        winenas.drv: nas-dev (libaudio-dev)
    Capi Isdn support:
        libcapi20-dev
    Color management:
        liblcms-dev (liblcms1-dev)
    Printing with CUPS:
        libcupsys-dev (libcupsys2-dev)
    Scanner:
        libsane-dev
    Drive autodetection:
        libhal-dev
        libdbus-1-dev
    To get more information when valgrind-ing Wine:
        valgrind

    The following, but only if you plan to work on the TrueType fonts, and can install them from testing - do not install these from Sarge:
        fontforge/testing
    If you are using Debian Etch with Nvidia:
        nvidia-glx-dev
    And all of the following packages (when two package names are specified, the first one is the virtual package name and the one in parentheses is the one providing that package):
        bison
        flex
        gcc
        libc6-dev
        libfontconfig-dev (libfontconfig1-dev)
        libfreetype6-dev
        libgl-dev (libgl1-mesa-dev or xlibmesa-gl-dev)
        libglu-dev (libglu1-mesa-dev or xlibmesa-glu-dev)
        libgphoto2-dev (libgphoto2-2-dev)
        libgsm1-dev
        libice-dev
        libjpeg-dev (libjpeg62-dev)
        libldap-dev (libldap2-dev)
        libmpg123-dev
        libncurses5-dev
        libopenal-dev
        libpng-dev (libpng12-dev)
        libsm-dev
        libssl-dev
        libusb-dev
        libx11-dev
        libxcomposite-dev
        libxcursor-dev
        libxext-dev
        libxi-dev
        libxinerama-dev
        libxml2-dev
        libxrandr-dev
        libxrender-dev
        libxslt-dev (libxslt1-dev)
        libxt-dev
        libxxf86vm-dev
        make 
If all else fails or a file isn't available:

Code: Select all

apt-get -f install

Re: wine repo please

Posted: Thu Jan 05, 2012 1:29 am
by geofurtado
There is a repository that you can use (see below). For other repositories, have a look at the Debian source list generator at http://debgen.simplylinux.ch

#### Wine - http://www.winehq.org/
## Run this command: wget -O - http://www.lamaresh.net/apt/key.gpg | apt-key add -
deb http://www.lamaresh.net/apt sid main

This worked for me.