<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://andromeda.df.lu.lv/wiki/index.php?action=history&amp;feed=atom&amp;title=Octave_setup</id>
	<title>Octave setup - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://andromeda.df.lu.lv/wiki/index.php?action=history&amp;feed=atom&amp;title=Octave_setup"/>
	<link rel="alternate" type="text/html" href="http://andromeda.df.lu.lv/wiki/index.php?title=Octave_setup&amp;action=history"/>
	<updated>2026-04-07T19:10:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>http://andromeda.df.lu.lv/wiki/index.php?title=Octave_setup&amp;diff=70&amp;oldid=prev</id>
		<title>Leo: New page: A few notes regarding octave on Ubuntu.  I installed basic Octave-3.0.0 package and wanted to install additional packages, but run into problems. Here is the right way to do this:  * Insta...</title>
		<link rel="alternate" type="text/html" href="http://andromeda.df.lu.lv/wiki/index.php?title=Octave_setup&amp;diff=70&amp;oldid=prev"/>
		<updated>2008-05-15T19:04:19Z</updated>

		<summary type="html">&lt;p&gt;New page: A few notes regarding octave on Ubuntu.  I installed basic Octave-3.0.0 package and wanted to install additional packages, but run into problems. Here is the right way to do this:  * Insta...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A few notes regarding octave on Ubuntu.&lt;br /&gt;
&lt;br /&gt;
I installed basic Octave-3.0.0 package and wanted to install additional packages, but run into problems. Here is the right way to do this:&lt;br /&gt;
&lt;br /&gt;
* Install Octave&lt;br /&gt;
&lt;br /&gt;
  sudo apt-get install octave3.0&lt;br /&gt;
&lt;br /&gt;
* optionally check which octave. In my case the old version was removed leaving behind dead link from /usr/bin/octave to /etc/alternatives... I recreated the link to the latest version.&lt;br /&gt;
&lt;br /&gt;
* Install the development package octave-headers - you will need this to install additional packages&lt;br /&gt;
&lt;br /&gt;
  sudo apt-get install octave3.0-headers&lt;br /&gt;
&lt;br /&gt;
* Download the desired packages from sourceforge:&lt;br /&gt;
&lt;br /&gt;
  http://octave.sourceforge.net/packages.html&lt;br /&gt;
&lt;br /&gt;
* Install (do not unzip) the octave packages from octave. Note, if you want to install them globally for all users, you need to start the octave as root:&lt;br /&gt;
&lt;br /&gt;
  sudo octave&lt;br /&gt;
  ...&lt;br /&gt;
  octave:1&amp;gt;  pkg install /home/me/Desktop/image-1.0.6.tar.gz&lt;br /&gt;
  ...&lt;br /&gt;
  &lt;br /&gt;
* optionally check the packages from ortave with &lt;br /&gt;
&lt;br /&gt;
  pkg list&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
If you want to uninstall package, consult help or just do it:&lt;br /&gt;
&lt;br /&gt;
  help pkg&lt;br /&gt;
  pkg uninstall image&lt;br /&gt;
&lt;br /&gt;
Good luck.&lt;/div&gt;</summary>
		<author><name>Leo</name></author>
		
	</entry>
</feed>