prt-get
Prt-get is a command line package management tool used in the package management system in CRUX Linux distribution. It stands for "package removal tool" and is primarily used for installing, upgrading, and removing software packages. The tool uses the Ports Collection, which contains information about available software packages and their dependencies. Prt-get simplifies the process of managing software by handling dependencies and automatically resolving conflicts during installations and upgrades. The tool also uses a simple configuration file to define package sources and repositories. It supports both binary and source package installations and provides various options for managing packages, such as searching for packages, upgrading packages to newer versions, and listing installed packages. Additionally, prt-get has a comprehensive and intuitive user manual that provides detailed information on its usage and features.
List of commands for prt-get:
-
prt-get:tldr:1bc3b prt-get: Search for a file in a package.$ prt-get fsearch ${file}try on your machineexplain this command
-
prt-get:tldr:32c37 prt-get: Remove a package.$ prt-get remove ${package_name}try on your machineexplain this command
-
prt-get:tldr:46e58 prt-get: Search the ports tree.$ prt-get search ${package_name}try on your machineexplain this command
-
prt-get:tldr:8e09e prt-get: Install a package.$ prt-get install ${package_name}try on your machineexplain this command
-
prt-get:tldr:90065 prt-get: Update a package manually.$ prt-get upgrade ${package_name}try on your machineexplain this command
-
prt-get:tldr:a6aa3 prt-get: Upgrade the system from the local ports tree.$ prt-get sysuptry on your machineexplain this command
-
prt-get:tldr:eddbb prt-get: Install a package with dependency handling.$ prt-get depinst ${package_name}try on your machineexplain this command