Results 1 to 2 of 2

Thread: Installing applications

  1. #1
    Join Date
    Jul 2003
    Location
    Sydney, Australia
    Posts
    5,662

    Installing applications

    OK so I managed to d/l RSAttak576 for Linux. The client has a name like client-filename.tar.gz
    I ran gzip on it and got a filename that is client-filename.tar
    Now how do I install it? I tried ./client-filename.tar but that didn't work. I get bash blahblah: permission denied.

  2. #2
    Join Date
    Sep 2003
    Location
    Oklahoma
    Posts
    11
    With a filename.tar you have to do:

    tar -xvf filename.tar

    that should give you a directory like

    filename/

    change directory into that directory and there should be a README
    file or a INSTALL file to show you how to install the app.

    As a side note instead of doing gzip -d filename.tar.gz you could do this:

    tar -xzvf filename.tar.gz


    This will uncompress the file and un-tar it all in one command


    HTH

    c17simtech
    AMD AthlonXP 2400+
    MSI KM2M-L Combo Mainboard
    512mb Crucial pc2100 DDR
    60gb WD 7200rpm
    Nvida GeForce 2 MX200
    Fedora Core 1

Posting Permissions

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