Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

Is it possibile to skip a package weak dependencies during a kickstart installation of Fedora?

Writer Emily Wong

I know how to skip the installation of weak dependencies with dnf when installing a package (either by modifying dnf.conf or directly in the command line). I was wondering: is it possible to skip a package weak dependencies during a kickstart installation?

1 Answer

1. Command line parameter

dnf --setopt=install_weak_deps=False newPackageName

2. Permanent setting in the dnf config file

sudo vi /etc/dnf/dnf.conf

add a line

install_weak_deps=False
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy