1.1、GNU DiffUtils简介
是什么 ? | : | several programs related to finding differences between files. |
开发语言 | : | C |
开发组织 | : | GNU |
官方主页 | : | https://www.gnu.org/software/diffutils |
1.2、通过包管理器安装GNU DiffUtils
操作系统 | 包管理器 | 安装命令 |
---|
Windows | scoop | scoop install diffutils |
Windows | Chocolatey | choco install -y diffutils |
macOS | HomeBrew | brew install diffutils |
GNU/Linux | HomeBrew | brew install diffutils |
| apt | sudo apt-get install -y diffutils |
CentOS | yum | sudo yum install -y diffutils |
| dnf | sudo dnf install -y diffutils |
openSUSE | zypper | sudo zypper install -y diffutils |
Alpine Linux | apk | sudo apk add diffutils |
Arch Linux ArcoLinux Manjaro Linux | pacman | sudo pacman -Syyu --noconfirm sudo pacman -S --noconfirm diffutils |
Gentoo Linux | Portage | sudo emerge diffutils |
1.3、通过编译源码安装GNU DiffUtils
1.4、GNU DiffUtils中包含的命令