Forrest logo
back to context overview

repo-add

List of commands for repo-add:

  • repo-add:tldr:7ffa9 repo-add: Add all package binaries in the current directory without showing color.
    $ repo-add --nocolor ${path-to-database-db-tar-gz} ${*-pkg-tar-zst}
    try on your machine
    explain this command
  • repo-add:tldr:d26f4 repo-add: Add all package binaries in the current directory and remove the old database file.
    $ repo-add --remove ${path-to-database-db-tar-gz} ${*-pkg-tar-zst}
    try on your machine
    explain this command
  • repo-add:tldr:e2f3b repo-add: Add all package binaries in the current directory in silent mode except for warning and error messages.
    $ repo-add --quiet ${path-to-database-db-tar-gz} ${*-pkg-tar-zst}
    try on your machine
    explain this command
back to context overview