Ark & PATH configuartion

Discussion in 'Installation/Configuration' started by Genin, Nov 22, 2006.

  1. Genin

    Genin New Member

    Greetings,

    When trying to install a .deb pacakage from my kubuntu desktop,
    Ark starts and then it throws up a requester saying:

    Error - Ark
    The utility is not in Your PATH
    Please install it or contact Your systems administrator

    I figured it maybe should have something to do with my .bashprofile
    in my /home/ and I did found a line saying:

    # set PATH so it includes user's private bin if it exists
    if [ -d ~/bin ] ; then
    PATH=~/bin:"${PATH}"
    fi

    But I don't know if it is here Ark is missing in PATH?

    Greatful for any help.

    Best Regards, Genin
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Where is ark currently installed (full path)? What's the output of
    Code:
    echo $PATH
    ?
     

Share This Page