Debian Squeeze Repository

Questions about Wine on Linux
Locked
Berillions
Level 4
Level 4
Posts: 230
Joined: Sat Mar 28, 2009 12:55 pm

Debian Squeeze Repository

Post by Berillions »

Hi everybody,

Actually exist only a website to download the lastest wine version for Debian Wheezy (Testing) and Debian Sid. But, there is nothing for Debian Squeeze (Stable).

So i decided to package the latest wine version and create a repository. Only for i386 and amd64 architecture.

To download and install the latest wine version, follow these lines :

Code: Select all

$ wget -q "http://berillions.debian.free.fr/pubkey.gpg" && sudo apt-key add pubkey.gpg
$ wget berillions.debian.free.fr/wine.squeeze.list && sudo mv/etc/apt/sources.list.d/wine_squeeze.list
$ sudo apt-get update && apt-get install wine
Locked