我正在尝试在我的 Linux 本地计算机上安装 mosquitto-clients。我正在使用以下命令安装 mosquitto-clients。
sudo yum install mosquitto mosquitto-clients
命令行输出:
[root@ip-172-31-40-6 ec2-user]# sudo yum install mosquitto mosquitto-clients
Loaded plugins: priorities, update-motd, upgrade-helper
824 packages excluded due to repository priority protections
Resolving Dependencies
--> Running transaction check
---> Package mosquitto.x86_64 0:1.5.8-1.el7 will be installed
--> Processing Dependency: libsystemd.so.0(LIBSYSTEMD_209)(64bit) for package: mosquitto-1.5.8-1.el7.x86_64
--> Processing Dependency: systemd for package: mosquitto-1.5.8-1.el7.x86_64
--> Processing Dependency: systemd for package: mosquitto-1.5.8-1.el7.x86_64
--> Processing Dependency: libsystemd.so.0()(64bit) for package: mosquitto-1.5.8-1.el7.x86_64
---> Package mosquitto-clients.x86_64 0:1.5.5-1.4 will be installed
--> Finished Dependency Resolution
Error: Package: mosquitto-1.5.8-1.el7.x86_64 (epel)
Requires: libsystemd.so.0()(64bit)
Error: Package: mosquitto-1.5.8-1.el7.x86_64 (epel)
Requires: libsystemd.so.0(LIBSYSTEMD_209)(64bit)
Error: Package: mosquitto-1.5.8-1.el7.x86_64 (epel)
Requires: systemd
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@ip-172-31-40-6 ec2-user]#
截屏:
