1.1、GNU CoreUtils简介
是什么 ? | : | the core utilities which are expected to exist on every operating system. |
开发语言 | : | C |
开发组织 | : | GNU |
官方主页 | : | https://www.gnu.org/software/coreutils |
1.2、通过包管理器安装GNU CoreUtils
操作系统 | 包管理器 | 安装命令 |
---|
Windows | scoop | scoop install coreutils |
Windows | Chocolatey | choco install -y msys2 (msys2) |
macOS | HomeBrew | brew install coreutils |
GNU/Linux | HomeBrew | brew install coreutils |
| apt | sudo apt-get install -y coreutils |
CentOS | yum | sudo yum install -y coreutils |
| dnf | sudo dnf install -y coreutils |
openSUSE | zypper | sudo zypper install -y coreutils |
Alpine Linux | apk | sudo apk add coreutils |
Arch Linux ArcoLinux Manjaro Linux | pacman | sudo pacman -Syyu --noconfirm sudo pacman -S --noconfirm coreutils |
Gentoo Linux | Portage | sudo emerge coreutils |
1.3、通过源码装GNU CoreUtils
1.4、GNU CoreUtils中包含的命令