Page 1 of 1

BlogDrake Repositories Now Have Support for dnf

PostPosted: Jul 4th, '18, 21:19
by katnatek
dnf is a package manager included in mageia 6 as alternative (and possible replace) to urpmi

To add blogdrake's repositories to dnf you must run as root:

For i586:

Code: Select all
dnf config-manager --add-repo http://ftp.blogdrake.net/mageia/mageia6/BDK-i586.repo


For x86_64:

Code: Select all
dnf config-manager --add-repo http://ftp.blogdrake.net/mageia/mageia6/BDK-x86_64.repo


For Mageia 7 you should delete the old file and add again (this file should provide the right set of repositories for your arch)
Code: Select all
dnf config-manager --add-repo http://ftp.blogdrake.net/mageia/BDK.repo


From Mageia 7 if the repository remain active in future releases. when the branch of the repository is ready you should receive the new packages automatically.

I want to thanks to Neal Gompa for get in contact about this.