💾 Archived View for henn.es › cheatsheet › xbps.gmi captured on 2023-07-22 at 16:21:12. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-06-03)

-=-=-=-=-=-=-

hennes' XBPS Package Manager cheatsheet

Update installed packages:

xbps-install -Su

Sync index and install new package:

xbps-install -S <package_name>

Search available repositories for packages:

xbps-query -Rs <search_pattern>

Search for locally-installed packages:

xbps-query -s <search_pattern>

Remove package recursively, clean cache and remove orphans:

xbps-remove -ROo <package_name>