Utility unrar is not in your path

Ask a Question related to Ubuntu, Design and Development.

  1. #1

    Default Utility unrar is not in your path

    This is the error message I get when I try to unrar a file with Ark.
    I've gone into Synaptic and installed the free unrar utility, but I
    still get the error. How exactly do I get unrar into my path? I don't
    even know what my path is, except in a metaphysical sense, and I doubt
    that's what this OS is talking about.

    Ian
    --
    [url]http://sundry.ws/[/url]
    Ian Rastall Guest

  2. Similar Questions and Discussions

    1. #25444 [Bgs->Opn]: php4isapi.dll path to win.ini doesn't load from current path.
      ID: 25444 User updated by: ict at primus dot ca Reported By: ict at primus dot ca -Status: Bogus +Status: ...
    2. #25444 [Opn->Bgs]: php4isapi.dll path to win.ini doesn't load from current path.
      ID: 25444 Updated by: sniper@php.net Reported By: ict at primus dot ca -Status: Open +Status: Bogus...
    3. #25444 [NEW]: php4isapi.dll path to win.ini doesn't load from current path.
      From: ict at primus dot ca Operating system: W2K PHP version: 4.3.3 PHP Bug Type: *Configuration Issues Bug description: ...
    4. load path as a selection button on the path palette
      What button is that and where is the path palette? I am using the pen tool.
    5. OSX: translate path with slashes to path with colons and volume name
      Hi all, I need to convert a UNIX-path to a Mac OS X path. For example: /Applications/Chess.app matches Macintosh HD:Applications:Chess.app ...
  3. #2

    Default Re: Utility unrar is not in your path

    On Fri, 14 Apr 2006 03:35:31 +0000, Ian Rastall wrote:
    > This is the error message I get when I try to unrar a file with Ark.
    > I've gone into Synaptic and installed the free unrar utility, but I
    > still get the error. How exactly do I get unrar into my path? I don't
    > even know what my path is, except in a metaphysical sense, and I doubt
    > that's what this OS is talking about.
    >
    > Ian
    >
    Got this off of [url]http://easylinux.info/wiki/Ubuntu[/url] which is a great Ubuntu
    resource.

    sudo apt-get install rar
    sudo ln -fs /usr/bin/rar /usr/bin/unrar

    Looks like you have to create a link to rar or else unrar does nothing.

    --
    Chuck

    Chuck Guest

  4. #3

    Default Re: Utility unrar is not in your path

    Ian Rastall <idrastall@gmail.com> wrote:
    > This is the error message I get when I try to unrar a file with
    > Ark. I've gone into Synaptic and installed the free unrar utility, but
    > I still get the error. How exactly do I get unrar into my path? I
    The binary is called unrar-free
    To get a unrar-Binary either install unrar-nonfree or make a symlink:
    sudo ln -s /usr/bin/unrar-nonfree /usr/bin/unrar


    dpkg -L <package> shows you the files in package <package>. This is often
    useful if you don't know how a program is called



    Florian
    --
    Emacs hat den weiten Weg von "krank, nur krank" bis "komisch" hinter sich.
    [David Kastrup in <853bgop2tc.fsf@lola.goethe.zz>]
    Florian Diesch Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139