diff options
author | rafa_99 <rafa99@protonmail.com> | 2020-09-23 14:50:32 +0000 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2020-09-23 14:50:32 +0000 |
commit | 57b30459d4bb261d4f07fa6a80ffa0d747b1c722 (patch) | |
tree | f744881f18c0b3bd98acd54c577425b6a7eb6bde /pkg.1 | |
parent | 494d04560ee5542f4f0ac25c0bc2d9fc09442006 (diff) |
Added Manpage
Diffstat (limited to 'pkg.1')
-rw-r--r-- | pkg.1 | 42 |
1 files changed, 42 insertions, 0 deletions
@@ -0,0 +1,42 @@ +.TH PKG 1 pkg +.SH NAME +PKG \- A All-In-One package manager wrapper for easier distro-hopping +.SH SYNOPSIS +.B pkg +<command> +.SH DESCRIPTION +.B pkg +finds the right package manager according to the Operating System and then executes the desired action on it. +.SH COMMANDS +.TP +.B c +.I clean +- configure an email account +.TP +.B h +.I help +- shows help message +.TP +.B i +.I install +- installs selected packages +.TP +.B q +.I query +- display installed packages +.TP +.B r +.I remove +- remove a selected package +.TP +.B s +.I search +- look up for a package in the available repositories +.TP +.B u +.I update +- updates repos and packages +.SH AUTHORS +Written by Rafael Marçalo originally in 2020. +.SH LICENSE +GPLv3 |