常用 pacman,APT,RPM 命令参数
pacman
pacman -S base-devel //安装基本开发工具
-S 安装-y, –refresh download fresh package databases from the server,同步更新package list列表-f, –force force install, overwrite conflicting files-i, –info view package information-l, –list <repo> view a list of packages in a repo-w, –downloadonly download packages but do not install/upgrade anything-g, –groups view all members of a package group,包括运程服务器上的group-s, –search <regex> search remote repositories for matc
...