【问题标题】:RPM equivalent of pacman -Syu or apt-get update && apt-get upgradeRPM 相当于 pacman -Syu 或 apt-get update && apt-get upgrade
【发布时间】:2016-05-01 03:30:04
【问题描述】:

我最近刚刚安装了 OpenSUSE Tumbleweed,之前从未使用过基于 rpm 的系统。对于这样的系统,我没有找到像 Archwiki 这样的合适指南。 OpenSUSE 中的什么终端命令相当于

pacman -Syu

apt-get update && apt-get upgrade

在 OpenSUSE 中?

【问题讨论】:

    标签: terminal rpm opensuse


    【解决方案1】:

    RPM 是包管理后端,如 Ubuntu 中的 dpkg。 OpenSUSE 使用 zypper,相当于 apt

    相当于 OpenSUSE 中的 apt-get update && apt-get upgrade

    zypper refresh && zypper update
    

    【讨论】:

      猜你喜欢
      • 2012-10-30
      • 1970-01-01
      • 2014-09-15
      • 1970-01-01
      • 2020-12-22
      • 2021-12-09
      • 1970-01-01
      • 1970-01-01
      • 2012-02-14
      相关资源
      最近更新 更多