NBash
1'\" t
2.\"
3.\" Author: Vitaly Lipatov
4.\"
5.\" This file has been put into the public domain.
6.\" You can do whatever you want with this file.
7.\"
8.TH EEPM 1 "August 2013" "Version 1.4"
9
10.SH NAME
11epm, epmi, epme, epms, epmq, epmcl, epmqa, epmqp, epmqf, epmqi, epmql, epmu \- wrapper for distro related package management system
12.SH SYNOPSIS
13.B eepm
14.RI [ options ]...
15.RI <command>...
16.RI [package name(s), package file(s)]
17.PP
18.B eepm, upm
19are equivalents to
20.BR "epm" .
21.br
22.B epmi
23is equivalent to
24.BR "epm install" .
25.br
26.B epme
27is equivalent to
28.BR "epm remove" .
29.br
30.B epms
31is equivalent to
32.BR "epm search" .
33.br
34.B epmq
35is equivalent to
36.BR "epm query" .
37.br
38.B epmcl
39is equivalent to
40.BR "epm changelog" .
41.br
42.B epmqa
43is equivalent to
44.BR "epm packages" .
45.br
46.B epmqp
47is equivalent to
48.BR "epm query package" .
49.br
50.B epmqf
51is equivalent to
52.BR "epm query file" .
53.br
54.B epmqi
55is equivalent to
56.BR "epm info" .
57.br
58.B epmql
59is equivalent to
60.BR "epm filelist" .
61.br
62.B epmu
63is equivalent to
64.BR "epm update" .
65.br
66.SH DESCRIPTION
67.BI
68With eepm you can do all package management jobs with the same set of commands on any operation system or distributive.
69.BI
70Eepm can be used manually, in shell scripts or other programs.
71
72Please use epm --help to get detail command explain.
73.SH OPTIONS
74.TP
75.I -h
76Display help
77.TP
78.I -V
79Show version and exit
80.TP
81.I -v
82activate verbose output, mainly useful for debugging.
83.TP
84.I --force
85force operation
86.SH CONFIG
87TODO: epm reads /etc/eepm/eepm.conf so you can leave your default options there.
88.SH ENV
89You can override used system package manager via FORCEPM environment variable.
90autodetected PM: apt-rpm, apt-dpkg, urpm-rpm, pkgsrc, emerge, pacman, yum-rpm, slackpkg, zypper-rpm, conary, chocolatey, homebrew, opkg, guix, android, aptcyg, apk, tce, xbps
91not autodetected PM: npackd, pkgng, deepsolver-rpm, packagekit
92
93.SH BUGS
94Please report any bugs to lav@etersoft.ru
95.SH EXIT STATUS
96.B any epm command
97will return zero on success and non zero on operation failure.
98.SH SEE ALSO
99.BR serv (1), erc (1)
100.TP
101.B http://wiki.etersoft.ru/eepm
102EEPM wiki page
103