File tree Expand file tree Collapse file tree
src/content/docs/Users/System Management Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22title : Manage Moss States and Packages
3- lastUpdated : 2025-09-28T16:14:34Z
3+ lastUpdated : 2026-02-20T13:33:00Z
44description : Learn how to inspect and switch states, search for software, and keep an AerynOS system up to date with moss.
55---
66
@@ -65,6 +65,23 @@ sudo moss search-file libEGL.so
6565
6666` moss search-file ` scans files from installed packages only.
6767
68+ ## Fetch package stones
69+
70+ Use ` moss fetch ` to download one or more package ` .stone ` files by name without installing them on the current system.
71+
72+ ``` bash
73+ moss fetch howdy-git
74+ ```
75+
76+ Fetch multiple packages into a custom output directory:
77+
78+ ``` bash
79+ moss fetch howdy-git fractional --output-dir ~ /stones
80+ ```
81+
82+ ` moss fetch ` writes downloaded files to the current directory by default. Add ` --verbose ` when you need more detailed progress output.
83+ If a package cannot be resolved, refresh repository metadata and try again:
84+
6885## Install software
6986
70871 . Refresh repository metadata when needed.
You can’t perform that action at this time.
0 commit comments