1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
dnf for Debian
--------------
Dnf requires a working rpm installation. By default the rpm package does not
create a completely working one lest beginners shoot themselves in the foot.
You should:
- mkdir /var/lib/rpm
- rpm --initdb
prior to using dnf.
Be aware that the only usage of dnf in Debian is to perform chroot (Xen, UML)
of Fedora, RHEL, CentOS, etc. installs. We, at GPLHost, use a specific
bootstrap script for doing this with CentOS. Such script is shipped with
DTC-Xen (also in Debian). Another common pattern is using mock for package
builds, which implicitly creates and uses chroots.
This package was not, is not, and will never be, a replacement for apt-get when
using Debian or any other .deb based distribution. So please, do NOT ask about
it, or do not send any bug entry for this.
-- Thomas Goirand <thomas@goirand.fr> Sat, 26 Dec 2009 13:05:37 +0800
-- Mihai Moldovan <ionic@ionic.de> Tue, 30 Jan 2018 12:15:41 +0100
|