
Maintainer Notes
================

In order to run the ``./bin/dowloadOBS`` script to work under a
Fedora or RHEL clone, you must install the Debian packages and
repository management tools:

* ``dpkg``
* ``apt``
* ``reprepro``

The ``apt`` package seems a bit broken, in order to make ``reprepro``
to work, you have to create a symbolic link for the ``libexec`` :

.. code:: bash

   root@pc:~> cd /usr/lib
   root@pc:/usr/lib> ln -s /usr/libexec/apt .
