Skip to content

Commit 12b8a33

Browse files
CookieSourceNomadicCore
authored andcommitted
Update moss-state-management.mdx
1 parent 7f50e02 commit 12b8a33

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

src/content/docs/Users/System Management/moss-state-management.mdx

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Manage Moss States and Packages
3-
lastUpdated: 2025-09-28T16:14:34Z
3+
lastUpdated: 2026-02-20T13:33:00Z
44
description: 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

7087
1. Refresh repository metadata when needed.

0 commit comments

Comments
 (0)