On Tue, 12 May 2020 17:02:34 +0200
Farkas Levente <[email protected]> wrote:

> anyway the problem is if you install these packages and then:
> dnf update
> all of your packages will be removed!

I think you can use

excludepkgs
              list

              Exclude packages of this repository, specified by a name
              or a glob and separated by a comma, from all operations.
              Can be disabled using --disableexcludes command line
              switch.  Defaults to [].

in /etc/dnf/dnf.conf in the [MAIN] section to prevent this.  The above
is somewhat confusing because it addresses only use in the REPO section
of the configuration file.  This is the same as the -x or --exclude=
command line option to dnf.  
e.g. dnf -x kernel\* update   will exclude all packages starting with
kernel from update.


e.g. for /etc/dnf/dnf.conf
[MAIN]
excludepkgs=package1,package2,package3
_______________________________________________
rpmfusion-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to