Download: Difference between revisions
m Fixed https to http |
Reverted to 0.8.0 release since release 0.9.0 was deferred |
||
Line 2: | Line 2: | ||
The latest stable release of Artha is 0.9.0 ([http://sourceforge.net/project/shownotes.php?group_id=250410&release_id=680011 Release Notes and Change Log]). Click on either of links below to download. | The latest stable release of Artha is 0.9.0 ([http://sourceforge.net/project/shownotes.php?group_id=250410&release_id=680011 Release Notes and Change Log]). Click on either of links below to download. | ||
[http://sourceforge.net/ | [http://downloads.sourceforge.net/artha/artha-0.8.0.tar.gz?modtime=1234245775&big_mirror=0&filesize=158495 artha-0.8.0.tar.gz] | ||
[http://sourceforge.net/ | [http://downloads.sourceforge.net/artha/artha-0.8.0.tar.bz2?modtime=1234245748&big_mirror=0&filesize=132324 artha-0.8.0.tar.bz2] | ||
Line 14: | Line 14: | ||
i386 Architecture [http://sourceforge.net/ | i386 Architecture [http://downloads.sourceforge.net/artha/artha_0.8.0-1_i386.deb?modtime=1234245725&big_mirror=0&filesize=56432 Download artha_0.8.0-1_i386.deb] | ||
AMD64 Architecture [http://sourceforge.net/ | AMD64 Architecture [http://downloads.sourceforge.net/artha/artha_0.8.0-1_amd64.deb?modtime=1234245725&big_mirror=0&filesize=56432 Download artha_0.8.0-1_amd64.deb] | ||
Line 22: | Line 22: | ||
Please use '''''gdebi''''' to install this package. '''Do not''' use '''dpkg''', since it does not have the ability to automatically resolve dependencies and will lead to broken dependencies. Should you end up in broken dependencies give <tt>sudo apt-get install -f</tt> to resolve it; ''apt'' will take care of fixing it. On most Debian based distros, gdebi-gtk (GUI front end of gdebi) comes pre-installed. If you have it installed, you can simply double click the downloaded .deb file and gdebi will show you a graphical interface to install Artha. Follow the instructions and it will install Artha resolving dependencies. If you go by the CLI way: | Please use '''''gdebi''''' to install this package. '''Do not''' use '''dpkg''', since it does not have the ability to automatically resolve dependencies and will lead to broken dependencies. Should you end up in broken dependencies give <tt>sudo apt-get install -f</tt> to resolve it; ''apt'' will take care of fixing it. On most Debian based distros, gdebi-gtk (GUI front end of gdebi) comes pre-installed. If you have it installed, you can simply double click the downloaded .deb file and gdebi will show you a graphical interface to install Artha. Follow the instructions and it will install Artha resolving dependencies. If you go by the CLI way: | ||
$ sudo gdebi artha_0. | $ sudo gdebi artha_0.8.0-1_i386.deb | ||
Line 30: | Line 30: | ||
You can check out the latest released code ('''stable'''): | You can check out the latest released code ('''stable'''): | ||
<nowiki>$ svn co http://artha.svn.sourceforge.net/svnroot/artha/tags/0. | <nowiki>$ svn co http://artha.svn.sourceforge.net/svnroot/artha/tags/0.8.0</nowiki> | ||
Alternatively, if you want the code under development ('''unstable'''): | Alternatively, if you want the code under development ('''unstable'''): | ||
<nowiki>$ svn co http://artha.svn.sourceforge.net/svnroot/artha/trunk</nowiki> | <nowiki>$ svn co http://artha.svn.sourceforge.net/svnroot/artha/trunk</nowiki> |
Revision as of 09:53, 12 May 2009
Source
The latest stable release of Artha is 0.9.0 (Release Notes and Change Log). Click on either of links below to download.
Refer Installation for help on how to build and install Artha.
Binaries
If you are using Debian or its derivatives like Ubuntu, Kubuntu, Xubuntu, etc. you can download the Debian package for your architecture. For other Linux flavours, binaries do not exist right now. Please download the source and build it. See Installation page for details on how to build and install Artha from source.
i386 Architecture Download artha_0.8.0-1_i386.deb
AMD64 Architecture Download artha_0.8.0-1_amd64.deb
NOTE:
Please use gdebi to install this package. Do not use dpkg, since it does not have the ability to automatically resolve dependencies and will lead to broken dependencies. Should you end up in broken dependencies give sudo apt-get install -f to resolve it; apt will take care of fixing it. On most Debian based distros, gdebi-gtk (GUI front end of gdebi) comes pre-installed. If you have it installed, you can simply double click the downloaded .deb file and gdebi will show you a graphical interface to install Artha. Follow the instructions and it will install Artha resolving dependencies. If you go by the CLI way:
$ sudo gdebi artha_0.8.0-1_i386.deb
Make sure the Universe repositories are enabled in your repositories list for gdebi will look for WordNet which is available only in the Universe.
Get Code
You can check out the latest released code (stable):
$ svn co http://artha.svn.sourceforge.net/svnroot/artha/tags/0.8.0
Alternatively, if you want the code under development (unstable):
$ svn co http://artha.svn.sourceforge.net/svnroot/artha/trunk