On Wed, Apr 29, 2020 at 1:58 AM Antonius Ronald W.D <
address@hidden> wrote:
Hi i already download the rar and now what should i do after i extract the
files ?
--
Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
Hi Antonius,
First, please replay at the bottom of the email so that it is easier to follow the conversation for others.
Are you talking about the rar file containing the image package? If so, you can install it directly (without downloading it from the octaveforge site), by doing:
>> pkg install pathname_of_your_file.tar.gz
instead of the pkg install -forge image command that I had said earlier. Further info about the pkg command can be found by typing
>> help pkg
James Sherman Jr.