


lmdeman wrote:FYI there is an unofficial repository for aptosid (debian based) from which you can easily install (and automatically update) the latest wine package. *snip*








by wyrdoak on Tue Oct 04, 2011 7:34 pm
http://dev.carbon-project.org/debian/wine-unstable/
1. Look for the list of packages for your architecture (32bit or 64bit)
2. Download each file in the list (there will be 18-19 files)
3. In your Downloads directory there will now be 18-19 .deb files
4. While in the Downloads directory, right-click on a blank space and select open in Terminal
5. Your command prompt should now look something like: tom@tom-laptop:~/Downloads$
6. Enter the following command:
CODE: SELECT ALL
sudo dpkg -i *.deb
7. All of those .deb files in Downloads will now be installed
8. Once it is done installing, you can delete all the .deb files in Downloads
9. Enjoy Wine 1.3
install lib32asound2-plugins among others listed here though the package manager :[Look for Debian.]
http://wiki.winehq.org/Recommended_Pack ... 64c0e7536f
I'm not readly too impressed with WINE in LMDE, but it's OK for the few things I still need it for.
EDIT: if you need directx : http://www.smokinglinux.com/gaming/play ... nd-directx
Last edited by wyrdoak on Tue Oct 04, 2011 10:07 pm, edited 1 time in total.





hamalawy wrote:Gents,
May i propose a simpler solution.
1- go to wineHQ website
2- downloads section
3- Debian ( you will be redirected to sourceforge website
4- you'll find right above all old debian packages the latest RPM package ( just find it on page )
5- install "alien" and convert it to a .deb file using alien
6- open it with oackage installed
7-send me a big thank you "just kiddin here" ;D
hope it works for you guys
Sherief


Debian
The simplest way to get the required packages is using apt-get build-dep wine respectively aptitude build-dep wine.
Using build-dep will select libgl1-mesa-dev to provide libgl-dev; if you are an Nvidia user you may prefer to replace it with nvidia-glx-dev afterwards.
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 




Matt267 wrote:wyrdoak,
what repos do I need to run "apt-get build-dep wine"
Matt


jonpeder@jonpeder-laptop ~ $ sudo apt-get dist-upgrade
[sudo] password for jonpeder:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
playonlinux : Depends: wine but it is not installed or
wine-stable but it is not installable or
wine-unstable but it is not installable
E: Unmet dependencies. Try using -f.
jonpeder@jonpeder-laptop ~ $ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
libgdata1.7-cil libhighgui2.1 libcvaux2.1 frei0r-plugins libgavl1 libcv2.1
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
wine
Recommended packages:
ttf-symbol-replacement gnome-exe-thumbnailer wisotool
The following NEW packages will be installed:
wine
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0 B/21.0 MB of archives.
After this operation, 104 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Preconfiguring packages ...
(Reading database ... 171362 files and directories currently installed.)
Unpacking wine (from .../wine_1.3.32-0.frickel.1_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/wine_1.3.32-0.frickel.1_i386.deb (--unpack):
trying to overwrite '/usr/share/applications/wine.desktop', which is also in package wine-bin-unstable 1.3.31-0.1
configured to not write apport reports
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Processing triggers for gnome-menus ...
Processing triggers for desktop-file-utils ...
Errors were encountered while processing:
/var/cache/apt/archives/wine_1.3.32-0.frickel.1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
jonpeder@jonpeder-laptop ~ $

by wyrdoak on Tue Oct 04, 2011 7:34 pm
http://dev.carbon-project.org/debian/wine-unstable/
1. Look for the list of packages for your architecture (32bit or 64bit)
2. Download each file in the list (there will be 18-19 files)
3. In your Downloads directory there will now be 18-19 .deb files
4. While in the Downloads directory, right-click on a blank space and select open in Terminal
5. Your command prompt should now look something like: tom@tom-laptop:~/Downloads$
6. Enter the following command:
CODE: SELECT ALL
sudo dpkg -i *.deb
7. All of those .deb files in Downloads will now be installed
8. Once it is done installing, you can delete all the .deb files in Downloads
9. Enjoy Wine 1.3
install lib32asound2-plugins among others listed here though the package manager :[Look for Debian.]
http://wiki.winehq.org/Recommended_Pack ... 64c0e7536f

sudo dpkg -i *.deb

Users browsing this forum: No registered users and 5 guests