虽然我能够安装pidgin,但我只是追求CLI变体芬奇为IRC。
更广泛地说,我不记得如何添加回购的细节,我也不知道哪一个回购。
主要是:how --我能找到有芬奇的回购吗?
[nsaunders@rolly ~]$
[nsaunders@rolly ~]$ sudo yum install -y finch
Last metadata expiration check: 0:13:32 ago on Sun 07 Jun 2020 05:07:27 AM PDT.
No match for argument: finch
Error: Unable to find a match: finch
[nsaunders@rolly ~]$
[nsaunders@rolly ~]$ lsb_release -a
LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: CentOS
Description: CentOS Linux release 8.1.1911 (Core)
Release: 8.1.1911
Codename: Core
[nsaunders@rolly ~]$
[nsaunders@rolly ~]$ cat /etc/yum.conf
[main]
gpgcheck=1
installonly_limit=3
clean_requirements_on_remove=True
best=True
[nsaunders@rolly ~]$
[nsaunders@rolly ~]$ yum repolist
CentOS-8 - AppStream 4.6 MB/s | 7.0 MB 00:01
CentOS-8 - Base 1.3 MB/s | 2.2 MB 00:01
CentOS-8 - Extras 27 kB/s | 6.7 kB 00:00
Last metadata expiration check: 0:00:01 ago on Sun 07 Jun 2020 05:23:35 AM PDT.
repo id repo name status
AppStream CentOS-8 - AppStream 5,318
BaseOS CentOS-8 - Base 1,661
extras CentOS-8 - Extras 20
[nsaunders@rolly ~]$
[nsaunders@rolly ~]$ yum repolist enabled
Last metadata expiration check: 0:00:17 ago on Sun 07 Jun 2020 05:23:35 AM PDT.
repo id repo name status
AppStream CentOS-8 - AppStream 5,318
BaseOS CentOS-8 - Base 1,661
extras CentOS-8 - Extras 20
[nsaunders@rolly ~]$ 在Ubuntu上,yum install finch工作得很好。
发布于 2020-06-07 13:39:42
根据rpmfind的说法,芬奇不适用于CentOS 8,正如你在问题中已经注意到的那样,洋金是可用的。
由于Pidgin项目本身不提供预先构建的包,所以可以考虑从源代码构建它。有关说明,请参阅此页面:https://pidgin.im/development/building/2.x.y/
正如在该页面上所指出的,您只能通过在构建过程中传递--disable-gtkui参数来编译Finch并排除Pidgin。
https://unix.stackexchange.com/questions/591392
复制相似问题