Results 1 to 5 of 5

Thread: how to install gerix

  1. #1
    Join Date
    Jan 2013
    Beans
    2

    how to install gerix

    i downloaded a zip from tiger security with gerix.extracted it but dont know how to install it.help please im a noob here.the folder is on my desktop.

  2. #2
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

  3. #3
    Join Date
    Jan 2013
    Beans
    2

    Re: how to install gerix

    Quote Originally Posted by slickymaster View Post


    i already checked that.im getting an error that system needs qt3-python installed.i downloaded the tar.gz python qt3 ,extracted but dont know how to install it.its on my desktop.
    Last edited by valleron2009; January 31st, 2013 at 04:37 PM. Reason: false

  4. #4
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: how to install gerix

    You must be aware that it's not advisable to download and install applications from internet files.
    Most applications for Ubuntu are available through the Software Center or using a package manager like aptitude or synaptic to download and install packages. Installing from the Software Center is much more secure, much easier, and will allow the app to get updates from Ubuntu.

    That said, regarding what you ask the answer is that you cannot install a .tar.gz because these files are gzip-compressed tarballs.
    What you can do is to open a terminal window and navigate to the folder where you have your .tar.gz file and extract it by running the following commands:
    Code:
    tar xvzf PACKAGENAME.tar.gz
    Then:
    Code:
    ./configure
    make
    make install

  5. #5
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: how to install gerix

    Thread closed. We do not support wifi cracking here: "Material that suggests illegal activity or contains illegal content is also forbidden."

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
  •