Skip to main content

Download

First, you need to enable the edge repository. For that, issue

mpkg-list_rep
mpkg-enable_rep repo_num
mpkg-update

where repo_num is the number of edge repo in the output of mkpg-list_rep. If there is no edge repository, you need to add it manually:

mpkg-add_rep http://edge.agilialinux.ru
mpkg-update

After that, you can issue

mpkg search leechcraft

to see what packages of LeechCraft are available and install the ones you want, for example, for Aggregator, Azoth and Poshuku:

mpkg install leechcraft-aggregator leechcraft-azoth leechcraft-poshuku

LeechCraft has PKGBUILDs in AUR, so to install it, you first need yaourt:

pacman -Sy yaourt

Then, just issue

yaourt -S leechcraft-git

Packages for Debian Wheezy/Sid are available in this unofficial repo. Instructions for enabling that repository could be found on the linked page.

Each LeechCraft plugin is packaged in a separate package. To install all LeechCraft plugins, just select leechcraft-full, the rest will be pulled automatically.

LeechCraft is currently available in a third-party repository. To add it, issue

cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/home:Reki:leechcraft:Fedora/Fedora_16/home:Reki:leechcraft:Fedora.repo
for Fedora 16, or
cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/home:Reki:leechcraft:Fedora/Fedora_15/home:Reki:leechcraft:Fedora.repo
for Fedora 15.

You can install all LeechCraft modules (which is recommended) via

yum install leechcraft-*

Alternatively, you can manually install selected packages. In this case issue the following to find modules for LeechCraft you want to install:

yum search leechcraft

LeechCraft is available in the official Gentoo Portage tree. It is currently masked (~arch for milestones and releases, ** for live ebuilds).

To install the metapackage which would pull all the plugins available, issue:

emerge -pv leechcraft-full

to see what will be installed, and then
emerge leechcraft-full

If you prefer sets (starting with Portage 2.2), you can select any of the following loosely categorized ones:

  • leechcraft-clients-live for clients for various services like SeekThru or vGrabber;
  • leechcraft-net-live for networking utilities and modules like Aggregator or Poshuku;
  • leechcraft-tools-live for various helper utilities like Summary or HistoryHolder.
  • leechcraft-live for all of them.

Alternatively, you could manually install every plugin.

LeechCraft is in official openSUSE repo. To install it, issue:

zypper ar http://download.opensuse.org/repositories/network/openSUSE_11.3/ Leechcraft
zypper in leechcraft

replacing openSUSE_11.3 with openSUSE_11.4 for openSUSE 11.4 or openSUSE_Factory for openSUSE Factory.

Installation for Slackware is pretty simple: just download packages for your architecture (pkg for x86, pkg64 for x86_64) from our repo and install them with:

updatepkg --install-new packagename

For running LeechCraft, you would also need qjson, which could be obtained from here: http://www.slackers.it/repository/qjson/ or be installed using slapt-get from slackers.it repository.

The source directory contains scripts for building the packages and all the required information. Documentation regarding using and modifying slackbuilds could be obtained at http://slackbuilds.org

Have fun!

Add PPA with Weekly Builds (recommended):

sudo add-apt-repository ppa:tehnick/leechcraft-unstable

Alternatively, you can use PPA with stable releases:
sudo add-apt-repository ppa:tehnick/leechcraft-stable

Update (like aptitude update) and install leechcraft-full via aptitude, Ubuntu Software Center, Synaptic, Muon or whatever package manager you like.

The leechcraft-full package pulls the full LeechCraft set. To install only parts of it, you can just select relevant plugins (they all begin with leechcraft-). If you want to help us with debugging LeechCraft, install leechcraft-dbg package.

Currently LeechCraft is available for Maverick, Natty, Oneiric and Precise.

The latest installer is for the 0.5.0 version, dated February 09, 2012.

You can download the latest build from SourceForge. It should work with Windows XP and higher. Microsoft Visual Studio Redistributable package is included, so administrative rights are required to install LeechCraft.

Other builds are also available.

Building from source

If you want the last bleeding-edge LeechCraft, you could always build from source.