【背景】
尝试在 CentOS 8 上编译安装 snapd ,报错:
No matching package to install: 'glibc-static'
【安装】
网址:https://centos.pkgs.org/8/centos-powertools-x86_64/glibc-static-2.28-164.el8.x86_64.rpm.html
wget https://vault.centos.org/centos/8/PowerTools/x86_64/os/Packages/glibc-static-2.28-164.el8.x86_64.rpm rpm -ivh glibc-static-2.28-164.el8.x86_64.rpm --nodeps
参考:https://blog.csdn.net/Think88666/article/details/119579205