Skip to content

smartos上如何安装软件

SmartOS使用NetBSD的pkgsrc来安装软件。

具体方式如下:

  1. 安装pkgin工具:
    先到 http://pkgsrc.joyent.com/packages/SmartOS/bootstrap/上看看最新的pkgin源码包是什么。如目前最新为bootstrap-2015Q4-x86_64.tar.gz
  2. 安装
    cd /
    curl -k http://pkgsrc.joyent.com/packages/SmartOS/bootstrap/bootstrap-2015Q4-x86_64.tar.gz | gzcat | tar -xf -
  3. 重新编译软件包数据库
    # pkg_admin rebuild
  4. 更新pkgin数据库
    pkgin -y up
  5. 安装软件
    pkgin in  pkg_name
  6. pkgin常用命令列表
    Command Description
    pkgin up Updates the pkgin database. You should run this command before installing any new packages just in case.
    pkgin ls Lists all the installed packages
    pkgin av Lists all of the available packages
    pkgin in Installs a package
    pkgin rm Removes a package
    pkgin se Searches for a package
    pkgin With no additional arguments, lists all of the available pkgin commands.
Avatar

专业Linux/Unix/Windows系统管理员,开源技术爱好者。对操作系统底层技术,TCP/IP协议栈以及信息系统安全有强烈兴趣。电脑技术之外,则喜欢书法,古典诗词,数码摄影和背包行。

Sidebar