Installer nodezilla

spray Messages postés 23 Statut Membre -  
saga9 Messages postés 5912 Date d'inscription   Statut Contributeur Dernière intervention   -
Bonjour

J'essaie sans succès d'installer Nodezilla. C'est un fichier .tgz.
Sur le site nodezilla, il est indiqué :

" Once you have downloaded the installation archive of the Network Agent, untar it in your favorite directory:

tar -xvzf nzagent-0.2.8-chico-install.tgz
cd nodezilla

Une fois dans le répertoire d'installation, je le connecte en root et je tape
tar -xvzf nzagent-0.2.8-chico-install.tgz

et j'obtiens ce massage d'erreur:

[root@localhost nodezilla]# tar -xvzf nzagent-0.2.8-chico-install.tgz
tar: nzagent-0.2.8-chico-install.tgz: ne peut open: No such file or directory
tar: Erreur non récupérable: fin de l'exécution immédiate
tar: Child returned status 2
tar: Statut d'erreur reporté d'erreurs précédentes.
[root@localhost nodezilla]#
[root@localhost nodezilla]#

merci pour votre aide
Configuration: Mandriva 10.1 Official

3 réponses

  1. saga9 Messages postés 5912 Date d'inscription   Statut Contributeur Dernière intervention   876
     
    pour pouvoir le detarré, il faut d'abord aller dans le dossier ou il se trouve.
    Commande utile:
    -"pwd" pour savoir ou tu te trouves.
    -"cd repertoire" pour aller dans le repertoire repertoire.

    tu peux taper en considérant que ton *.tar se trouve /home/monhome/nodezilla dans :
    cd /home/monhome/nodezilla
    tu te retrouves donc tu l'auras compris :/home/monhome/nodezilla
    d'aillerus un "pwd" te donne:
    /home/monhome/nodezilla
    ensuite tu détarres
    0
  2. spray
     
    detarrer c'est avec la commande "tar -xvzf ...." ?
    0
  3. saga9 Messages postés 5912 Date d'inscription   Statut Contributeur Dernière intervention   876
     
    detarrer c'est avec la commande "tar -xvzf ...." ?

    je dirai oui vu que c'est ecrit sur le site
    0