|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
installing missing octave toolboxI have installed octave3.0, but it seems some toolboxes are missing.
How can I install them under linux? Thanks, _______________________________________________ Help-octave mailing list Help-octave@... https://www.cae.wisc.edu/mailman/listinfo/help-octave |
|
|
Re: installing missing octave toolboxAm Dienstag, den 06.05.2008, 16:37 -0400 schrieb Xiaofei Song:
> I have installed octave3.0, but it seems some toolboxes are missing. > How can I install them under linux? have you installed Octave via your packages repository? If yes, you should use the same repository for addons. else, go to http://octave.sourceforge.net/ and have a look @ the big orange box: Installing packages You can find the list of packages by clicking on the Packages link at the top. To install a package, download the package file, and install it from the Octave prompt by typing pkg install package_file_name.tar.gz where package_file_name.tar.gz is the name of the file you downloaded. > > Thanks, > _______________________________________________ > Help-octave mailing list > Help-octave@... > https://www.cae.wisc.edu/mailman/listinfo/help-octave > -- Thomas Ilnseher <ilnseher@...> -- Thomas Ilnseher <illth@...> _______________________________________________ Help-octave mailing list Help-octave@... https://www.cae.wisc.edu/mailman/listinfo/help-octave |
|
|
Re: installing missing octave toolboxThanks. But I still got the following messages.
octave:32> pkg install communications-1.0.6.tar.gz error: the following dependencies where unsatisfied: communications needs signal >= 1.0.0 On Tue, May 6, 2008 at 5:19 PM, Thomas Ilnseher <illth@...> wrote: > Am Dienstag, den 06.05.2008, 16:37 -0400 schrieb Xiaofei Song: > > > I have installed octave3.0, but it seems some toolboxes are missing. > > How can I install them under linux? > have you installed Octave via your packages repository? > > If yes, you should use the same repository for addons. > else, go to http://octave.sourceforge.net/ and have a look @ the big > orange box: > > Installing packages > You can find the list of packages by clicking on the Packages link at > the top. To install a package, download the package file, and install it > from the Octave prompt by typing > > pkg install package_file_name.tar.gz > > where package_file_name.tar.gz is the name of the file you downloaded. > > > > > > > > > Thanks, > > _______________________________________________ > > Help-octave mailing list > > Help-octave@... > > https://www.cae.wisc.edu/mailman/listinfo/help-octave > > > -- > Thomas Ilnseher <ilnseher@...> > -- > Thomas Ilnseher <illth@...> > > Help-octave mailing list Help-octave@... https://www.cae.wisc.edu/mailman/listinfo/help-octave |
|
|
Re: installing missing octave toolboxSorry. I think I figured out I have to install signal package first.
On Tue, May 6, 2008 at 5:39 PM, Xiaofei Song <songxiaofei@...> wrote: > Thanks. But I still got the following messages. > > > octave:32> pkg install communications-1.0.6.tar.gz > error: the following dependencies where unsatisfied: > communications needs signal >= 1.0.0 > > > > > On Tue, May 6, 2008 at 5:19 PM, Thomas Ilnseher <illth@...> wrote: > > Am Dienstag, den 06.05.2008, 16:37 -0400 schrieb Xiaofei Song: > > > > > I have installed octave3.0, but it seems some toolboxes are missing. > > > How can I install them under linux? > > have you installed Octave via your packages repository? > > > > If yes, you should use the same repository for addons. > > else, go to http://octave.sourceforge.net/ and have a look @ the big > > orange box: > > > > Installing packages > > You can find the list of packages by clicking on the Packages link at > > the top. To install a package, download the package file, and install it > > from the Octave prompt by typing > > > > pkg install package_file_name.tar.gz > > > > where package_file_name.tar.gz is the name of the file you downloaded. > > > > > > > > > > > > > > > > Thanks, > > > _______________________________________________ > > > Help-octave mailing list > > > Help-octave@... > > > https://www.cae.wisc.edu/mailman/listinfo/help-octave > > > > > -- > > Thomas Ilnseher <ilnseher@...> > > -- > > Thomas Ilnseher <illth@...> > > > > > Help-octave mailing list Help-octave@... https://www.cae.wisc.edu/mailman/listinfo/help-octave |
|
|
Re: installing missing octave toolboxHello
--- Xiaofei Song <songxiaofei@...> wrote: > I have installed octave3.0, but it seems some toolboxes are missing. Octave 3.0.0 or 3.0.1? What are missing? Octave-forge pacakges? > How can I install them under linux? If the Octave-forge pacakges, there are no differeces between platforms. Please see the octave manual http://www.gnu.org/software/octave/doc/interpreter/ 38 Packages 38.1 Installing and Removing Packages 38.2 Using Packages Octave-forge pacakges are placed at http://octave.sourceforge.net/ BTW: Your question are too general to answer. Please write what is really needed in more detail. http://www.gnu.org/software/octave/bugs.html Here is Bugs report guideline but some items are the cases for the help. Please read carefully. Regards Tatsuro -------------------------------------- GANBARE! NIPPON! Win your ticket to Olympic Games 2008. http://pr.mail.yahoo.co.jp/ganbare-nippon/ _______________________________________________ Help-octave mailing list Help-octave@... https://www.cae.wisc.edu/mailman/listinfo/help-octave |
|
|
Re: installing missing octave toolboxHello
My previous mail is out of date. What you have to do is to install the signal package before the communication package. Some packages depend on some other packages. In that case, install dependent package first. Regards Tatsuro --- Xiaofei Song <songxiaofei@...> wrote: > Thanks. But I still got the following messages. > > > octave:32> pkg install communications-1.0.6.tar.gz > error: the following dependencies where unsatisfied: > communications needs signal >= 1.0.0 > > > On Tue, May 6, 2008 at 5:19 PM, Thomas Ilnseher <illth@...> wrote: > > Am Dienstag, den 06.05.2008, 16:37 -0400 schrieb Xiaofei Song: > > > > > I have installed octave3.0, but it seems some toolboxes are missing. > > > How can I install them under linux? > > have you installed Octave via your packages repository? > > > > If yes, you should use the same repository for addons. > > else, go to http://octave.sourceforge.net/ and have a look @ the big > > orange box: > > > > Installing packages > > You can find the list of packages by clicking on the Packages link at > > the top. To install a package, download the package file, and install it > > from the Octave prompt by typing > > > > pkg install package_file_name.tar.gz > > > > where package_file_name.tar.gz is the name of the file you downloaded. > > > > > > > > > > > > > > > > Thanks, > > > _______________________________________________ > > > Help-octave mailing list > > > Help-octave@... > > > https://www.cae.wisc.edu/mailman/listinfo/help-octave > > > > > -- > > Thomas Ilnseher <ilnseher@...> > > -- > > Thomas Ilnseher <illth@...> > > > > > _______________________________________________ > Help-octave mailing list > Help-octave@... > https://www.cae.wisc.edu/mailman/listinfo/help-octave > -------------------------------------- GANBARE! NIPPON! Win your ticket to Olympic Games 2008. http://pr.mail.yahoo.co.jp/ganbare-nippon/ _______________________________________________ Help-octave mailing list Help-octave@... https://www.cae.wisc.edu/mailman/listinfo/help-octave |
| Free Forum Powered by Nabble | Forum Help |