GNU 主要项目源码获取与用途完整表格
项目名称 源码下载方法 在线查看地址 直接下载(示例) 主要用途 依赖关系
GNU Coreutils git clone https://git.savannah.gnu.org/git/coreutils.git 在线查看 wget https://ftp.gnu.org/gnu/coreutils/coreutils-9.4.tar.xz Linux基础命令:ls, cp, mv, rm, cat等 基本独立
GNU Bash git clone https://git.savannah.gnu.org/git/bash.git 在线查看 wget https://ftp.gnu.org/gnu/bash/bash-5.2.tar.gz 默认Shell,命令行解释器 readline, ncurses
GCC git clone https://gcc.gnu.org/git/gcc.git 在线查看 wget https://ftp.gnu.org/gnu/gcc/gcc-13.2.0/gcc-13.2.0.tar.xz C/C++/Fortran/Go等编译器 binutils, gmp, mpfr, mpc
Binutils git clone git://sourceware.org/git/binutils.git 在线查看 wget https://ftp.gnu.org/gnu/binutils/binutils-2.42.tar.xz 二进制工具:as, ld, objdump, ar等 zlib, libiberty
GDB git clone https://sourceware.org/git/binutils-gdb.git 在线查看 wget https://ftp.gnu.org/gnu/gdb/gdb-14.2.tar.xz 源代码级调试器 python, expat, ncurses
Glibc git clone https://sourceware.org/git/glibc.git 在线查看 wget https://ftp.gnu.org/gnu/glibc/glibc-2.39.tar.xz C标准库实现 linux内核头文件
GNU Make git clone https://git.savannah.gnu.org/git/make.git 在线查看 wget https://ftp.gnu.org/gnu/make/make-4.4.1.tar.gz 构建自动化工具 基本独立
GNU Emacs git clone https://git.savannah.gnu.org/git/emacs.git 在线查看 wget https://ftp.gnu.org/gnu/emacs/emacs-29.3.tar.xz 可扩展文本编辑器 gtk/gnutls, libxml2
GNU Sed git clone https://git.savannah.gnu.org/git/sed.git 在线查看 wget https://ftp.gnu.org/gnu/sed/sed-4.9.tar.xz 流文本编辑器 基本独立
GNU Awk (Gawk) git clone https://git.savannah.gnu.org/git/gawk.git 在线查看 wget https://ftp.gnu.org/gnu/gawk/gawk-5.3.0.tar.xz 文本处理和数据提取 readline, mpfr
GNU Grep git clone https://git.savannah.gnu.org/git/grep.git 在线查看 wget https://ftp.gnu.org/gnu/grep/grep-3.11.tar.xz 文本搜索工具 pcre, libpcre2
GNU Tar git clone https://git.savannah.gnu.org/git/tar.git 在线查看 wget https://ftp.gnu.org/gnu/tar/tar-1.35.tar.xz 文件归档工具 acl, selinux, xattr
GNU Wget git clone https://git.savannah.gnu.org/git/wget.git 在线查看 wget https://ftp.gnu.org/gnu/wget/wget-1.21.4.tar.gz 命令行下载工具 gnutls, libpsl, libidn2
GNU GRUB git clone https://git.savannah.gnu.org/git/grub.git 在线查看 wget https://ftp.gnu.org/gnu/grub/grub-2.12.tar.xz 引导加载程序 freetype, libusb
GNU Parted git clone https://git.savannah.gnu.org/git/parted.git 在线查看 wget https://ftp.gnu.org/gnu/parted/parted-3.6.tar.xz 磁盘分区工具 device-mapper
GNU Screen git clone https://git.savannah.gnu.org/git/screen.git 在线查看 wget https://ftp.gnu.org/gnu/screen/screen-4.9.1.tar.gz 终端多路复用器 utempter, pam
GNU Gzip git clone https://git.savannah.gnu.org/git/gzip.git 在线查看 wget https://ftp.gnu.org/gnu/gzip/gzip-1.13.tar.xz 文件压缩工具 基本独立
GNU Bison git clone https://git.savannah.gnu.org/git/bison.git 在线查看 wget https://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.xz 语法分析器生成器 m4, flex
GNU Flex git clone https://github.com/westes/flex 在线查看 wget https://github.com/westes/flex/releases/download/v2.6.4/flex-2.6.4.tar.gz 词法分析器生成器 m4, gettext
GNU Autoconf git clone https://git.savannah.gnu.org/git/autoconf.git 在线查看 wget https://ftp.gnu.org/gnu/autoconf/autoconf-2.72.tar.xz 配置脚本生成器 m4, perl
GNU Automake git clone https://git.savannah.gnu.org/git/automake.git 在线查看 wget https://ftp.gnu.org/gnu/automake/automake-1.16.5.tar.xz Makefile生成器 autoconf, perl
GNU Libtool git clone https://git.savannah.gnu.org/git/libtool.git 在线查看 wget https://ftp.gnu.org/gnu/libtool/libtool-2.4.7.tar.xz 库构建工具 基本独立
GNU Nano git clone https://git.savannah.gnu.org/git/nano.git 在线查看 wget https://ftp.gnu.org/gnu/nano/nano-7.2.tar.xz 简单文本编辑器 ncurses
GNU Findutils git clone https://git.savannah.gnu.org/git/findutils.git 在线查看 wget https://ftp.gnu.org/gnu/findutils/findutils-4.9.0.tar.xz 文件查找工具 selinux
GNU Diffutils git clone https://git.savannah.gnu.org/git/diffutils.git 在线查看 wget https://ftp.gnu.org/gnu/diffutils/diffutils-3.10.tar.xz 文件比较工具 基本独立
GNU Patch git clone https://git.savannah.gnu.org/git/patch.git 在线查看 wget https://ftp.gnu.org/gnu/patch/patch-2.7.6.tar.xz 补丁应用工具 基本独立
GNU Inetutils git clone https://git.savannah.gnu.org/git/inetutils.git 在线查看 wget https://ftp.gnu.org/gnu/inetutils/inetutils-2.5.tar.xz 网络工具集 libwrap, pam
GNU Texinfo git clone https://git.savannah.gnu.org/git/texinfo.git 在线查看 wget https://ftp.gnu.org/gnu/texinfo/texinfo-7.0.3.tar.xz 文档格式化系统 perl, texlive
GNU GLOBAL git clone https://github.com/gnu-global/global 在线查看 wget https://ftp.gnu.org/gnu/global/global-6.6.10.tar.gz 源代码标记系统 ctags, exuberant-ctags
GNU Octave git clone https://github.com/gnu-octave/octave 在线查看 wget https://ftp.gnu.org/gnu/octave/octave-8.4.0.tar.xz 科学计算语言 blas, lapack, qt
GNU GSL git clone https://git.savannah.gnu.org/git/gsl.git 在线查看 wget https://ftp.gnu.org/gnu/gsl/gsl-2.7.1.tar.gz 科学计算库 cblas
GNU MPFR git clone https://gitlab.inria.fr/mpfr/mpfr 在线查看 wget https://ftp.gnu.org/gnu/mpfr/mpfr-4.2.1.tar.xz 多精度浮点运算库 gmp
GNU GMP git clone https://gmplib.org/repo/gmp/ 在线查看 wget https://ftp.gnu.org/gnu/gmp/gmp-6.3.0.tar.xz 多精度算术库 基本独立
GNU Units git clone https://git.savannah.gnu.org/git/units.git 在线查看 wget https://ftp.gnu.org/gnu/units/units-2.23.tar.xz 单位转换工具 readline
GNU Hurd git clone https://git.savannah.gnu.org/git/hurd.git 在线查看 wget https://ftp.gnu.org/gnu/hurd/hurd-0.9.tar.gz GNU操作系统微内核 mach, glibc
GNU Guix git clone https://git.savannah.gnu.org/git/guix.git 在线查看 wget https://ftp.gnu.org/gnu/guix/guix-1.4.0.tar.gz 功能包管理器 guile, sqlite
GNU Time git clone https://git.savannah.gnu.org/git/time.git 在线查看 wget https://ftp.gnu.org/gnu/time/time-1.9.tar.gz 程序执行时间测量 基本独立
GNU bc git clone https://git.savannah.gnu.org/git/bc.git 在线查看 wget https://ftp.gnu.org/gnu/bc/bc-1.07.1.tar.gz 任意精度计算器 readline
GNU dc git clone https://git.savannah.gnu.org/git/dc.git 在线查看 wget https://ftp.gnu.org/gnu/dc/dc-1.07.1.tar.gz 逆波兰式计算器 基本独立
GNU ed git clone https://git.savannah.gnu.org/git/ed.git 在线查看 wget https://ftp.gnu.org/gnu/ed/ed-1.20.tar.lz 经典行编辑器 基本独立
GNU cpio git clone https://git.savannah.gnu.org/git/cpio.git 在线查看 wget https://ftp.gnu.org/gnu/cpio/cpio-2.14.tar.bz2 归档程序 基本独立
GNU M4 git clone https://git.savannah.gnu.org/git/m4.git 在线查看 wget https://ftp.gnu.org/gnu/m4/m4-1.4.19.tar.xz 宏处理器 基本独立
GNU indent git clone https://git.savannah.gnu.org/git/indent.git 在线查看 wget https://ftp.gnu.org/gnu/indent/indent-2.2.13.tar.xz C代码格式化工具 基本独立
GNU cflow git clone https://git.savannah.gnu.org/git/cflow.git 在线查看 wget https://ftp.gnu.org/gnu/cflow/cflow-1.7.tar.xz 函数调用图生成器 基本独立
GNU Gperf git clone https://git.savannah.gnu.org/git/gperf.git 在线查看 wget https://ftp.gnu.org/gnu/gperf/gperf-3.1.tar.gz 完美哈希函数生成器 基本独立
GNU Libmicrohttpd git clone https://git.gnunet.org/libmicrohttpd.git 在线查看 wget https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-1.0.0.tar.gz 小型HTTP服务器库 gnutls
GNU Wget2 git clone https://gitlab.com/gnuwget/wget2 在线查看 wget https://ftp.gnu.org/gnu/wget2/wget2-2.1.0.tar.gz Wget现代化版本 gnutls, nghttp2
GNU Shadow git clone https://github.com/shadow-maint/shadow 在线查看 wget https://github.com/shadow-maint/shadow/releases/download/4.15.1/shadow-4.15.1.tar.xz 密码和账户管理 pam, selinux