Re: compilar .tar

2008-06-24 Por tema Abraham Pérez
2008/6/24 Maximiliano Marin Bustos [EMAIL PROTECTED]:

 2008/6/23 Moises Brenes [EMAIL PROTECTED]:
  2008/6/23 Moises Brenes [EMAIL PROTECTED]:
  O tambien pueden bajar el paquete para Debian:
  http://log.damog.net/2008/06/firefox-3-for-debian-lenny.html
 
 
  Pasos:
  (como root)
 
  echo  deb http://debian.axiombox.com/ testing main
  /etc/apt/sources.list; apt-get update; apt-get install iceweasel
 
 
  --
  シャカ
  mbrenes.blogspot.com | sibu.homelinux.org
  debian gnu/linux
 
  Para que no se me olvide http://wiki.debian.org/Normas_Lista_Gmail
 
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 

 Yo estoy usando iceweasel 3 rc2 desde los repos de sid y anda excelente.

 --
 Atte,
 Maximiliano Marin
  http://maximilinux.wordpress.com


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]


Quizá es cosa mía... pero preguntar cómo se compila un archivo sin saber
siquiera que está comprimido, indica muy muy poco interés. De hecho
personalmente me dice que ni ha hecho una sóla búsqueda al respecto...

Un saludo.


Re: compilar .tar

2008-06-24 Por tema Victor H De la Luz
2008/6/24 Abraham Pérez [EMAIL PROTECTED]:


 2008/6/24 Maximiliano Marin Bustos [EMAIL PROTECTED]:

 2008/6/23 Moises Brenes [EMAIL PROTECTED]:
  2008/6/23 Moises Brenes [EMAIL PROTECTED]:
  O tambien pueden bajar el paquete para Debian:
  http://log.damog.net/2008/06/firefox-3-for-debian-lenny.html
 
 
  Pasos:
  (como root)
 
  echo  deb http://debian.axiombox.com/ testing main
  /etc/apt/sources.list; apt-get update; apt-get install iceweasel
 
 
  --
  シャカ
  mbrenes.blogspot.com | sibu.homelinux.org
  debian gnu/linux
 
  Para que no se me olvide http://wiki.debian.org/Normas_Lista_Gmail
 
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact
  [EMAIL PROTECTED]
 
 

 Yo estoy usando iceweasel 3 rc2 desde los repos de sid y anda excelente.

 --
 Atte,
 Maximiliano Marin
  http://maximilinux.wordpress.com


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]


 Quizá es cosa mía... pero preguntar cómo se compila un archivo sin saber
 siquiera que está comprimido, indica muy muy poco interés. De hecho
 personalmente me dice que ni ha hecho una sóla búsqueda al respecto...

 Un saludo.


Tambien indica que esta perdido, pero no por eso es de poco interes...

-- 
Atte

ItZtLi

¤º°°º¤ø,¸¸,ø¤º°°º¤ø,¸¸,ø¤º°`°º¤ø,¸
 Nahui Tonalli Icniuhtli.
¤º°°º¤ø,¸¸,ø¤º°°º¤ø,¸¸,ø¤º°`°º¤ø,¸


Re: compilar .tar

2008-06-24 Por tema Marcos Delgado
2008/6/24 Abraham Pérez [EMAIL PROTECTED]:


 2008/6/24 Maximiliano Marin Bustos [EMAIL PROTECTED]:

 2008/6/23 Moises Brenes [EMAIL PROTECTED]:
  2008/6/23 Moises Brenes [EMAIL PROTECTED]:
  O tambien pueden bajar el paquete para Debian:
  http://log.damog.net/2008/06/firefox-3-for-debian-lenny.html
 
 
  Pasos:
  (como root)
 
  echo  deb http://debian.axiombox.com/ testing main
  /etc/apt/sources.list; apt-get update; apt-get install iceweasel
 
 
  --
  シャカ
  mbrenes.blogspot.com | sibu.homelinux.org
  debian gnu/linux
 
  Para que no se me olvide http://wiki.debian.org/Normas_Lista_Gmail
 
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact
  [EMAIL PROTECTED]
 
 

 Yo estoy usando iceweasel 3 rc2 desde los repos de sid y anda excelente.

 --
 Atte,
 Maximiliano Marin
  http://maximilinux.wordpress.com


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]


 Quizá es cosa mía... pero preguntar cómo se compila un archivo sin saber
 siquiera que está comprimido, indica muy muy poco interés. De hecho
 personalmente me dice que ni ha hecho una sóla búsqueda al respecto...

 Un saludo.


