Download: Difference between revisions

From Artha
m →‎Debian & family: moved to 1.0.2
Replace SVN with Git
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Source==
==Source==
The latest stable release of Artha is 1.0.1 ([http://sourceforge.net/projects/artha/files/artha/1.0.1/Release_Notes_1.0.1/view Release Notes and Change Log]). Click on either of links below to download.
The latest stable release of Artha is 1.0.3 ([http://sourceforge.net/projects/artha/files/artha/1.0.3 Release Notes and Change Log]). Click on either of links below to download.


[http://sourceforge.net/projects/artha/files/artha/1.0.1/artha-1.0.1.tar.gz/download artha-1.0.1.tar.gz]
[http://sourceforge.net/projects/artha/files/artha/1.0.3/artha-1.0.3.tar.gz/download artha-1.0.3.tar.gz]


[http://sourceforge.net/projects/artha/files/artha/1.0.1/artha-1.0.1.tar.bz2/download artha-1.0.1.tar.bz2]
[http://sourceforge.net/projects/artha/files/artha/1.0.3/artha-1.0.3.tar.bz2/download artha-1.0.3.tar.bz2]




Line 12: Line 12:
==Binaries==
==Binaries==
===Windows===
===Windows===
Download [http://sourceforge.net/projects/artha/files/artha/1.0.2/artha_1.0.2.0.exe/download artha_1.0.2.0.exe] for Windows XP or later (both 32 and 64-bit)
Download [http://sourceforge.net/projects/artha/files/artha/1.0.3/artha_1.0.3.0.exe/download artha_1.0.3.0.exe] ~ 12.1 [[Wikipedia:Mebibyte|MiB]].


The installation requires Windows XP or later (32/64-bit) and a free space of 49.8 MiB.


===Linux===
===Linux===
Line 22: Line 23:
   $ sudo apt-get install artha
   $ sudo apt-get install artha


Ubuntu Karmic has 0.8.0, Lucid has 0.9.1 and Debian (Lenny or greater) has the 0.9.1 versions of Artha in their respective repositories; so by installing using the above command, you'll not get the latest 1.0.2 release. Hence if you prefer to have it, you can download the deb file below for your architecture and install the same (instructions below).
Both Debian and Ubuntu has the version 1.0.2 of Artha in their respective repositories; so by installing using the above command, you'll not get the latest 1.0.3 release. Hence if you prefer to have the latest version, there are two options available ~ PPA and direct .deb download.
=====PPA=====
Artha now has a [https://launchpad.net/~legends2k/+archive/artha PPA in launchpad]. This can be added to your system's repository sources through
 
  $ sudo apt-add-repository ppa:legends2k/artha
 
This will prompt you to accept adding the PPA's keys to your system. Accept it by pressing RETURN. Once this is done, update the package data and install Artha.
 
  $ sudo apt-get update
  $ sudo apt-get install artha
 
=====DEB=====
Alternatively, you can also download the deb file below for your architecture and install the same (instructions below). This is more of a manual method and the PPA method is encouraged over this one, since this method lacks automatic updation of the package, should there be a newer version of Artha.
<br><br>
<br><br>
{|
{|
Line 29: Line 42:
|-
|-
|i386
|i386
|[http://sourceforge.net/projects/artha/files/artha/1.0.2/artha_1.0.2-1_i386.deb/download artha_1.0.2-1_i386.deb]
|[http://sourceforge.net/projects/artha/files/artha/1.0.3/artha_1.0.3-1_i386.deb/download artha_1.0.3-1_i386.deb]
|-
|-
|AMD64
|AMD64
|[http://sourceforge.net/projects/artha/files/artha/1.0.2/artha_1.0.2-1_amd64.deb/download artha_1.0.2-1_amd64.deb]
|[http://sourceforge.net/projects/artha/files/artha/1.0.3/artha_1.0.3-1_amd64.deb/download artha_1.0.3-1_amd64.deb]
|}
|}
<br>
<br>
Line 38: Line 51:
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:
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 artha_1.0.2-1_i386.deb
   $ sudo gdebi artha_1.0.3-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 & friends====
[[Wikipedia:Fedora_(operating_system)|Fedora]] (Leonidas/11 or above) has version 0.9.1 in it's repository right now. This can be installed in Fedora/Redhat thus:
[[Wikipedia:Fedora_(operating_system)|Fedora]] (Leonidas/11 or above) has version 1.0.2 in it's repository right now. This can be installed in Fedora/Redhat thus:


   # yum install artha
   # yum install artha
Should you want the latest 1.0.1, you have to manually compile it from the source tarball, since the 1.0.1 rpm is yet to be made.


====Others====
====Others====
Line 55: Line 65:


==Get Code==
==Get Code==
You can check out the latest released code ('''stable'''):


  <nowiki>$ svn co http://artha.svn.sourceforge.net/svnroot/artha/tags/1.0.1</nowiki>
===Git===
 
Artha's source can be obtained from its Git repo using HTTPS:
 
<code>
git clone https://git.code.sf.net/p/artha/git artha-git
</code>
 
or alternatively with Git protocol
 
<code>
git clone git://git.code.sf.net/p/artha/git artha-git
</code>
 
===SVN===
 
Older SVN repo still works if you prefer that.


Alternatively, if you want the code under development ('''unstable'''):
<code>
svn co http://artha.svn.sourceforge.net/svnroot/artha/tags/1.0.3


  <nowiki>$ svn co http://artha.svn.sourceforge.net/svnroot/artha/trunk</nowiki>
svn co http://artha.svn.sourceforge.net/svnroot/artha/trunk
</code>

Latest revision as of 03:20, 26 October 2024

Source

The latest stable release of Artha is 1.0.3 (Release Notes and Change Log). Click on either of links below to download.

artha-1.0.3.tar.gz

artha-1.0.3.tar.bz2


Refer Installation for help on how to build and install Artha.


Binaries

Windows

Download artha_1.0.3.0.exe ~ 12.1 MiB.

The installation requires Windows XP or later (32/64-bit) and a free space of 49.8 MiB.

Linux

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

Both Debian and Ubuntu has the version 1.0.2 of Artha in their respective repositories; so by installing using the above command, you'll not get the latest 1.0.3 release. Hence if you prefer to have the latest version, there are two options available ~ PPA and direct .deb download.

PPA

Artha now has a PPA in launchpad. This can be added to your system's repository sources through

  $ sudo apt-add-repository ppa:legends2k/artha

This will prompt you to accept adding the PPA's keys to your system. Accept it by pressing RETURN. Once this is done, update the package data and install Artha.

  $ sudo apt-get update
  $ sudo apt-get install artha
DEB

Alternatively, you can also download the deb file below for your architecture and install the same (instructions below). This is more of a manual method and the PPA method is encouraged over this one, since this method lacks automatic updation of the package, should there be a newer version of Artha.

Architecture Binary
i386 artha_1.0.3-1_i386.deb
AMD64 artha_1.0.3-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.3-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 (Leonidas/11 or above) has version 1.0.2 in it's repository right now. This can be installed in Fedora/Redhat thus:

  # yum install artha

Others

For other (Linux) distros, 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.


Get Code

Git

Artha's source can be obtained from its Git repo using HTTPS:

git clone https://git.code.sf.net/p/artha/git artha-git

or alternatively with Git protocol

git clone git://git.code.sf.net/p/artha/git artha-git

SVN

Older SVN repo still works if you prefer that.

svn co http://artha.svn.sourceforge.net/svnroot/artha/tags/1.0.3

svn co http://artha.svn.sourceforge.net/svnroot/artha/trunk