Results 1 to 4 of 4

Thread: .tar.gz extraction and installation

  1. #1
    Join Date
    Jul 2010
    Beans
    2

    .tar.gz extraction and installation

    Ok so... just downloaded unbuntu today so excuse my noobness. I am trying to install John the ripper and i download the file and extract it but cant run it i know you have to type some fancy code into the terminal which i tried tar xzvf john-1.7.6.tar.gz and got
    tar: john-1.7.6.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Exiting with failure status due to previous errors
    i also tried similar prefixes the website said to use to try and extract it and get the same message every time. also if someone would be so kind as to help me determine what exactly to put into /whereprogramis/program sorta thing... thanks

  2. #2
    Join Date
    Oct 2007
    Location
    Australia
    Beans
    1,715
    Distro
    Ubuntu Development Release

    Re: .tar.gz extraction and installation

    Double click on the file and Archive Manager will open, click extract and it will extract to the folder it is currently in. Once extracted open it and look for a file called readme or install and follow the instructions.

    EDIT: I didn't know the program was in the repos sorry. It is always best to stick to the repo versions when you are just learning.
    Last edited by k3lt01; July 6th, 2010 at 06:33 AM.
    Ubuntu User 23142 | Wiki | Laptop | HowTo:Create a background slideshow and Screensaver | Reconditioning pre-loved PCs and installing Ubuntu to give away to good homes.

  3. #3
    Join Date
    Sep 2008
    Location
    Ohio
    Beans
    963
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: .tar.gz extraction and installation

    The program to which you refer is available in the Ubuntu repositories. To install, click here or install using Ubuntu Software Center or Synaptic Package Manager. The package's name is "john".

  4. #4
    Join Date
    Feb 2007
    Location
    Romania
    Beans
    Hidden!

    Re: .tar.gz extraction and installation

    Hi and welcome to the forums and Ubuntu!

    John the Ripper is in the repositories. You can install it via Software Center, Synaptic Package Manager (System -> Administration) or the terminal:
    Code:
    sudo apt-get install john
    Or click this apt-url link: john.


    http://psychocats.net/ubuntu/installingsoftware
    community/InstallingSoftware

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •