estoy probando el linux en una maquina virtual y es un poco complicado todo este mundillo, quiero saber instalar porgramas, estoy intentando instalar anjuta(un IDE de porgramacion) y no hay manera, en el readme pone noseque de un tarball que es?
Primero de todo necesitamos saber que distribución estas usando y si tienes internet configurado en la maquina virtual. Si tienes internet haz uso de los repositorios para instalar las aplicaciones
las extenciones .tar.gz es como se agrupa y comprime un archivo, el .tar es para agrupar y el .gz es para comprimir el archivo, descomprimelos y di que extencion tiene, saludos.
PD: si estoy equivocado en lo de los formatos .tar.gz decidme, no suelo usar muchos esos formatos, saludos.
es un tipo de archiuvo comprimido, lo descomprimo y me sale una carpeta con las cosas de programa y un readme que dice que ejecute el comando ./configure en terminal dentro de la carpeta correcta, per me da error, mirad:
j4815locke162342@Lost:~/Escritorio/anjuta-2.26.0.0$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for g++... no checking for c++... no checking for gpp... no checking for aCC... no checking for CC... no checking for cxx... no checking for cc++... no checking for cl.exe... no checking for FCC... no checking for KCC... no checking for RCC... no checking for xlC_r... no checking for xlC... no checking whether we are using the GNU C++ compiler... no checking whether g++ accepts -g... no checking dependency style of g++... none checking whether gcc understands -Wno-sign-compare... no checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith checking what language compliance flags to pass to the C compiler... checking what warning flags to pass to the C++ compiler... checking what language compliance flags to pass to the C++ compiler... checking for library containing strerror... no checking how to run the C++ preprocessor... /lib/cpp configure: error: C++ preprocessor "/lib/cpp" fails sanity check See `config.log' for more details. ----------------------------
checking for g++... no checking for c++... no checking for gpp... no checking for aCC... no checking for CC... no checking for cxx... no checking for cc++... no checking for cl.exe... no checking for FCC... no checking for KCC... no checking for RCC... no checking for xlC_r... no checking for xlC... no
......
Te faltan las herramientas de compilación. De todas formas me he puesto en un Ubuntu 8.10 y sí que tiene anjunta:
$ aptitude search anjuta
i anjuta - A GNOME development IDE, for C/C++
i anjuta-common - A GNOME development IDE, for C/C++ - data files
p anjuta-dbg - A GNOME development IDE, for C/C++ - debug files
p anjuta-dev - A GNOME development IDE, for C/C++ - development files
He intentado compilar el paquete para subirlo en el Ubuntu ese, pero me daba error una dependencia que también tenia que compilar, así que como no tengo tiempo para estar buscando errores, te he convertido el anjunta de SUSE a formato Ubuntu. Te lo he puesto en rapidshare: Descargar anjuta_2.26.1.0-2_i386.deb.
Eso sí, puede que te problemas al instalarse o que no se instale del todo bien, no lo he probado.
PD: Vuelve a mirar porque si en este Ubuntu está, en el tuyo también. teclea "aptitude search anjuta"
parece mentira resulta que en el Synaptic si que estaba el anjuta, lo encontre buscando c++ pero cuando puse anjuta no me salió, que raro, pero en fin ya lo he conseguido
Distro y Repositorios
Primero de todo necesitamos saber que distribución estas usando y si tienes internet configurado en la maquina virtual. Si tienes internet haz uso de los repositorios para instalar las aplicaciones
EVO PSP = 2.01 > 2.60 > 1.5 > 3.02OE-A > 3.02OE-B > 3.03OE-A > 3.03OE-A' > 3.03OE-B > 3.03OE-C > 3.10OE-A > 3.10OE-A' > 3.52M33 > 3.52M33-2 > 3.52M33-3 > 3.52M33-4 > 3.71M33 > 3.71M33-3 > 3.7
Ubuntu
Y sí tengo internet, como uso los repositorios
Sistema -> Administración
Sistema -> Administración -> Gestor de paquetes Synaptic.
Luego es solo buscar el nombre del paquete, e instalar.
Si te aburres, con Synaptic puedes ir mirando los diferentes paquetes que hay en Ubuntu clasificados por temática por si te interesa instalar alguno.
LuaDiE: Crea en Lua sin teclear código. Compatible HM7, HMv2, LuaPlayer, LuaDEV y PGE.
no he visto lo que buscaba
tengo descargado el anjuta pero no esta en .deb esta en .tar.gz, hay que instalarlo desde el terminal pero no me sale ¿Como se hace?
Ubuntu no trae adjunta?????
Ubuntu no trae anjunta?????
extencion
las extenciones .tar.gz es como se agrupa y comprime un archivo, el .tar es para agrupar y el .gz es para comprimir el archivo, descomprimelos y di que extencion tiene, saludos.
PD: si estoy equivocado en lo de los formatos .tar.gz decidme, no suelo usar muchos esos formatos, saludos.
no funciona asi, creo
es un tipo de archiuvo comprimido, lo descomprimo y me sale una carpeta con las cosas de programa y un readme que dice que ejecute el comando ./configure en terminal dentro de la carpeta correcta, per me da error, mirad:
------------------------------------------------------------------------------------------
j4815locke162342@Lost:~/Escritorio/anjuta-2.26.0.0$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking whether gcc understands -Wno-sign-compare... no
checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith
checking what language compliance flags to pass to the C compiler...
checking what warning flags to pass to the C++ compiler...
checking what language compliance flags to pass to the C++ compiler...
checking for library containing strerror... no
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
----------------------------
que es lo que falla
checking for g++...
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
......
Te faltan las herramientas de compilación. De todas formas me he puesto en un Ubuntu 8.10 y sí que tiene anjunta:
He intentado compilar el paquete para subirlo en el Ubuntu ese, pero me daba error una dependencia que también tenia que compilar, así que como no tengo tiempo para estar buscando errores, te he convertido el anjunta de SUSE a formato Ubuntu. Te lo he puesto en rapidshare: Descargar anjuta_2.26.1.0-2_i386.deb.
Eso sí, puede que te problemas al instalarse o que no se instale del todo bien, no lo he probado.
PD: Vuelve a mirar porque si en este Ubuntu está, en el tuyo también. teclea "aptitude search anjuta"
LuaDiE: Crea en Lua sin teclear código. Compatible HM7, HMv2, LuaPlayer, LuaDEV y PGE.
al fin lo consegui
parece mentira resulta que en el Synaptic si que estaba el anjuta, lo encontre buscando c++ pero cuando puse anjuta no me salió, que raro, pero en fin ya lo he conseguido