1 (edited by takashikun 2013-06-24 18:57:56)

Topic: problem installing firefox 22

I am running CentOS release 6.3 (Final)

When I try to install Firefox 22, I am taking the following steps:

 
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
rpm -Uvh rpms.famillecollet.com/enterprise/remi-release-6.rpm

 yum --enablerepo=remi install firefox.x86_64

but I get the following message:

Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package firefox.x86_64 0:17.0.3-1.el6.centos will be updated
---> Package firefox.x86_64 0:22.0-1.el6.remi will be an update
--> Processing Dependency: xulrunner-last(x86-64) >= 22.0-1 for package: firefox-22.0-1.el6.remi.x86_64
--> Running transaction check
---> Package xulrunner-last.x86_64 0:22.0-1.el6.remi will be installed
--> Processing Dependency: libz.so.1(ZLIB_1.2.0)(64bit) for package: xulrunner-last-22.0-1.el6.remi.x86_64
--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: xulrunner-last-22.0-1.el6.remi.x86_64
--> Finished Dependency Resolution
Error: Package: xulrunner-last-22.0-1.el6.remi.x86_64 (remi)
           Requires: libz.so.1(ZLIB_1.2.0)(64bit)
Error: Package: xulrunner-last-22.0-1.el6.remi.x86_64 (remi)
           Requires: libjpeg.so.62(LIBJPEG_6.2)(64bit)

Re: problem installing firefox 22

You need to update to 6.4.

$ rpm -q --whatprovides 'libz.so.1(ZLIB_1.2.0)(64bit)'
zlib-1.2.3-29.el6.x86_64
$ rpm -q --whatprovides 'libjpeg.so.62(LIBJPEG_6.2)(64bit)'
libjpeg-turbo-1.2.1-1.el6.x86_64
Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi