宝塔用户_humlzl 发表于 2021-9-22 11:57:47

大炮运维V587 发表于 2021-9-21 15:03
您好,debian的话,不能使用yum的,您重新发帖吧,这个和版主发的问题不一样 ...

好的。thanks,收到~

大炮运维V587 发表于 2021-9-22 14:55:45

宝塔用户_wrzcof 发表于 2021-9-20 10:57
嗯,跟步骤走的

问题解决没有?

大炮运维V587 发表于 2021-10-8 09:51:35

凌丞啦 发表于 2021-10-7 12:11
你好我也遇见了同样的问题,按照id谢花郎大佬的教程没有解决,请求支援

服务器的版本说下

大炮运维V587 发表于 2021-10-8 15:24:46

凌丞啦 发表于 2021-10-8 15:07
centos7.6+宝塔7.7.0

我·也·安装之前谢花郎大佬说的照着尝试了一下可是都无法成功,您看方不方便帮我 ...
wget -O /etc/yum.repos.d/rspamd.repo https://rspamd.com/rpm-stable/centos-7/rspamd.repo
rpm --import https://rspamd.com/rpm-stable/gpg.key
yum makecache
yum install rspamd -y
您好,您到服务器上执行下这个命令试试,这是针对CentOS7的安装

大炮运维V587 发表于 2021-10-8 15:25:23

    wget -O /etc/yum.repos.d/rspamd.repo https://rspamd.com/rpm-stable/centos-8/rspamd.repo
    rpm --import https://rspamd.com/rpm-stable/gpg.key
    yum install rspamd -y
这个是针对centos8的安装 rspamd

大炮运维V587 发表于 2021-10-8 15:39:15

凌丞啦 发表于 2021-10-8 15:38
你好刚刚按照你发的命令试了一下还是不行再执行第二段的时候没有反应结果,我不太懂这个 ...

看不到你的截图

大炮运维V587 发表于 2021-10-8 15:52:05

凌丞啦 发表于 2021-10-8 15:49
这次可以看见了嘛
这是什么系统?你重新发帖吧,这样给你解决问题,原贴主会收到大量的消息的

大炮运维V587 发表于 2021-10-9 14:17:47

凌丞啦 发表于 2021-10-8 16:03
宝塔邮局管理器-------Rspamd未安装,请点击修复按钮
https://www.bt.cn/bbs/thread-77418-1-1.html
(出处 ...

问题已经解决

宝塔用户_lnzqbp 发表于 2022-2-27 16:51:14

我的是Ubuntu18,也是提示这个。上rspamd官网,按提示安装成功。
sudo apt-get install -y lsb-release wget # optional
CODENAME=`lsb_release -c -s`
sudo mkdir -p /etc/apt/keyrings
wget -O- https://rspamd.com/apt-stable/gpg.key | gpg --dearmor | sudo tee /etc/apt/keyrings/rspamd.gpg > /dev/null
echo "deb http://rspamd.com/apt-stable/ $CODENAME main" | sudo

tee /etc/apt/sources.list.d/rspamd.list
echo "deb-src http://rspamd.com/apt-stable/ $CODENAME main"|

sudo tee -a /etc/apt/sources.list.d/rspamd.list
sudo apt-get upgrade
sudo apt-get update
sudo apt-get --no-install-recommends install rspamd

宝塔用户_yvajrq 发表于 2022-10-3 17:14:15

宝塔用户_lnzqbp 发表于 2022-2-27 16:51
我的是Ubuntu18,也是提示这个。上rspamd官网,按提示安装成功。
sudo apt-get install -y lsb-release wge ...

这是按照您的方法做的结果,亲吻我下一步应该怎么办呢


The following packages have unmet dependencies:
rspamd : Depends: libc++1-13 (>= 1:13.0.1~++20220120110844+75e33f71c2da) but it is not installable
          Depends: libc++abi1-13 (>= 1:13.0.1~++20220120110844+75e33f71c2da) but it is not installable
          Depends: libunwind-13 (>= 1:13.0.1~++20220120110844+75e33f71c2da) but it is not installable
E: Unable to correct problems, you have held broken packages.

xiaoju 发表于 2024-10-7 10:16:56

大炮运维V587 发表于 2021-9-21 15:03
您好,debian的话,不能使用yum的,您重新发帖吧,这个和版主发的问题不一样 ...

$ sudo yum install rspamd -y
上次元数据过期检查:2:56:42 前,执行于 2024年10月07日 星期一 07时19分02秒。
错误:
问题: 冲突的请求
- nothing provides libcrypto.so.10()(64bit) needed by rspamd-3.8.4-1.el7.x86_64 from rspamd
- nothing provides libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) needed by rspamd-3.8.4-1.el7.x86_64 from rspamd
- nothing provides libcrypto.so.10(libcrypto.so.10)(64bit) needed by rspamd-3.8.4-1.el7.x86_64 from rspamd
- nothing provides libssl.so.10()(64bit) needed by rspamd-3.8.4-1.el7.x86_64 from rspamd
- nothing provides libssl.so.10(libssl.so.10)(64bit) needed by rspamd-3.8.4-1.el7.x86_64 from rspamd
- nothing provides libjemalloc.so.1()(64bit) needed by rspamd-3.8.4-1.el7.x86_64 from rspamd
(尝试添加 '--skip-broken' 来跳过无法安装的软件包 或 '--nobest' 来不只使用软件包的最佳候选)

宝塔用_468c 发表于 2024-11-15 20:53:48

wget -O /etc/yum.repos.d/rspamd.repo https://rspamd.com/rpm-stable/centos-7/rspamd.repo
rpm --import https://rspamd.com/rpm-stable/gpg.key
yum makecache
yum install rspamd -y --nogpgcheck
页: 1 [2] 3
查看完整版本: 【已解决】【宝塔邮局管理器】Rspamd一直提示未安装