Go to file
Priyesh 1c286b1577 Merge pull request #36 from ppadmavilasom/dev
Display error for gpgkey access. Fix GetRepoById naming
2015-10-26 09:54:06 -07:00
client Merge pull request #36 from ppadmavilasom/dev 2015-10-26 09:54:06 -07:00
include Add installroot to command line option. 2015-10-13 11:57:26 -07:00
tools Print install size of packages 2015-10-23 06:27:26 +00:00
.gitignore initial commit 2015-04-01 18:59:27 -07:00
COPYING Update license info 2015-04-15 17:10:08 -04:00
Makefile.am remove discus-iso.repo reference in make 2015-04-02 13:34:05 -04:00
README initial commit 2015-04-01 18:59:27 -07:00
configure.ac Change tdnf to version 1.0.5 2015-10-19 15:15:58 -07: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