Quizás se trata de que en el país en el que esta no tiene la libertad
de pasarse horas buscando en internet la respuesta y por eso acude a
la lista; donde es probable que la gente este consciente de ese hecho
y le manden ayuda teniendo en mente esta circunstancia.

Marcos Delgado.


compilar .tar

2008-06-23 Por tema Reiniel Gonzalez Martinez

He leido que para compilar un paquete tengo que hacer 
esto, 
cd /home/paquete.tar.bz2
./configure
make
make install


Pero eso no me funciona(dentro de mis cosas hay un .tar.bz2 y no puedo 
compilarlo)
que me estara faltando
Reiniel:/home/reiniel# cd /home/reiniel/Desktop/Mis_Cosas/
Reiniel:/home/reiniel/Desktop/Mis_Cosas# ./configure
bash: ./configure: No existe el fichero o el directorio
Reiniel:/home/reiniel/Desktop/Mis_Cosas#
Reiniel:/home/reiniel/Desktop/Mis_Cosas#


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: compilar .tar

2008-06-23 Por tema Moises Brenes
2008/6/23 Reiniel Gonzalez Martinez [EMAIL PROTECTED]:

 He leido que para compilar un paquete tengo que hacer
 esto,
 cd /home/paquete.tar.bz2
 ./configure
 make
 make install


 Pero eso no me funciona(dentro de mis cosas hay un .tar.bz2 y no puedo 
 compilarlo)
 que me estara faltando
 Reiniel:/home/reiniel# cd /home/reiniel/Desktop/Mis_Cosas/
 Reiniel:/home/reiniel/Desktop/Mis_Cosas# ./configure
 bash: ./configure: No existe el fichero o el directorio
 Reiniel:/home/reiniel/Desktop/Mis_Cosas#
 Reiniel:/home/reiniel/Desktop/Mis_Cosas#

Posiblemente no tenga ese archivo que chequea las dependencias, puedes
darle make y luego make install, a no ser que se especifique lo
contrario en el README y/o en el INSTALL.

Cual paquete es?


-- 
シャカ
mbrenes.blogspot.com | sibu.homelinux.org
debian gnu/linux

Para que no se me olvide http://wiki.debian.org/Normas_Lista_Gmail


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: compilar .tar

2008-06-23 Por tema Victor H De la Luz
2008/6/23 Reiniel Gonzalez Martinez [EMAIL PROTECTED]:

 He leido que para compilar un paquete tengo que hacer
 esto,
 cd /home/paquete.tar.bz2
 ./configure
 make
 make install


 Pero eso no me funciona(dentro de mis cosas hay un .tar.bz2 y no puedo 
 compilarlo)
 que me estara faltando
 Reiniel:/home/reiniel# cd /home/reiniel/Desktop/Mis_Cosas/
 Reiniel:/home/reiniel/Desktop/Mis_Cosas# ./configure
 bash: ./configure: No existe el fichero o el directorio
 Reiniel:/home/reiniel/Desktop/Mis_Cosas#
 Reiniel:/home/reiniel/Desktop/Mis_Cosas#


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Primero necesitas descomprimirlo luego destararearlo y finalmente
compilarlo, te hace falta:

 cd /home/
bunzip2 paquete.tar.bz2
tar xvf paquete.tar
./configure
 make
 make install

si cuando le hagas bunzip2 te sale un error es porque no lo tienes
instalado, con el aptitude baja el paquete bzip2, como root:

aptitude install bzip2

ciao.

-- 
Atte

ItZtLi

¤º°°º¤ø,¸¸,ø¤º°°º¤ø,¸¸,ø¤º°`°º¤ø,¸
 Nahui Tonalli Icniuhtli.
¤º°°º¤ø,¸¸,ø¤º°°º¤ø,¸¸,ø¤º°`°º¤ø,¸


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: compilar .tar

