宝塔用户_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