我是 Linux 新手。我正在尝试在 Redhat 6.4 上安装 MapTiler 产品,但 MapTiler RPM 是为 Redhat 7 制作的,它依赖于 Redhat 7 GUI 库。我不会使用 MapTiler GUI,而只会通过命令行使用它。因此,希望这些依赖关系不是绝对必要的。
安装尝试执行为:
sudo yum install maptiler-0.5.5-pro-linux.el7.x86_64.rpm
但它的输出是:
Error: Package: maptiler-pro-0.5.5.1-1.x86_64 (/maptiler-0.5.5-pro-linux.el7.x86_64)
Requires: qt4 >= 4.7
Installed: 1:qt-4.6.2-25.el6.x86_64 (@anaconda-RedHatEnterpriseLinux-201301301459.x86_64/6.4)
qt4 = 4.6.2-25.el6
Available: 1:qt-4.6.2-16.el6.i686 (rhel-x86_64-server-6-prod)
qt4 = 4.6.2-16.el6
Available: 1:qt-4.6.2-17.el6.i686 (rhel-x86_64-server-6-prod)
qt4 = 4.6.2-17.el6
Available: 1:qt-4.6.2-17.el6_1.1.i686 (rhel-x86_64-server-6-prod)
qt4 = 4.6.2-17.el6_1.1
Available: 1:qt-4.6.2-19.el6.i686 (rhel-x86_64-server-6-prod)
qt4 = 4.6.2-19.el6
Available: 1:qt-4.6.2-20.el6.i686 (rhel-x86_64-server-6-prod)
qt4 = 4.6.2-20.el6
Available: 1:qt-4.6.2-24.el6.i686 (rhel-x86_64-server-6-prod)
qt4 = 4.6.2-24.el6
Available: 1:qt-4.6.2-26.el6_4.i686 (rhel-x86_64-server-6-prod)
qt4 = 4.6.2-26.el6_4
Available: 1:qt-4.6.2-28.el6_5.i686 (rhel-x86_64-server-6-prod)
qt4 = 4.6.2-28.el6_5
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
有什么线索吗?