Mailinglist Archive: opensuse-factory (435 mails)
< Previous | Next > |
Re: [opensuse-factory] Replacing libzypp stack with libdnf stack
- From: Maurizio Galli <mauriziogalli@xxxxxxxxxxxx>
- Date: Tue, 7 Jul 2020 20:24:12 +0800
- Message-id: <CAEi2RDKAA-Sb+asFyznuaaVkQaV6teEHdAB28AnhtnHxTU6bpg@mail.gmail.com>
On Tue, Jul 7, 2020 at 8:10 PM H.Merijn Brand <linux@xxxxxxxxxxxxxx> wrote:
On top of my head some of the similar commands are:
zypper dup > dnf dup
zypper in > dnf in
zypper ref > dnf ref
zypper se > dnf se
zypper rm > dnf rm
zypper up > dnf up
I'm probably missing others.
Best,
Maurizio
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-factory+owner@xxxxxxxxxxxx
Is there a list of "matching" options yet?
zypper clean --all dnf clean all
zypper dup dnf upgrade
zypper in dnf install
zypper lr dnf repolist
zypper ls dnf repolist
zypper lu dnf check-update --cacheonly
zypper lp dnf updateinfo --cacheonly --security
zypper patch dnf update-minimal --cacheonly --security
zypper ref dnf makecache
zypper rm dnf erase
zypper se dnf search
zypper up dnf update
On top of my head some of the similar commands are:
zypper dup > dnf dup
zypper in > dnf in
zypper ref > dnf ref
zypper se > dnf se
zypper rm > dnf rm
zypper up > dnf up
I'm probably missing others.
Best,
Maurizio
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-factory+owner@xxxxxxxxxxxx
< Previous | Next > |