summaryrefslogtreecommitdiff
path: root/pkg.1
blob: 8343e01e8b0fb78f332a328d9ab31e8db5e1f8f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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
- removes orphans and cleans the package cache
.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