无法下载依赖软件软件包报错(No match for argument:*** Error: Unable to find a match: ***)

以rpcgen软件包为例

[root@localhost build]# yum install rpcgen -y

Last metadata expiration check: 0:20:02 ago on Sun 01 Sep 2024 03:41:03 AM EDT.

No match for argument: rpcgen

Error: Unable to find a match: rpcgen

源的问题,就是说在官方源找不到需要安装的软件包或者三方源找不到,亦或者都找不要到该软件包

解决方法两种

可能是没有安装三方源,安装三方源:

 yum -y install epel-release

在执行一次

yum install rpcgen -y

还是失败的用下面一种方式安装

可以通过官网去下载: rpcgen(1) — Arch manual pages

将他上传到Linux系统中,并进行解压,编译安装、


[root@localhost src]#tar xf rpcsvc-proto-1.4.tar.gz 
[root@localhost src]# cd rpcsvc-proto-1.4/
[root@localhost rpcsvc-proto-1.4]# ls
aclocal.m4  ChangeLog  config.h.in  configure.ac  depcomp  install-sh   Makefile.in  NEWS    rpcgen  THANKS
AUTHORS     compile    configure    COPYING       INSTALL  Makefile.am  missing      README  rpcsvc
[root@localhost rpcsvc-proto-1.4]# ./configure &&make && make install

执行以上步骤,系统中就有你安装的依赖软件包了。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值