index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2024-08-16 08:06:08 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2024-08-16 08:06:08 +0200 |
commit | deffc1b87e86fffa8e4758a76a1912c6c8f69a85 (patch) | |
tree | 0f61a152c4c49d40de5042df2b25cdb8e0b0a82d /doc/man/pkgctl-db.1.asciidoc | |
parent | 2994bca96781afd62104c1515532a9c479cb5bed (diff) | |
parent | 27eebe383d0b571c08cba991e4824768d7623602 (diff) |
-rw-r--r-- | doc/man/pkgctl-db.1.asciidoc | 43 |
diff --git a/doc/man/pkgctl-db.1.asciidoc b/doc/man/pkgctl-db.1.asciidoc new file mode 100644 index 0000000..d3296c6 --- /dev/null +++ b/doc/man/pkgctl-db.1.asciidoc @@ -0,0 +1,43 @@ +pkgctl-db(1) +============ + +NAME +---- +pkgctl-db - Pacman database modification utility for package updates, moves, and more. + +SYNOPSIS +-------- +pkgctl db [OPTIONS] [SUBCOMMAND] + +DESCRIPTION +----------- + +Managing the Pacman database and facilitate the modification of packages and their metadata +within the database + +OPTIONS +------- + +*-h, --help*:: + Display usage information and available options. + +Subcommands +----------- + +pkgctl db update:: + Update the binary repository as final release step + +pkgctl db move:: + Move packages between binary repositories + +pkgctl db remove:: + Remove packages from binary repositories + +SEE ALSO +-------- + +pkgctl-db-update(1) +pkgctl-db-move(1) +pkgctl-db-remove(1) + +include::include/footer.asciidoc[] |