2008-06-23 Por tema Victor H De la Luz
2008/6/23 Victor H De la Luz [EMAIL PROTECTED]:
 2008/6/23 Reiniel Gonzalez Martinez [EMAIL PROTECTED]:

 He leido que para compilar un paquete tengo que hacer
 esto,
 cd /home/paquete.tar.bz2
 ./configure
 make
 make install


 Pero eso no me funciona(dentro de mis cosas hay un .tar.bz2 y no puedo 
 compilarlo)
 que me estara faltando
 Reiniel:/home/reiniel# cd /home/reiniel/Desktop/Mis_Cosas/
 Reiniel:/home/reiniel/Desktop/Mis_Cosas# ./configure
 bash: ./configure: No existe el fichero o el directorio
 Reiniel:/home/reiniel/Desktop/Mis_Cosas#
 Reiniel:/home/reiniel/Desktop/Mis_Cosas#


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



 Primero necesitas descomprimirlo luego destararearlo y finalmente
 compilarlo, te hace falta:

  cd /home/
 bunzip2 paquete.tar.bz2
 tar xvf paquete.tar
 ./configure
  make
  make install

 si cuando le hagas bunzip2 te sale un error es porque no lo tienes
 instalado, con el aptitude baja el paquete bzip2, como root:

 aptitude install bzip2

 ciao.

 --
 Atte

 ItZtLi

 ¤º°°º¤ø,¸¸,ø¤º°°º¤ø,¸¸,ø¤º°`°º¤ø,¸
  Nahui Tonalli Icniuhtli.
 ¤º°°º¤ø,¸¸,ø¤º°°º¤ø,¸¸,ø¤º°`°º¤ø,¸


Pdt: Todos los pasos los puedes hacer como usuario normal.
El ultimo paso make install lo necesitas hacer como root o en su
caso pasarle un directorio de instalacion en tu propio home.

-- 
Atte

ItZtLi

¤º°°º¤ø,¸¸,ø¤º°°º¤ø,¸¸,ø¤º°`°º¤ø,¸
 Nahui Tonalli Icniuhtli.
¤º°°º¤ø,¸¸,ø¤º°°º¤ø,¸¸,ø¤º°`°º¤ø,¸


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: compilar .tar

2008-06-23 Por tema Ricardo Eureka!
El día 23 de junio de 2008 14:43, Reiniel Gonzalez Martinez
[EMAIL PROTECTED] escribió:

 He leido que para compilar un paquete tengo que hacer
 esto,
 cd /home/paquete.tar.bz2
 ./configure
 make
 make install


 Pero eso no me funciona(dentro de mis cosas hay un .tar.bz2 y no puedo 
 compilarlo)
 que me estara faltando

Descomprimirlo y desempaquetarlo: cuando un archivo tiene la extension
bz2 significa que fue comprimido con bzip2, para descomprimirlo,
puedes usar el comando bunzip2.Si, ademas, tiene la extension tar,
significa que esta empaquetado. Lo que debes hacer es:

tar xvjf archivo.tar.bz2 y luego, si , lo que indicas mas abajo.

Te recomiendo leer man bzip2 y man tar.


 Reiniel:/home/reiniel# cd /home/reiniel/Desktop/Mis_Cosas/
 Reiniel:/home/reiniel/Desktop/Mis_Cosas# ./configure
 bash: ./configure: No existe el fichero o el directorio
 Reiniel:/home/reiniel/Desktop/Mis_Cosas#
 Reiniel:/home/reiniel/Desktop/Mis_Cosas#


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]





-- 
Ricardo A.Frydman
Administrador Senior de Sistemas Unix
http://unix-argentina.blogspot.com/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: compilar .tar

