The port Command


The port Command

help:

port help selfupdate

selfupdate:

sudo port selfupdate

search:

port search tftp

uninstall

sudo port uninstall tftp

 

To also recursively uninstall the ports that the given port depends on, use the ‑‑follow‑dependencies flag. This will not uninstall dependencies that are marked as requested or that have other dependents.

sudo port uninstall --follow-dependencies tftp

 

posted @ 2013-11-29 11:50  galoishelley  阅读(204)  评论(0)    收藏  举报