Personal tools
Skip to content. | Skip to navigation
As a Yum-utils CLI compatibility layer, supplies in CLI shims for debuginfo-install, repograph, package-cleanup, repoclosure, repomanage, repoquery, reposync, repotrack, repodiff, builddep, config-manager, debug, download and yum-groups-manager that use new implementations using DNF.
As a Yum CLI compatibility layer, supplies /usr/bin/yum redirecting to DNF.
Utility that allows users to manage packages on their systems. It supports RPMs, modules and comps groups & environments.
Dbus daemon for performing package actions with the dnf package manager
Metapackage customizing the SELinux policy to make the dnf-daemon work with SELinux enabled in enforcing mode.
dnfdragora is a DNF frontend, based on rpmdragora from Mageia (originally rpmdrake) Perl code. dnfdragora is written in Python 3 and uses libYui, the widget abstraction library written by SUSE, so that it can be run using Qt 5, GTK+ 3, or ncurses interfaces.
dnfdragora is a DNF frontend, based on rpmdragora from Mageia (originally rpmdrake) Perl code. dnfdragora is written in Python 3 and uses libYui, the widget abstraction library written by SUSE, so that it can be run using Qt 5, GTK+ 3, or ncurses interfaces. This package provides the update notifier applet for dnfdragora.
The purpose of this tool is to gather as much information as possible about a domain. The program currently gathers A, NS, MX records, performs axfr queries, gets extra names and subdomains via google scraping, bruteforces subdomains from file, calculate C class domain network ranges and perform whois queries on them, perform reverse lookups on netranges, writes ip-blocks to domain_ips.txt.
dnsjava is an implementation of DNS in Java. It supports all of the common record types and the DNSSEC types. It can be used for queries, zone transfers, and dynamic updates. It includes a cache which can be used by clients, and a minimal implementation of a server. It supports TSIG authenticated messages, partial DNSSEC verification, and EDNS0. dnsjava provides functionality above and beyond that of the InetAddress class. Since it is written in pure Java, dnsjava is fully threadable, and in many cases is faster than using InetAddress. dnsjava provides both high and low level access to DNS. The high level functions perform queries for records of a given name, type, and class, and return an array of records. There is also a clone of InetAddress, which is even simpler. A cache is used to reduce the number of DNS queries sent. The low level functions allow direct manipulation of dns messages and records, as well as allowing additional resolver properties to be set. A 'dig' clone and a dynamic update program are included, as well as a primary-only server.