2008-06-23 Por tema Victor H De la Luz
2008/6/23 Reiniel Gonzalez Martinez [EMAIL PROTECTED]:
 cuando ejecute ./configure me mostro
 Reiniel:/home/reiniel/Desktop/Mis_Cosas# ./configure
 bash: ./configure: No existe el fichero o el directorio
 Reiniel:/home/reiniel/Desktop/Mis_Cosas#


 -Original Message-
 From: Victor H De la Luz [mailto:[EMAIL PROTECTED]
 Sent: Tue 24/06/2008 4:02
 To: Reiniel Gonzalez Martinez
 Cc: Lista. Debian
 Subject: Re: compilar .tar

 2008/6/23 Reiniel Gonzalez Martinez [EMAIL PROTECTED]:

 He leido que para compilar un paquete tengo que hacer
 esto,
 cd /home/paquete.tar.bz2
 ./configure
 make
 make install


 Pero eso no me funciona(dentro de mis cosas hay un .tar.bz2 y no puedo 
 compilarlo)
 que me estara faltando
 Reiniel:/home/reiniel# cd /home/reiniel/Desktop/Mis_Cosas/
 Reiniel:/home/reiniel/Desktop/Mis_Cosas# ./configure
 bash: ./configure: No existe el fichero o el directorio
 Reiniel:/home/reiniel/Desktop/Mis_Cosas#
 Reiniel:/home/reiniel/Desktop/Mis_Cosas#


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



 Primero necesitas descomprimirlo luego destararearlo y finalmente
 compilarlo, te hace falta:

  cd /home/
 bunzip2 paquete.tar.bz2
 tar xvf paquete.tar
 ./configure
  make
  make install

 si cuando le hagas bunzip2 te sale un error es porque no lo tienes
 instalado, con el aptitude baja el paquete bzip2, como root:

 aptitude install bzip2

 ciao.

 --
 Atte

 ItZtLi

 ¤º°°º¤ø,¸¸,ø¤º°°º¤ø,¸¸,ø¤º°`°º¤ø,¸
  Nahui Tonalli Icniuhtli.
 ¤º°°º¤ø,¸¸,ø¤º°°º¤ø,¸¸,ø¤º°`°º¤ø,¸


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Manda lo que te salio cuando pusiste
bunzip2 paquete.tar.bz2




-- 
Atte

ItZtLi

¤º°°º¤ø,¸¸,ø¤º°°º¤ø,¸¸,ø¤º°`°º¤ø,¸
 Nahui Tonalli Icniuhtli.
¤º°°º¤ø,¸¸,ø¤º°°º¤ø,¸¸,ø¤º°`°º¤ø,¸


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: compilar .tar

2008-06-23 Por tema Moises Brenes
2008/6/23 Reiniel Gonzalez Martinez [EMAIL PROTECTED]:
 firefox 3.0 qeu me baje de internet

Entonces no tienes porque compilarlo, porque lo que viene alli es el binario.

Solo descomprimelo como te dijeron, accedes al directorio creado y lo corres:

$ cd firefox
$ ./firefox

O tambien pueden bajar el paquete para Debian:
http://log.damog.net/2008/06/firefox-3-for-debian-lenny.html



-- 
シャカ
mbrenes.blogspot.com | sibu.homelinux.org
debian gnu/linux

Para que no se me olvide http://wiki.debian.org/Normas_Lista_Gmail


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: compilar .tar

2008-06-23 Por tema Moises Brenes
2008/6/23 Moises Brenes [EMAIL PROTECTED]:
 O tambien pueden bajar el paquete para Debian:
 http://log.damog.net/2008/06/firefox-3-for-debian-lenny.html


Pasos:
(como root)

echo  deb http://debian.axiombox.com/ testing main
/etc/apt/sources.list; apt-get update; apt-get install iceweasel


-- 
シャカ
mbrenes.blogspot.com | sibu.homelinux.org
debian gnu/linux

Para que no se me olvide http://wiki.debian.org/Normas_Lista_Gmail


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: compilar .tar

2008-06-23 Por tema Maximiliano Marin Bustos
2008/6/23 Moises Brenes [EMAIL PROTECTED]:
 2008/6/23 Moises Brenes [EMAIL PROTECTED]:
 O tambien pueden bajar el paquete para Debian:
 http://log.damog.net/2008/06/firefox-3-for-debian-lenny.html


 Pasos:
 (como root)

 echo  deb http://debian.axiombox.com/ testing main
 /etc/apt/sources.list; apt-get update; apt-get install iceweasel


 --
 シャカ
 mbrenes.blogspot.com | sibu.homelinux.org
 debian gnu/linux

 Para que no se me olvide http://wiki.debian.org/Normas_Lista_Gmail


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Yo estoy usando iceweasel 3 rc2 desde los repos de sid y anda excelente.

-- 
Atte,
Maximiliano Marin
 http://maximilinux.wordpress.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]