Download: Difference between revisions
m Line spacing fixed |
Updated to 1.0.0 |
||
Line 1: | Line 1: | ||
==Source== | ==Source== | ||
The latest stable release of Artha is 0. | The latest stable release of Artha is 1.0.0 ([http://sourceforge.net/projects/artha/files/artha/1.0.0/release_notes_1.0.0/view Release Notes and Change Log]). Click on either of links below to download. | ||
[http://sourceforge.net/ | [http://sourceforge.net/projects/artha/files/artha/1.0.0/artha-1.0.0.tar.gz/download artha-1.0.0.tar.gz] | ||
[http://sourceforge.net/ | [http://sourceforge.net/projects/artha/files/artha/1.0.0/artha-1.0.0.tar.bz2/download artha-1.0.0.tar.bz2] | ||
Line 11: | Line 11: | ||
==Binaries== | ==Binaries== | ||
If you are using [[Wikipedia:Debian|Debian]] or its derivatives like [[Wikipedia:Ubuntu|Ubuntu]], [[Wikipedia:Kubuntu|Kubuntu]], [[Wikipedia:Xubuntu|Xubuntu]], etc. | ===Debian & family=== | ||
If you are using [[Wikipedia:Debian|Debian]] or its derivatives like [[Wikipedia:Ubuntu|Ubuntu]], [[Wikipedia:Kubuntu|Kubuntu]], [[Wikipedia:Xubuntu|Xubuntu]], etc. then Artha is already available in the repositories. You can install it by: | |||
$ sudo apt-get install artha | |||
Ubuntu has 0.8.0 version and Debian has the 0.9.1 version of Artha in their respective repositories; so by installing using the above command, you'll not get the latest. 1.0.0 release. Hence if you prefer to have 1.0.0, you can download the deb file below for your architecture and install it (instructions below) | |||
{| border="1" | |||
|Architecture | |||
|Binary | |||
|- | |||
|i386 | |||
|[http://sourceforge.net/projects/artha/files/artha/1.0.0/artha_1.0.0-1_i386.deb/download Download artha_1.0.0-1_i386.deb] | |||
|- | |||
|AMD64 | |||
|[http://sourceforge.net/projects/artha/files/artha/1.0.0/artha_1.0.0-1_amd64.deb/download Download artha_1.0.0-1_amd64.deb] | |||
|} | |||
<big>'''NOTE:'''</big> | <big>'''NOTE:'''</big> | ||
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 deb 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 | $ sudo gdebi artha_1.0.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''. | Make sure the '''Universe''' repositories are enabled in your repositories list for gdebi will look for WordNet which is available only in the ''Universe''. | ||
===Fedora & friends=== | |||
Fedora has version 0.9.1 in it's repository right now. This can be installed in Fedora/Redhat thus: | |||
yum install artha | |||
Should you want the latest 1.0.0, you have to manually compile it from the source tarball, since the 1.0.0 rpm is yet to be made. | |||
Line 31: | Line 48: | ||
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/1.0.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 06:07, 11 January 2010
Source
The latest stable release of Artha is 1.0.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
Debian & family
If you are using Debian or its derivatives like Ubuntu, Kubuntu, Xubuntu, etc. then Artha is already available in the repositories. You can install it by:
$ sudo apt-get install artha
Ubuntu has 0.8.0 version and Debian has the 0.9.1 version of Artha in their respective repositories; so by installing using the above command, you'll not get the latest. 1.0.0 release. Hence if you prefer to have 1.0.0, you can download the deb file below for your architecture and install it (instructions below)
Architecture | Binary |
i386 | Download artha_1.0.0-1_i386.deb |
AMD64 | Download artha_1.0.0-1_amd64.deb |
NOTE: Please use gdebi to install this deb 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_1.0.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.
Fedora & friends
Fedora has version 0.9.1 in it's repository right now. This can be installed in Fedora/Redhat thus:
yum install artha
Should you want the latest 1.0.0, you have to manually compile it from the source tarball, since the 1.0.0 rpm is yet to be made.
Get Code
You can check out the latest released code (stable):
$ svn co http://artha.svn.sourceforge.net/svnroot/artha/tags/1.0.0
Alternatively, if you want the code under development (unstable):
$ svn co http://artha.svn.sourceforge.net/svnroot/artha/trunk