Instalar Wine 1.1.27 en Ubuntu/Debian

wine  logo Instalar Wine 1.1.27 en Ubuntu/Debian
Wine tiene una nueva versión (1.1.27), la cual trae muchas mejores respecto a la anterior (1.0.1 “estable”). Con los pasos siguientes tendremos instalado o actualizado este programa.

Primero abrimos el sources.list para agregar el repositorio:

sudo gedit /etc/apt/sources.list

En Debian logueado como root.

gedit /etc/apt/sources.list

Agregamos el repositorio al final del sources.list, según la versión de ubuntu o Debian que estás usando.

Ubuntu

#wine
deb http://wine.budgetdedicated.com/apt jaunty main

#wine
deb http://wine.budgetdedicated.com/apt intrepid main

#wine
deb http://wine.budgetdedicated.com/apt hardy main

Debian

#wine
deb http://www.lamaresh.net/apt lenny main

#wine
deb http://www.lamaresh.net/apt squeeze main

#wine
deb http://www.lamaresh.net/apt sid main

Guardamos y agregamos la llave para Ubuntu

wget -q http://wine.budgetdedicated.com/apt/Scott%20Ritchie.gpg -O- | sudo apt-key add -

Para Debian

wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -

Luego actualizamos los repositorios e instalamos el programa.

Ubuntu

sudo apt-get update
sudo apt-get install wine

Debian

apt-get update
apt-get install wine

Vía ==> hardsoftgeek

Comparte!
Categorias Tutoriales
Tags , .