grahamperrin

pkg-repositories(8), 2025-03-06

Apr 19th, 2025
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | Software | 0 0
  1. PKG-REPOSITORIES(8) FreeBSD System Manager's Manual PKG-REPOSITORIES(8)
  2.  
  3. NAME
  4. pkg repositories – display configured repositories
  5.  
  6. SYNOPSIS
  7. pkg repositories [-d] [-e] [-l] [repositories]
  8.  
  9. pkg repositories [--disabled] [--enabled] [--list] [repositories]
  10.  
  11. DESCRIPTION
  12. pkg repositories displays configured repositorieses.
  13.  
  14. If given the name of an existing repository as an argument, only print
  15. its configuration. Without arguments all repositorieses are printed.
  16.  
  17. OPTIONS
  18. The following options are supported by pkg repositories:
  19.  
  20. -d, --disabled
  21. Print disabled repositories only.
  22.  
  23. -d, --enabled
  24. Print enabled repositories only.
  25.  
  26. -l, --list
  27. Print the list of repository names.
  28.  
  29. FILES
  30. pkg.conf(5) pkg-repository(5)
  31.  
  32. EXAMPLES
  33. Display all repositories:
  34. % pkg repositories -l
  35. Display all repositories configurations:
  36. % pkg repositories
  37.  
  38. SEE ALSO
  39. pkg_create(3), pkg_printf(3), pkg_repo_create(3), pkg_repos(3),
  40. pkg-keywords(5), pkg-lua-script(5), pkg-repository(5), pkg-script(5),
  41. pkg-triggers(5), pkg.conf(5), pkg(8), pkg-add(8), pkg-alias(8),
  42. pkg-annotate(8), pkg-audit(8), pkg-autoremove(8), pkg-check(8),
  43. pkg-clean(8), pkg-config(8), pkg-create(8), pkg-delete(8), pkg-fetch(8),
  44. pkg-info(8), pkg-install(8), pkg-key(8), pkg-lock(8), pkg-query(8),
  45. pkg-register(8), pkg-repo(8), pkg-rquery(8), pkg-search(8), pkg-set(8),
  46. pkg-shell(8), pkg-shlib(8), pkg-ssh(8), pkg-stats(8), pkg-triggers(8),
  47. pkg-update(8), pkg-updating(8), pkg-upgrade(8), pkg-version(8),
  48. pkg-which(8)
  49.  
  50. FreeBSD 15.0-CURRENT March 6, 2025 FreeBSD 15.0-CURRENT
Advertisement
Add Comment
Please, Sign In to add comment