Go to file
Priyesh Padmavilasom 9c92b3c4f8 update version to 1.0.7 2016-01-15 04:04:11 +00:00
client Fix error codes for install existing, update-check. Add tests for the same 2016-01-14 18:24:41 +00:00
include allow setopt conf file override. enable install test 2016-01-04 17:19:22 +00:00
tests Fix error codes for install existing, update-check. Add tests for the same 2016-01-14 18:24:41 +00:00
tools Fix error codes for install existing, update-check. Add tests for the same 2016-01-14 18:24:41 +00:00
.gitignore auto test support initial 2015-11-01 21:53:32 +00:00
COPYING Update license info 2015-04-15 17:10:08 -04:00
Makefile.am auto test support initial 2015-11-01 21:53:32 +00:00
README initial commit 2015-04-01 18:59:27 -07:00
configure.ac update version to 1.0.7 2016-01-15 04:04:11 +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