repoforge / rpms

RepoForge.Org package specifications. This is where you can modify RepoForge.Org packages!
repoforge.org
300 stars 218 forks source link

cannot install unoconv in centos 6.5 #319

Closed arundaskd closed 10 years ago

arundaskd commented 10 years ago

When I try to install unoconv I get an error message like

error: Failed dependencies: openoffice.org-pyuno >= 2.0 is needed by unoconv-0.5-1.el6.rf.noarch

I installed libreoffice, as there were no packages available for openoffice.

Thank you

nikosp77 commented 10 years ago

exactly the same problem here (everything works fine with 6.4 but not when installing 6.5)

pvenakis commented 10 years ago

Same problem here

douglascross commented 10 years ago

Same problem here

isharov commented 10 years ago

Same problem here

arundaskd commented 10 years ago

Sorry for the late reply guys. I found a way around to fix the issue by creating a repo directing to an old archive of centos which contains openoffice.org rpms. Follow the steps below to fix the issue Step 1 : Create a file named(can be any name with .repo) Archives.repo Step 2 : Add the following #################################################### [c6-archives] name=CentOS-6 - Archives baseurl=http://vault.centos.org/6.2/updates/$basearch/ gpgcheck=0 enabled=1 ####################################################

and save this file to /etc/yum.repos.d/

Step 3: yum clean all.

Now try to search by using the following command

yum search openoffice.org-

you will now be able to install openoffice dependencies

ankitvadariya commented 8 years ago

100% Working solution is here. 1) Download the latest rpmforge-release rpm from http://apt.sw.be/redhat/el6/en/i386/rpmforge/RPMS/ (I had download http://apt.sw.be/redhat/el6/en/i386/rpmforge/RPMS/rpmforge-release-0.5.3-1.el6.rf.i686.rpm )

2) Install rpmforge-release rpm: rpm -Uvh rpmforge-release*rpm

3) Install unoconv rpm package: yum install unoconv

Source : http://pkgs.org/centos-6/repoforge-i386/unoconv-0.4-1.el6.rf.noarch.rpm.html