LinuxCommandLibrary

prt-get

prt-get

TLDR

Install a package

$ prt-get install [package]
copy


Install a package with dependency handling
$ prt-get depinst [package]
copy


Update a package manually
$ prt-get upgrade [package]
copy


Remove a package
$ prt-get remove [package]
copy


Upgrade the system from the local ports tree
$ prt-get sysup
copy


Search the ports tree
$ prt-get search [query]
copy


Search for a file in a package
$ prt-get fsearch [file]
copy

Copied to clipboard