Instalaçao de pacotes .tar.gz e .tar.bz2

1. Instalaçao de pacotes .tar.gz e .tar.bz2

Diego
mrfrooz

(usa Mandriva)

Enviado em 01/02/2010 - 23:30h

Meu problema é simples, baixei programas no formato .tar.gz, e no formato .tar.bz2, porem naum estou conseguindo instala-los, como faço isso?


  


2. Re: Instalaçao de pacotes .tar.gz e .tar.bz2

Perfil removido
removido

(usa Nenhuma)

Enviado em 01/02/2010 - 23:44h

extraia os arquivos e pelo terminal entre na pasta criada.
por exemplo seu arquivo está no desktop, ai vc abre o termina e digita:
cd Desktop
tar xvf [nome completo do arquivo]
cd [nome da pasta gerada]
./configure
[aqui passa muitas letras onde verifica as dependencias]

make
[aqui acontece a copilação]

make install
[aqui instala o programa]

para isso vc tem que ter os copiladores instalados, faça o que eu disse e poste o que acontece.


3. resposta

Diego
mrfrooz

(usa Mandriva)

Enviado em 01/02/2010 - 23:51h

bem eu fiz tudo mais quando chegou no # make, apareçeu assim:
make: *** Nenhum alvo indicado e nenhum arquivo make encontrado. Pare.

Fiz algo de errado?=/


4. Re: Instalaçao de pacotes .tar.gz e .tar.bz2

Lucas
tuxsp

(usa Debian)

Enviado em 02/02/2010 - 00:00h

Diego, talvez baste descompactar que o aplicativo já esteja disponivel para uso:

./<aplicativo.sh>

De qualquer modo, poste quais são esses aplicativos que pretende utilizar, o nome dos pacotes "aplicativo.tar.gz" para que possamos entender melhor do que se trata.

De qualquer modo, dentro do pacote descompactado, execute o comando "ls" para que possamos saber do que se trata.


5. Re: Instalaçao de pacotes .tar.gz e .tar.bz2

Diego
mrfrooz

(usa Mandriva)

Enviado em 02/02/2010 - 00:29h

Estou tentando instalar dois aplicativos:
1- O wine , que está em formato .tar.bz2
2- e o rarlinux(versão do descompactador winrar p/ linux), este esta em .tar.gz.
Tem alguma particularidade na instalação deles?


6. Re: Instalaçao de pacotes .tar.gz e .tar.bz2

Perfil removido
removido

(usa Nenhuma)

Enviado em 02/02/2010 - 00:35h

poste o que deu no ./configure


7. resultado do ./configure

Diego
mrfrooz

(usa Mandriva)

Enviado em 02/02/2010 - 00:43h

[root@sim+ wine-1.1.37]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 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 for cpp... cpp
checking for the directory containing the Wine tools... $(TOPOBJDIR)
checking for flex... no
configure: error: no suitable flex found. Please install the 'flex' package.



8. Re: Instalaçao de pacotes .tar.gz e .tar.bz2

Perfil removido
removido

(usa Nenhuma)

Enviado em 02/02/2010 - 00:50h

ta faltando o flex, vc tera que baixá-lo e instalá-lo
nesse site aqui http://www.sfr-fresh.com/cgi-bin/warex?unix/misc/flex-2.5.35.tar.bz2
baixa e extraia do mesmo modo e copile ele também


9. tentei instalar o flex

Diego
mrfrooz

(usa Mandriva)

Enviado em 02/02/2010 - 01:13h

segui todos os passos indicados nas primeiras respostas, so que quando digitei ./configure , apareçeu o seguinte:
[root@sim+ flex-2.5.35]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for style of include used by make... GNU
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 ANSI C... none needed
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for bison... no
checking for byacc... no
checking for flex... no
checking for lex... no
checking for yywrap in -lfl... no
checking for yywrap in -ll... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
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... 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 ln -s works... yes
checking for ranlib... ranlib
checking for gawk... (cached) gawk
checking for a BSD-compatible install... /usr/bin/install -c
checking for bison... bison
checking for help2man... help2man
checking for gm4... no
checking for gnum4... no
checking for m4... no
checking for GNU m4... no
configure: error: GNU M4 1.4 is required
[root@sim+ flex-2.5.35]# make
make: *** Nenhum alvo indicado e nenhum arquivo make encontrado. Pare.
[root@sim+ flex-2.5.35]# make install
make: *** Sem regra para processar o alvo `install'. Pare.
[root@sim+ flex-2.5.35]#
nem ele instalou...=/


10. Re: Instalaçao de pacotes .tar.gz e .tar.bz2

Perfil removido
removido

(usa Nenhuma)

Enviado em 02/02/2010 - 02:09h

cara, vc usa mandriva

ele tem muitos pacotes, eu tentaria instalar em pacotes rpm

mas msm assim, normalmente os pacotes tar.gz e tar.bz2 sao pacotes com codigo fonte

ai vc teria que compilar e instalar

compilando pode aparecer muitos erro, na maioria das vezes eh por falta de suas dependencias

agr pelo urpmi do mandriva, ele ja encontra tudo e ja instala sem compilação e complicação =)






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts