Problemas en la Instalacion de WINE

Forums: 

Ante todo les deseo el mejor de los años a todos,

Tengo instalado Ubuntu 7.10 pero Una Parte importante de mi trabajo es manejar archivos CAD por lo que estoy queriendo instalar BricsCAD siguiendo

http://munkybass.wordpress.com/2007/06/11/en-gnulinux-%C2%BFautocad-2007-no-bricscad-7/

pero me quedo en el primer paso ya que cuando pongo

francisco@francisco:~$ sudo apt-get install wine
[sudo] password for francisco:
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
E: No se pudo encontrar el paquete wine

No entiendo porque me sale que no pudo encontrar el paquete WINE si se supone que son desde los repositorios de Ubuntu

intentado desde los repositorios de WINEHQ

Tambien intente bajarme (a pesar que me dice que no baje de alli) bajar de los repositorios de WineHQ pero me sale

francisco@francisco:~$ wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
[sudo] password for francisco:
gpg: No se han encontrados datos OpenPGP válidos

NO se que mas puedo hacer

No me había dado cuenta, si

Imagen de deathUser

No me había dado cuenta, si pones:

apt-cache search whine

Tienes algo como:

tellico - collection manager for books, videos, music
tellico-data - collection manager for books, videos, music [data]
winefish - LaTeX Editor based on Bluefish
libwine - Microsoft Windows Compatibility Layer (Dummy Package)
libwine-dev - Microsoft Windows Compatibility Layer (Dummy Package)

Y no aparece el wine para instalar...

Mira si te sirve el paquete para debian:

http://www.winehq.org/site/download

bye
:)

Puedes mirar aca

Imagen de isacnet

Puedes mirar aca http://generacionlibre.es/?p=7

_______________________________________
Trend Micro el mejor antivirus del mundo 40% del mercado mundial de gateway
240 millones de usuarios no pueden equivocarse
http://www.trendmicro.com.ec
Mercadeo@trendmicro.com.ec

_______________________________________
ISACNET S.A.
Ecuador: +593-2-3238590
Perú: +51-1-4223796

HP y Trend Micro, lo mejor de 2 mundos en un solo Socio de Negocios
http://www.isacnet.com.pe

Yo la verdad no he tenido

Yo la verdad no he tenido problemas al instalar wine probablemente no tengas alguno de estos repositorios en /etc/apt/source.list

deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
deb-src http://security.ubuntu.com/ubuntu gutsy-security main restricted
deb http://security.ubuntu.com/ubuntu gutsy-security universe
deb-src http://security.ubuntu.com/ubuntu gutsy-security universe
deb http://security.ubuntu.com/ubuntu gutsy-security multiverse
deb-src http://security.ubuntu.com/ubuntu gutsy-security multiverse

Saludos,

Respuesta a todos los colaboradores

Ante todo gracias por invertir su valioso tiempo en enseñarnos Linux a los que estamos aprendiendo a ser libres

PERO

Para deathUser

Cuando pongo
francisco@francisco:~$ apt-cache search whine
francisco@francisco:~$

NO TENGO NINGUNA RESPUESTA, PENSE QUE TE HABIAS CONFUNDIDO Y QUE ERA WINE EN LUGAR DE WHINE ASI QUE TAMBIEN INTENTE PERO IGUAL NO ME SALE NADA EN PANTALLA

francisco@francisco:~$ apt-cache search wine
francisco@francisco:~$

PARA isacnet

revise lo que me recomiendas pero si te das cuenta el primer paso es instalar wine que es lo que no he podido aun, y fue lo primero que hice y motivo por el cual puse este tema

francisco@francisco:~$ sudo apt-get install wine
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
E: No se pudo encontrar el paquete wine

Para suttilakha

cuando entro en /etc/apt/source.list (pero de modo grafico) entro a la misma ventana de Sistema/Administracion/Origenes de software y alli no se donde tengo que buscar lo que me dices.

Pues si ... se colo' una "H"

Imagen de deathUser

Pues si ...
se colo' una "H" :D, edita a mano el sources.list a ver si tienes los repos que te dicen, este rato ya no tengo ubuntu a la mano ...

saca una copia (para que puedas regrsar al estado original) y pon los que te sugieren en el sources.lists, creo que en el modo gr'afico debes chequear que tengas seleccionados los repos universe y multiuniverse, lo de software no soportado, etc ...

bye
:)

Haber sigue estos pasos que

Haber sigue estos pasos que con esto tambien funciona, abre una consola y pon:

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

despues:


sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/winehq.list

de ahi solo tienes que hacer:

sudo apt-get update

sudo apt-get install wine

Saludos,

suttilakha

Eso ya lo intente fue lo segundo que hice pero sale esto

francisco@francisco:~$ wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
[sudo] password for francisco:
gpg: No se han encontrados datos OpenPGP válidos

Contenido de source.list

deb cdrom:[Ubuntu 7.10 _Gutsy Gibbon_ - Release amd64 (20071016)]/ gutsy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

# Line commented out by installer because it failed to verify:
# deb http://ec.archive.ubuntu.com/ubuntu/ gutsy main restricted
# Line commented out by installer because it failed to verify:
# deb-src http://ec.archive.ubuntu.com/ubuntu/ gutsy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
# Line commented out by installer because it failed to verify:
# deb http://ec.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
# Line commented out by installer because it failed to verify:
# deb-src http://ec.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
# Line commented out by installer because it failed to verify:
# deb http://ec.archive.ubuntu.com/ubuntu/ gutsy universe
# Line commented out by installer because it failed to verify:
# deb-src http://ec.archive.ubuntu.com/ubuntu/ gutsy universe
# Line commented out by installer because it failed to verify:
# deb http://ec.archive.ubuntu.com/ubuntu/ gutsy-updates universe
# Line commented out by installer because it failed to verify:
# deb-src http://ec.archive.ubuntu.com/ubuntu/ gutsy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
# Line commented out by installer because it failed to verify:
# deb http://ec.archive.ubuntu.com/ubuntu/ gutsy multiverse
# Line commented out by installer because it failed to verify:
# deb-src http://ec.archive.ubuntu.com/ubuntu/ gutsy multiverse
# Line commented out by installer because it failed to verify:
# deb http://ec.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
# Line commented out by installer because it failed to verify:
# deb-src http://ec.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://ec.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
# deb-src http://ec.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
deb http://archive.canonical.com/ubuntu gutsy partner
deb-src http://archive.canonical.com/ubuntu gutsy partner

# Line commented out by installer because it failed to verify:
# deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
# Line commented out by installer because it failed to verify:
# deb-src http://security.ubuntu.com/ubuntu gutsy-security main restricted
# Line commented out by installer because it failed to verify:
# deb http://security.ubuntu.com/ubuntu gutsy-security universe
# Line commented out by installer because it failed to verify:
# deb-src http://security.ubuntu.com/ubuntu gutsy-security universe
# Line commented out by installer because it failed to verify:
# deb http://security.ubuntu.com/ubuntu gutsy-security multiverse
# Line commented out by installer because it failed to verify:
deb http://archive.ubuntu.com/ubuntu/ gutsy-updates restricted main universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ gutsy-updates restricted main universe multiverse #Added by software-properties
# deb-src http://security.ubuntu.com/ubuntu gutsy-security multiverse
deb http://archive.ubuntu.com/ubuntu/ gutsy main universe restricted multiverse
deb-src http://archive.ubuntu.com/ubuntu/ gutsy universe main multiverse restricted #Added by software-properties
deb http://packages.medibuntu.org/ gutsy free non-fre

Páginas