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
Fuente: hardsoftgeek y La vida Linux
Enlace/web: Wine
0 comentaris:
Publicar un comentario