opensuse系统安装nginx方法
时间:2016-01-02 22:52 来源:linux.it.net.cn 作者:IT
opensuse系统与我们正常的系统安装软件的方法都不一样需要使用到一个类似apt-get的工具,zypper
例如安装nginx可以用zypper install nginx即可
其他常用命令
zypper se xxxxx 是搜索软件包
zypper in xxxxx 跟你的apt-get install xxxx等价
zypper rm xxxx 删除
zypper up xxxx 更新软件 (责任编辑:IT)
opensuse系统与我们正常的系统安装软件的方法都不一样需要使用到一个类似apt-get的工具,zypper 例如安装nginx可以用zypper install nginx即可 其他常用命令 zypper se xxxxx 是搜索软件包 zypper in xxxxx 跟你的apt-get install xxxx等价 zypper rm xxxx 删除 zypper up xxxx 更新软件 (责任编辑:IT) |