-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheat.1
33 lines (27 loc) · 997 Bytes
/
eat.1
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
.TH EAT 1 "27 March 2022" "eat alpha" "Packaging Manual"
.SH NAME
eat \- the package manager for Linux
.SH SYNOPSIS
eatinst package [-h],
eathelp
.SH DESCRIPTION
eat is a package manager that installs programs without touching the actual Linux system. It downloads
and installs programs from YAML manifests. It extracts the YAML manifest and gets out the metadata
of the application, and adds it to your PATH.
.SH ARGUMENTS
eatinst
Optional
-h: Display help message
Positional
target: what to install
.SH CONTRIBUTE
Eat is released to the public under the GNU General Public License, along with it's
sources.
Help contribute to Eat and the free software domain by adding new manifests to the sources
(https://github.com/EatInstall/Network), and report bugs (https://github.com/EatInstall/Eat/issues).
.SH COPYRIGHT
The eat package manager is under the GNU GPLv3, and this document is under the GNU All-Permissive
License.
.SH SEE ALSO
.BR apt (8)
.BR install (1)