CentOS7.2 yum 找不到libc-client-devel
.
# yum install -y libc-client-devel
Loaded plugins: fastestmirror
base | 3.6 kB 00:00:00
extras | 3.4 kB 00:00:00
updates | 3.4 kB 00:00:00
webtatic | 3.6 kB 00:00:00
Loading mirror speeds from cached hostfile
* base: mirrors.zju.edu.cn
* extras: mirrors.zju.edu.cn
* updates: mirrors.zju.edu.cn
* webtatic: sp.repo.webtatic.com
No package libc-client-devel available.
Error: Nothing to do
答案1
Fedora 26:我正在尝试安装libc-client-devel
yum install -y libc-client-devel
这是我的输出:
Last metadata expiration check: 0:00:00 ago on Thu 20 Sep 2018 06:46:58 AM MSK.
Dependencies resolved.
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
uw-imap-devel x86_64 2007f-14.fc26 updates 57 k
Installing dependencies:
libc-client x86_64 2007f-14.fc26 updates 563 k
Transaction Summary
================================================================================
那么,尝试一下:
yum install -y uw-imap-devel libc-client