Go to file
Priyesh Padmavilasom 5280cbe42e implement enablerepo disablerepo options, fix repolist status
Change-Id: I1a402e790c4d946107a6feb76f22f1c0d64ce5ac
2016-06-03 18:40:01 +00:00
client implement enablerepo disablerepo options, fix repolist status 2016-06-03 18:40:01 +00:00
common organize code: add common lib 2016-06-02 15:34:38 +00:00
include implement enablerepo disablerepo options, fix repolist status 2016-06-03 18:40:01 +00:00
tests fix list filter on multiple packages 2016-05-24 11:45:07 -07:00
tools implement enablerepo disablerepo options, fix repolist status 2016-06-03 18:40:01 +00:00
.gitignore organize code: add common lib 2016-06-02 15:34:38 +00:00
COPYING Update license info 2015-04-15 17:10:08 -04:00
Makefile.am organize code: add common lib 2016-06-02 15:34:38 +00:00
README initial commit 2015-04-01 18:59:27 -07:00
configure.ac organize code: add common lib 2016-06-02 15:34:38 +00:00
tdnf.conf initial commit 2015-04-01 18:59:27 -07:00

README

In  order to compile, from the checkout directory, run the following

aclocal
libtoolize
automake --add-missing
autoreconf
./configure
make

create a conf file named tdnf.conf under \etc\tdnf with the following content

[main]
gpgcheck=1
installonly_limit=3
clean_requirements_on_remove=true
repodir=/etc/yum.repos.d
cachedir=/var/cache/tdnf

Now configure repo files under /etc/yum.repos.d or your repodir following 
.repo format of dnf/yum.

You should now have a client executable named tdnf under tools/cli
To test, run ./tools/cli/tdnf list installed

You will see a list of installed packages and their related info