Ask a Question related to Ubuntu, Design and Development.
-
Ian Rastall #1
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
-
#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: ... -
#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... -
#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: ... -
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. -
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 ... -
Chuck #2
Re: Utility unrar is not in your path
On Fri, 14 Apr 2006 03:35:31 +0000, Ian Rastall wrote:
Got this off of [url]http://easylinux.info/wiki/Ubuntu[/url] which is a great Ubuntu> 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
>
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
-
Florian Diesch #3
Re: Utility unrar is not in your path
Ian Rastall <idrastall@gmail.com> wrote:
The binary is called unrar-free> 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
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



Reply With Quote

