Install wine debian

From thelinuxwiki
Jump to: navigation, search

Lamaresh Wine Repository for Debian

Latest version: 1.1.32

To install wine packages you can use two methods: add the repository or download a .deb package form binary list and manually install it, but first of all you have to remove older wine version. If you use the first method you'll have wine automatically upgraded by apt, otherwise you'll need to manually download and install every new version.

Remove old version Open a terminal sudo apt-get remove libwine wine #to remove outdated version of wine

Add the repository Open a terminal sudo gedit /etc/apt/sources.list #to open repository file with a text editor (you can use gedit or another) Add this line if you use lenny: deb http://www.lamaresh.net/apt lenny main Add this line if you use squeeze: deb http://www.lamaresh.net/apt squeeze main Add this line if you use sid: deb http://www.lamaresh.net/apt sid main Save and close sources.list wget http://www.lamaresh.net/apt/key.gpg && sudo apt-key add key.gpg #to add gpg key sudo apt-get update #to update package list sudo apt-get install wine #to install latest wine version