diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /templates/man1/package-cleanup.1.pot | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'templates/man1/package-cleanup.1.pot')
-rw-r--r-- | templates/man1/package-cleanup.1.pot | 229 |
1 files changed, 229 insertions, 0 deletions
diff --git a/templates/man1/package-cleanup.1.pot b/templates/man1/package-cleanup.1.pot new file mode 100644 index 00000000..cd832555 --- /dev/null +++ b/templates/man1/package-cleanup.1.pot @@ -0,0 +1,229 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2024-03-01 17:03+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "PACKAGE-CLEANUP" +msgstr "" + +#. type: TH +#: debian-bookworm debian-unstable +#, no-wrap +msgid "Jan 22, 2023" +msgstr "" + +#. type: TH +#: debian-bookworm debian-unstable +#, no-wrap +msgid "4.3.1" +msgstr "" + +#. type: TH +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "dnf-plugins-core" +msgstr "" + +#. type: SH +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +msgid "" +"package-cleanup - clean up locally installed, duplicate, or orphaned " +"packages." +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +msgid "" +"A DNF-based shim imitating the original YUM-based package-cleanup utility." +msgstr "" + +#. type: SH +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +msgid "B<package-cleanup [options]>" +msgstr "" + +#. type: SH +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "OPTIONS" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +msgid "" +"All general DNF options are accepted, see I<Options> in B<dnf(8)> for " +"details." +msgstr "" + +#. type: TP +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "B<--leaves>" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +msgid "" +"List leaf nodes in the local RPM database. Leaf nodes are RPMs that are not " +"relied upon by any other RPM. Maps to B<dnf repoquery --unneeded>\\&." +msgstr "" + +#. type: TP +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "B<--orphans>" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +msgid "" +"List installed packages which are not available from currently configured " +"repositories. Maps to B<dnf repoquery --extras>\\&." +msgstr "" + +#. type: TP +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "B<--problems>" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +msgid "" +"List dependency problems in the local RPM database. Maps to B<dnf repoquery " +"--unsatisfied>\\&." +msgstr "" + +#. type: TP +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "B<--dupes>" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +msgid "" +"Scan for duplicates in the local RPM database. Maps to B<dnf repoquery --" +"duplicates>\\&." +msgstr "" + +#. type: TP +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "B<--cleandupes>" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +msgid "" +"Scan for duplicates in the local RPM database and clean out the older " +"versions. Maps to B<dnf remove --duplicates>\\&." +msgstr "" + +#. type: SH +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "EXAMPLES" +msgstr "" + +#. type: TP +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "B<package-cleanup --problems>" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +msgid "List all dependency problems." +msgstr "" + +#. type: TP +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "B<package-cleanup --orphans>" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +msgid "List all packages that are not in any DNF repository." +msgstr "" + +#. type: TP +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "B<package-cleanup --cleandupes>" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +msgid "Remove all packages that have a duplicate installed." +msgstr "" + +#. type: SH +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +msgid "See AUTHORS in your Core DNF Plugins distribution" +msgstr "" + +#. type: SH +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "COPYRIGHT" +msgstr "" + +#. Generated by docutils manpage writer. +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "2023, Red Hat, Licensed under GPLv2+" +msgstr "" + +#. type: TH +#: fedora-40 fedora-rawhide +#, no-wrap +msgid "Feb 08, 2024" +msgstr "" + +#. type: TH +#: fedora-40 fedora-rawhide +#, no-wrap +msgid "4.5.0" +msgstr "" + +#. Generated by docutils manpage writer. +#. type: Plain text +#: fedora-40 fedora-rawhide +msgid "2024, Red Hat, Licensed under GPLv2+" +msgstr "" |