octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with the installation of odepkg-0.8.5 on octave 4.0.0


From: address@hidden
Subject: Re: Problem with the installation of odepkg-0.8.5 on octave 4.0.0
Date: Mon, 11 Apr 2016 06:00:45 +0900 (JST)

--- ma.menouer
> Dear all,
> I installed odepkg-0.8.5 in Octave-4.0.0 via
> pkg install odepkg-0.8.5.tar.gz.
> At the end it shows a warning message :
> 
> /warning: doc_cache_create: unusable help text found in file 'dldsolver'
> For information about changes from previous versions of the odepkg package,
> run 'news odepkg'./
> 
> when i type pkg list i have :
> 
> /Package Name  | Version | Installation directory
> --------------+---------+-----------------------
>       odepkg  |   0.8.5 | /home/amine/octave/odepkg-0.8.5/
> 
> but typing /help odepkg-0.8.5/ doesn't function, i can't use any function
> from this package.
> I tried to uninstal it by : /pkg uninstall odepkg-0.8.5/, i recieved this
> messsage :
> 
> /warning: some of the packages you want to uninstall are not installed
> warning: called from
>     uninstall at line 65 column 7
>     pkg at line 416 column 7
> warning: no packages will be uninstalled/
> ????!!!!
> thank you all.
> 


Try
>> pkg load odepkg

The above command makes the package to be loaded.

If you would like to load automatically, try

>> pkg rebuild -auto odepkg

and restart octave.

Tatsuro




reply via email to

[Prev in Thread] Current Thread [Next in Thread]