linux pkgsrc 学习(一) 安装pkgsrc
使用pkgsrc.joyent.com 提供的linux 包 下载包 # # Copy and paste the lines below to install the 64-bit EL 7.x set. # BOOTSTRAP_TAR="bootstrap-trunk-x86_64-20170127.tar.gz" BOOTSTRAP_SHA="eb0d6911489579ca893f67f8a528ecd02137d43a" # Download the bootstrap kit to the current directory. curl -O https://pkgsrc.joyent.com/packages/Linux/el7/bootstrap/${BOOTSTRAP_TAR} # Verify the SHA1 checksum. echo "${BOOTSTRAP_SHA} ${BOOTSTRAP_TAR}" >check-shasum sha1sum -c check-shasum # Verify PGP signature. This step is optional, and requires gpg. curl -O https://pkgsrc.joyent.com/packages/Linux/el7/bootstrap/$