tux
[ -r
root ]
[ -N ]
[ -v ]
command
[ args ]tux
is the high-level package manager for OpenTUX.
It resolves dependencies, drives
mkpkg(8)
for building, and calls
pkg.add(8)
/
pkg.del(8)
for installation and removal.
Port directories are searched in the order defined in
tux.conf(5).
When multiple ports provide the same package, the last
matching directory wins.install pkgupdate pkgremove pkgprepare [pkg]build [pkg]sysupautoremovediffdepends pkgrdepends pkgorphansinitdbcheckdblock pkgsysup from updating it.unlock pkglocked-r path, --root path0
on success,
1
on error.tux install firefox # install with dependencies tux update openssl # update single package tux sysup # update entire system tux prepare # install makedeps for cwd port tux diff # see what's outdated tux depends mesa # show mesa's dep tree tux rdepends openssl # who depends on openssl tux lock rust # prevent kernel updates tux autoremove # clean up orphans