Translations:FAQ/56/zh

From GhostBSD Wiki
Revision as of 15:22, 6 October 2019 by Litchi (Talk | contribs) (Created page with "有三种安装方式: * OctoPkg 是基于 GTK+ 的图像化工具,可安装(查找、安装和删除软件) BSD 系统下的二进制文件包。 * FreeBSD 软件...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

有三种安装方式:

  • OctoPkg 是基于 GTK+ 的图像化工具,可安装(查找、安装和删除软件) BSD 系统下的二进制文件包。
  • FreeBSD 软件管理器 PKG ,使用命令行安装文件 pkg install XXX (10.x 版本以前 , 为旧式的 pkg_* 工具)
  • FreeBSD Ports is one of the most useful and unique features of FreeBSD compared to most Linux distributions. If installed, it can be found under /usr/ports and contains the Makefiles (think "recipes" if you are new to this concept) used to automatically build (fetch source code, configure, compile, install) a vast amount of software. A menu-driven system allows you to tweak compile options which makes this an easy to use but extremely flexible method of installing software.