Another partial translation
[pacman-docs-ita.git] / repo-add.8.txt
blobb9956e9bc30b71143d0b5d2e6506829e8be1d7b7
1 /////
2 vim:set ts=4 sw=4 syntax=asciidoc noet:
3 /////
4 repo-add(8)
5 ==========
7 Name
8 ----
9 ////
10 * If we use this below line, the manpage name comes out all weird. We also
11 * can't use two separate lines, which is quite annoying. *
12 repo-add, repo-remove - package database maintenance utilities
13 ////
14 repo-add - package database maintenance utility
17 Synopsis
18 --------
19 repo-add [-q] <path-to-db> <package1> [<package2> ...]
21 repo-remove [-q] <path-to-db> <packagename> [<packagename2> ...]
24 Description
25 -----------
26 repo-add and repo-remove are two scripts to help build a package database for
27 packages built with linkman:makepkg[8] and installed with linkman:pacman[8].
29 repo-add will update a package database by reading a built package file.
30 Multiple packages to add can be specified on the command line.
32 repo-remove will update a package database by removing the package name
33 specified on the command line. Multiple packages to remove can be specified
34 on the command line.
37 Options
38 -------
39 *-q, \--quiet*::
40         Force this program to keep quiet and run silent except for warning and
41         error messages.
44 See Also
45 --------
46 linkman:makepkg[8], linkman:pacman[8]
48 include::footer.txt[]