File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# repo-add
2
2
3
3
> Package database maintenance utility which enables installation of said package via Pacman.
4
+ > See also: ` repo-remove ` .
4
5
> More information: < https://manned.org/repo-add > .
5
6
6
7
- Create an empty repository:
7
8
8
9
` repo-add {{path/to/database.db.tar.gz}} `
9
10
10
- - Add all package binaries in the current directory and remove the old database file:
11
+ - Add packages to the repository:
12
+
13
+ ` repo-add {{path/to/database.db.tar.gz}} {{package1.pkg.tar.zst package2.pkg.tar.zst ...}} `
14
+
15
+ - Add all package binaries in the current directory and remove any outdated package files:
11
16
12
17
` repo-add {{[-R|--remove]}} {{path/to/database.db.tar.gz}} {{*.pkg.tar.zst}} `
13
18
Original file line number Diff line number Diff line change 1
1
# repo-remove
2
2
3
3
> Package database maintenance utility which removes packages from a local repository.
4
+ > See also: ` repo-add ` .
4
5
> More information: < https://manned.org/repo-add > .
5
6
6
7
- Remove a package from a local repository:
You can’t perform that action at this time.
0 commit comments