Sortix volatile manual
This manual documents Sortix volatile, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
tix-install — install packages into a collectionSYNOPSIS
tix-install | [-q] [--collection=collection] [--reinstall] [--quiet] file ... |
DESCRIPTION
tix-install installs packages in the .tix.tar.xz format into a tix collection, as created with tix-collection(8). tix-install is a low-level tool and ordinarily installations and upgrades would occur through the tix(8), tix-upgrade(8), tix-port(8), sysinstall(8), sysupgrade(8), or sysmerge(8) programs instead. Packages are created from port(5) files using tools such as tix-port(8).- --collection=collection
- Specifies which collection to install into.
- --reinstall
-
Reinstall packages if already installed, rather than failing.
- -q, --quiet
- Be quiet rather than outputting a message saying the package is being uninstalled.