Problema en ubuntu

Buenas, aze poco me puse el ubuntu, i no soy un experto aun jeje

tengo un par de poblemas, que en la terminal kiero instlar por ejemplo el wine (apt -get isntall wine) i me dice lo siguiente:

apt -get install wine
El programa 'apt' puede ser encontrado en los siguientes paquetes:
* sun-java5-jdk
* sun-java6-jdk
Pruebe: apt-get install
Compruebe que tiene el componente 'multiverse' activado
bash: apt: orden no encontrada

no se si sera algo del problema multiverse, a ver si me ayudan

gracias saludos
Estás poniendo esto:

apt -get install wine


Y tienes que poner esto:

apt-get install wine
ok pero aora me dice esto

pt-get install wine
E: Tipo 'multiverse' desconocido en la línea 23 de lista de fuentes /etc/apt/sources.list
E: No se pudieron leer las listas de fuentes.


me debo suponer que es un error del sources.lst

a ver k podria ser acias
Pues no sé que decirte, puede que no tengas activados los repositorios extra.

De todos modos ¿por qué quieres instalarlo a través de la consola? ¿Mediante el diálogo de añadir / quitar aplicaciones se instala correctamente?
jordimonty_5 escribió:
me debo suponer que es un error del sources.lst

Antes de hacer eso prueba un "aptitude update" desde consola.
Tambien podrias postear aquí tu sources.lst

A ver como lo tienes
Ok, ya me deja instlar wine, es que tenia un error en la linia 23 ke no se tneia ke kitar, na jeje

uenu de todos modos les dejo el sources.lst, ok i me comentan

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://es.archive.ubuntu.com/ubuntu/ feisty main restricted
deb-src http://es.archive.ubuntu.com/ubuntu/ feisty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://es.archive.ubuntu.com/ubuntu/ feisty-updates main restricted
deb-src http://es.archive.ubuntu.com/ubuntu/ feisty-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.
deb http://es.archive.ubuntu.com/ubuntu/ feisty universe
deb-src http://es.archive.ubuntu.com/ubuntu/ feisty 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.
deb http://es.archive.ubuntu.com/ubuntu/ feisty multiverse
deb-src http://es.archive.ubuntu.com/ubuntu/ feisty 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://es.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
# deb-src http://es.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu feisty-security main restricted
deb-src http://security.ubuntu.com/ubuntu feisty-security main restricted
deb http://security.ubuntu.com/ubuntu feisty-security universe
deb-src http://security.ubuntu.com/ubuntu feisty-security universe
deb http://security.ubuntu.com/ubuntu feisty-security multiverse
deb-src http://security.ubuntu.com/ubuntu feisty-security multiverse
deb http://www.getautomatix.com/apt/ edgy main

#AUTOMATIX REPOS START

deb http://www.getautomatix.com/apt feisty main

deb http://archive.canonical.com/ubuntu feisty-commercial main

deb http://archive.ubuntu.com/ubuntu feisty-updates universe multiverse

deb http://archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
#AUTOMATIX REPOS END
# Repositorio de Treviño’s Ubuntu feisty EyeCandy (GPG key: 81836EBF - DD800CD9)
deb http://download.tuxfamily.org/3v1deb feisty eyecandy
deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy


gracias saludos
Joder, que de repos, yo que tengo los 3 repos solo en mi debian ... :)
6 respuestas