Getting Started

To install Tracker, you can compile from source or grab either an RPM or a DEB package.

Installing from source

  1. Download the latest source tarball from the download page
  2. Extract the tarball (where x.y.z is the version number)
    tar xvzf tracker-x.y.z.tar.gz
  3. Change to tracker source directory
    cd tracker-x.y.z
  4. Configure the make process
    ./configure --prefix=/usr --sysconfdir=/etc
  5. Compile the code
    make
  6. Install the software
    sudo make install

    OR
    sudo checkinstall

    Run as root if you do not use sudo

Binary Packages

Using Tracker

More info