EndeavourOS 怎么用: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 September 2025

  • curprev 10:2910:29, 29 September 2025Mwroot talk contribs 644 bytes −29 No edit summary
  • curprev 10:2910:29, 29 September 2025Mwroot talk contribs 673 bytes +673 Created page with "《EndeavourOS 怎么用》 == pacman == <syntaxhighlight lang="bash" line> # 更新系统 sudo pacman -Syu # 仅更新数据库 sudo pacman -Sy # 搜索软件 pacman -Ss # 安装软件 sudo pacman -S # 卸载软件 sudo pacman -R # 卸载无用依赖 sudo pacman -Rns </syntaxhighlight> == AUR == <syntaxhighlight lang="bash" line> # aur: arch user repo # 更新系统 yay -Syu # 搜索包 yay -Ss # 安装包 yay -S </syntaxhighlight> == VirtualBox == <syntaxhig..."