Packages Skipped Because Of Dependency Problems...

Hello All

I am still working out the basics of Linux.
I have a Centos 7 install. I cannot get this RPM to install. It installs fine under Centos 6.

What am I doing wrong? I really need a GUI Find and Replace program!
--skip broken does not work either.

Thanks in advance
Scott

[root@server ~]# yum localinstall regexxer-0.9-1.el5.rf.x86_64.rpm --skip broken
Loaded plugins: fastestmirror
Examining regexxer-0.9-1.el5.rf.x86_64.rpm: regexxer-0.9-1.el5.rf.x86_64
Marking regexxer-0.9-1.el5.rf.x86_64.rpm to be installed
Skipping: broken, filename does not end in .rpm.
Resolving Dependencies
--> Running transaction check
---> Package regexxer.x86_64 0:0.9-1.el5.rf will be installed
--> Processing Dependency: libatkmm-1.6.so.1()(64bit) for package: regexxer-0.9-1.el5.rf.x86_64
Loading mirror speeds from cached hostfile
* base: mirror.keystealth.org
* epel: mirror.hmc.edu
* extras: mirror.keystealth.org
* rpmforge: mirror.hmc.edu
* updates: mirror.keystealth.org
--> Processing Dependency: libcairomm-1.0.so.1()(64bit) for package: regexxer-0.9-1.el5.rf.x86_64
--> Processing Dependency: libgdkmm-2.4.so.1()(64bit) for package: regexxer-0.9-1.el5.rf.x86_64
--> Processing Dependency: libglade-2.0.so.0()(64bit) for package: regexxer-0.9-1.el5.rf.x86_64
--> Processing Dependency: libglademm-2.4.so.1()(64bit) for package: regexxer-0.9-1.el5.rf.x86_64
--> Processing Dependency: libgtkmm-2.4.so.1()(64bit) for package: regexxer-0.9-1.el5.rf.x86_64
--> Processing Dependency: libpangomm-1.4.so.1()(64bit) for package: regexxer-0.9-1.el5.rf.x86_64
--> Processing Dependency: libpcre.so.0()(64bit) for package: regexxer-0.9-1.el5.rf.x86_64
--> Running transaction check
---> Package atkmm.x86_64 0:2.22.7-3.el7 will be installed
---> Package cairomm.x86_64 0:1.10.0-8.el7 will be installed
---> Package gtkmm24.x86_64 0:2.24.2-8.el7 will be installed
---> Package libglade2.x86_64 0:2.6.4-11.el7 will be installed
---> Package pangomm.x86_64 0:2.34.0-3.el7 will be installed
---> Package regexxer.x86_64 0:0.9-1.el5.rf will be installed
--> Processing Dependency: libglademm-2.4.so.1()(64bit) for package: regexxer-0.9-1.el5.rf.x86_64
--> Processing Dependency: libpcre.so.0()(64bit) for package: regexxer-0.9-1.el5.rf.x86_64

Packages skipped because of dependency problems:
atkmm-2.22.7-3.el7.x86_64 from base
cairomm-1.10.0-8.el7.x86_64 from base
gtkmm24-2.24.2-8.el7.x86_64 from base
libglade2-2.6.4-11.el7.x86_64 from base
pangomm-2.34.0-3.el7.x86_64 from base
regexxer-0.9-1.el5.rf.x86_64 from /regexxer-0.9-1.el5.rf.x86_64


Similar Content



Unable To Install Php-mcrypt

Hello,

I tried as per http://kb.sp.parallels.com/en/118651

Code:
# rpm -Uvh http://dl.fedoraproject.org/pub/epel...6-8.noarch.rpm
Retrieving http://dl.fedoraproject.org/pub/epel...6-8.noarch.rpm
Preparing...                ########################################### [100%]
        package epel-release-6-8.noarch is already installed



[root@aa ~]# yum install php-mcrypt
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
 * epel: ftp.nluug.nl
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package php-mcrypt.x86_64 0:5.3.3-3.el6 will be installed
--> Processing Dependency: php(zend-abi) = 20090626 for package: php-mcrypt-5.3.3-3.el6.x86_64
--> Processing Dependency: php(api) = 20090626 for package: php-mcrypt-5.3.3-3.el6.x86_64
--> Finished Dependency Resolution
Error: Package: php-mcrypt-5.3.3-3.el6.x86_64 (epel)
           Requires: php(api) = 20090626
           Installed: php-common-5.4.26-32.el6.art.x86_64 (@atomic)
               php(api) = 20100412-x86-64
           Available: php-common-5.3.3-38.el6.x86_64 (base)
               php(api) = 20090626
           Available: php-common-5.3.3-40.el6_6.x86_64 (updates)
               php(api) = 20090626
Error: Package: php-mcrypt-5.3.3-3.el6.x86_64 (epel)
           Requires: php(zend-abi) = 20090626
           Installed: php-common-5.4.26-32.el6.art.x86_64 (@atomic)
               php(zend-abi) = 20100525-x86-64
           Available: php-common-5.3.3-38.el6.x86_64 (base)
               php(zend-abi) = 20090626
           Available: php-common-5.3.3-40.el6_6.x86_64 (updates)
               php(zend-abi) = 20090626
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

Please advise

Thanks in anticipation

Utilizing Yum To Update Rpms Based On Linux Security Notices

Hello all.

I'm using RHEL 6.5 Workstation and have a single RHEL system connected to the internet do download rpms based on Security Notices from Red Hat. While on the RHEL system and internet I perform the below:

yum install --downloadonly --resolve --downloaddir=<directory> <package>

My goal is to ensure I capture any dependencies (which is a nightmare)and thus I use the --resolve. When I update my RHEL systems not connected to the internet I perform a yum update. For some yum updates it's goes pretty smooth but for others I'm constantly getting errors about conflicts or other similar errors. An example of when yum updates don't work can be seen below:

Resolving Dependencies
--> Running transaction check
--> Processing Dependency: freetype = 2.3.11-5.el6 for package: freetype-devel-2.3.11-5.el6.x86_64
---> Package freetype.x86_64 0:2.3.11-15.el6_6.1 set to be updated
--> Finished Dependency Resolution
Error: Package: freetype-devel-2.3.11-5.el6.x86_64 (@anaconda-RedHatEnterpriseLinux-201009221801.x86_64/6.0)
Requires: freetype = 2.3.11-5.el6
Removing: freetype-2.3.11-5.el6.x86_64 (@anaconda-RedHatEnterpriseLinux-201009221801.x86_64/6.0)
freetype = 2.3.11-5.el6
Updated By: freetype-2.3.11-15.el6_6.1.x86_64 (security)
freetype = 2.3.11-15.el6_6.1
You could try using --skip-broken to work around the problem
VRTSralus-14.1.1786-0.x86_64 has missing requires of libstdc++.so.5()(64bit)
VRTSralus-14.1.1786-0.x86_64 has missing requires of libstdc++.so.5(CXXABI_1.2)(64bit)



[root@system12 security]# yum update freetype-2.3.11-15.el6_6.1.x86_64.rpm
Loaded plugins: refresh-packagekit, rhnplugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Update Process
Examining freetype-2.3.11-15.el6_6.1.x86_64.rpm: freetype-2.3.11-15.el6_6.1.x86_64
Marking freetype-2.3.11-15.el6_6.1.x86_64.rpm as an update to freetype-2.3.11-5.el6.x86_64
Resolving Dependencies
--> Running transaction check
--> Processing Dependency: freetype = 2.3.11-5.el6 for package: freetype-devel-2.3.11-5.el6.x86_64
---> Package freetype.x86_64 0:2.3.11-15.el6_6.1 set to be updated
--> Finished Dependency Resolution
Error: Package: freetype-devel-2.3.11-5.el6.x86_64 (@anaconda-RedHatEnterpriseLinux-201009221801.x86_64/6.0)
Requires: freetype = 2.3.11-5.el6
Removing: freetype-2.3.11-5.el6.x86_64 (@anaconda-RedHatEnterpriseLinux-201009221801.x86_64/6.0)
freetype = 2.3.11-5.el6
Updated By: freetype-2.3.11-15.el6_6.1.x86_64 (/freetype-2.3.11-15.el6_6.1.x86_64)
freetype = 2.3.11-15.el6_6.1
You could try using --skip-broken to work around the problem
VRTSralus-14.1.1786-0.x86_64 has missing requires of libstdc++.so.5()(64bit)
VRTSralus-14.1.1786-0.x86_64 has missing requires of libstdc++.so.5(CXXABI_1.2)(64bit)
[root@system12 security]#

Is there something I'm not doing correctly? Again some work and some do not, as seen above the example where it does not work. Is this a larger problem? Although I'm using RHEL 6.5 on the system where I obtain my security updates are my RHEL 6.5 systems which are not connected to the internet so different (in regards to what files are installed) that dependencies differ greatly and I'm not fully appreciating the environment for my off-line systems?

A million thanks in advance,
Johnny Mac

How To Resolve Extract These First Column From The Output

Dear friends:
I want to extract the dependencies to a file from the output of rpm
how to resolve this problme
rpm -ivh condor-7.9.5-126.2.x86_64.rpm
warning: condor-7.9.5-126.2.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID 1221a38b: NOKEY
error: Failed dependencies:
globus-common is needed by condor-7.9.5-126.2.x86_64
globus-gsi-callback is needed by condor-7.9.5-126.2.x86_64
globus-rsl is needed by condor-7.9.5-126.2.x86_64
libboost_python.so.1.54.0()(64bit) is needed by condor-7.9.5-126.2.x86_64
libglobus_callout.so.0()(64bit) is needed by condor-7.9.5-126.2.x86_64
libglobus_common.so.0()(64bit) is needed by condor-7.9.5-126.2.x86_64
libglobus_common.so.0(GLOBUS_COMMON_14)(64bit) is needed by condor-7.9.5-126.2.x86_64
libglobus_ftp_control.so.1()(64bit) is needed by condor-7.9.5-126.2.x86_64
libglobus_gass_transfer.so.2()(64bit) is needed by condor-7.9.5-126.2.x86_64
libglobus_gram_client.so.3()(64bit) is needed by condor-7.9.5-126.2.x86_64
libglobus_gram_protocol.so.3()(64bit) is needed by condor-7.9.5-126.2.x86_64
libglobus_gsi_callback.so.0()(64bit) is needed by condor-7.9.5-126.2.x86_64
libglobus_gsi_cert_utils.so.0()(64bit) is needed by condor-7.9.5-126.2.x86_64
libglobus_gsi_credential.so.1()(64bit) is needed by condor-7.9.5-126.2.x86_64
libglobus_gsi_proxy_core.so.0()(64bit) is needed by condor-7.9.5-126.2.x86_64
libglobus_gsi_sysconfig.so.1()(64bit) is needed by condor-7.9.5-126.2.x86_64
libglobus_gss_assist.so.3()(64bit) is needed by condor-7.9.5-126.2.x86_64
libglobus_gssapi_error.so.2()(64bit) is needed by condor-7.9.5-126.2.x86_64
libglobus_gssapi_gsi.so.4()(64bit) is needed by condor-7.9.5-126.2.x86_64
libglobus_gssapi_gsi.so.4(globus_gssapi_gsi)(64bit) is needed by condor-7.9.5-126.2.x86_64
libglobus_io.so.3()(64bit) is needed by condor-7.9.5-126.2.x86_64
libglobus_oldgaa.so.0()(64bit) is needed by condor-7.9.5-126.2.x86_64
libglobus_openssl.so.0()(64bit) is needed by condor-7.9.5-126.2.x86_64
libglobus_openssl_error.so.0()(64bit) is needed by condor-7.9.5-126.2.x86_64
libglobus_proxy_ssl.so.1()(64bit) is needed by condor-7.9.5-126.2.x86_64
libglobus_rsl.so.2()(64bit) is needed by condor-7.9.5-126.2.x86_64
libglobus_xio.so.0()(64bit) is needed by condor-7.9.5-126.2.x86_64
libstdc++.so.6(GLIBCXX_3.4.18)(64bit) is needed by condor-7.9.5-126.2.x86_64

Fail To Install Vsftpd

I use Redhat 6.3 , when I install run "yum install vsftpd" , it pops the following error, does it mean the library is not support , I have to update the kernel ? thanks

Code:
Loaded plugins: product-id, security
file:///media/localrepos/Server/repodata/repomd.xml: [Errno 14] Could not open/read file:///media/localrepos/Server/repodata/repomd.xml
Trying other mirror.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package vsftpd.x86_64 0:2.2.2-11.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================================================================
 Package                    Arch                       Version                            Repository                    Size
=============================================================================================================================
Installing:
 vsftpd                     x86_64                     2.2.2-11.el6                       RHEL-6.3                     151 k

Transaction Summary
=============================================================================================================================
Install       1 Package(s)

Total download size: 151 k
Installed size: 331 k
Is this ok [y/N]: 

Error Downloading Packages:
  vsftpd-2.2.2-11.el6.x86_64: failu  ../Packages/vsftpd-2.2.2-11.el6.x86_64.rpm from RHEL-6.3: [Errno 256] No more mirrors to try.
Loaded plugins

Ruby Upgrade 1.8.7 On CentOS 5.10

We're unable to upgrade our environment beyond CentOS 5.10. This is a webserver that has certain reliances to the specific version of the OS, long story short.

I was asked to install a plugin for Redmine that requires at least ruby 1.8.7 so I cloned our VM as a new machine to test functional checkout. The problem is, the existing installation of Ruby was also installed ad hoc (not from any repo or yum methods) and it's currently at 1.8.5. The 1.8.7 version I tried to install gives me the following:
Quote:
# rpm -Uvf ruby-1.8.7.374-2.el6.x86_64.rpm warning: ruby-1.8.7.374-2.el6.x86_64.rpm: Header V3 RSA/SHA1 signatu NOKEY, key ID c105b9de error: Failed dependencies: rpmlib(FileDigests) <= 4.6.0-1 is needed by ruby-1.8.7.374-2.el6.x86_64 ruby-libs = 1.8.7.374-2.el6 is needed by ruby-1.8.7.374-2.el6.x86_64 rpmlib(PayloadIsXz) <= 5.2-1 is needed by ruby-1.8.7.374-2.el6.x86_64 ruby = 1.8.5-31.el5_9 is needed by (installed) ruby-irb-1.8.5-31.el5_9.x86_64 ruby = 1.8.5-31.el5_9 is needed by (installed) ruby-rdoc-1.8.5-31.el5_9.x86_64 ruby = 1.8.5-31.el5_9 is needed by (installed) ruby-ri-1.8.5-31.el5_9.x86_64
It appears as though this particular version was intended for CentOS 6 and, as I've known from previous experience, dependency hell is upon me. So, the question becomes, has anyone successfully upgraded ruby without tinkering with the OS version upgrade and, if so, might you have a HOWTO that prevents dependency hell? This, short of installing from source, is headed in the wrong direction real quick so I'm trying to stick with the RPM method. But, obviously, I'll listen to anything at this point.

Problem With Epel

Hello

I try to install the epel repository so I can install ejabberd.

I do not have epel, it seems :

Code:
[root@serv src]# ls /etc/yum.repos.d/
CentOS-Base.repo  CentOS-Debuginfo.repo  CentOS-fasttrack.repo  CentOS-Media.repo  CentOS-Vault.repo  n2.repo

So I try to install epel :

Code:
[root@serv src]# rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
Retrieving http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
Preparing...                ########################################### [100]
	package epel-release-6-8.noarch is already installed

But when I try to install ejabberd :

Code:
[root@serv src]# yum install ejabberd
Loaded plugins: downloadonly, fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
 * base: ftp.nluug.nl
 * extras: ftp.nluug.nl
 * updates: ftp.nluug.nl
No package ejabberd available.
Error: Nothing to do

Something is wrong with epel.

Error After Running Yum Update - Black Screen

Can you guys advise on how to resolve this? We have a machine (RHEL 6 32bit 2.6.32-504.8.1.el6.i686) that boots to a black screen. I can SSH into it from my machine, but when you're physically at the machine it just displays a black screen.

I have tried booting from the previous 2 kernels, but still get the black screen.

I am assuming something got hosed with the video stuff? Its an ATI Radeon 4000series card. Should I install the ATI driver from their website and try? We have never had to do that with these machines though.


Also, when running a yum update, we receive this error. I'm not sure how to resolve this and if resolving this will fix the video issues.

Code:
# yum update
Loaded plugins: downloadonly, product-id, refresh-packagekit, rhnplugin, security, subscription-manager
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package libudev.i686 0:147-2.46.el6 will be updated
--> Processing Dependency: libudev = 147-2.46.el6 for package: libgudev1-147-2.46.el6.i686
---> Package libudev.i686 0:147-2.57.el6 will be an update
---> Package libudev-devel.i686 0:147-2.46.el6 will be updated
---> Package libudev-devel.i686 0:147-2.57.el6 will be an update
---> Package udev.i686 0:147-2.46.el6 will be updated
---> Package udev.i686 0:147-2.57.el6 will be an update
--> Finished Dependency Resolution
Error: Package: libgudev1-147-2.46.el6.i686 (@rhel-i386-workstation-6)
           Requires: libudev = 147-2.46.el6
           Removing: libudev-147-2.46.el6.i686 (@rhel-i386-workstation-6)
               libudev = 147-2.46.el6
           Updated By: libudev-147-2.57.el6.i686 (rhel-i386-workstation-6)
               libudev = 147-2.57.el6
           Available: libudev-147-2.29.el6.i686 (rhel-i386-workstation-6)
               libudev = 147-2.29.el6
           Available: libudev-147-2.35.el6.i686 (rhel-i386-workstation-6)
               libudev = 147-2.35.el6
           Available: libudev-147-2.40.el6.i686 (rhel-i386-workstation-6)
               libudev = 147-2.40.el6
           Available: libudev-147-2.41.el6.i686 (rhel-i386-workstation-6)
               libudev = 147-2.41.el6
           Available: libudev-147-2.42.el6.i686 (rhel-i386-workstation-6)
               libudev = 147-2.42.el6
           Available: libudev-147-2.46.el6_4.2.i686 (rhel-i386-workstation-6)
               libudev = 147-2.46.el6_4.2
           Available: libudev-147-2.51.el6.i686 (rhel-i386-workstation-6)
               libudev = 147-2.51.el6
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest


Heres after running yum update --skip-broken:

Code:
# yum update --skip-broken
Loaded plugins: downloadonly, product-id, refresh-packagekit, rhnplugin, security, subscription-manager
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package libudev.i686 0:147-2.46.el6 will be updated
--> Processing Dependency: libudev = 147-2.46.el6 for package: libgudev1-147-2.46.el6.i686
---> Package libudev.i686 0:147-2.57.el6 will be an update
---> Package libudev-devel.i686 0:147-2.46.el6 will be updated
---> Package libudev-devel.i686 0:147-2.57.el6 will be an update
---> Package udev.i686 0:147-2.46.el6 will be updated
---> Package udev.i686 0:147-2.57.el6 will be an update
--> Running transaction check
---> Package libudev.i686 0:147-2.46.el6 will be updated
---> Package libudev.i686 0:147-2.57.el6 will be an update
--> Processing Dependency: libudev = 147-2.57.el6 for package: libudev-devel-147-2.57.el6.i686
--> Running transaction check
---> Package udev.i686 0:147-2.46.el6 will be updated
--> Processing Dependency: udev = 147-2.46.el6 for package: libudev-devel-147-2.46.el6.i686
---> Package udev.i686 0:147-2.57.el6 will be an update

Packages skipped because of dependency problems:
    libudev-147-2.57.el6.i686 from rhel-i386-workstation-6
    libudev-devel-147-2.57.el6.i686 from rhel-i386-workstation-6
    udev-147-2.57.el6.i686 from rhel-i386-workstation-6

Thanks in advance.

Can Not Yum Phpmyadmin

When install phpmyadmin , I tried the below method but still can not install phpmyadmin , would advise what is wrong in my server , how can I install it ? thanks

#yum -y install phpmyadmin
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.uhost.hk
* extras: centos.uhost.hk
* updates: centos.uhost.hk
No package phpmyadmin available.
Error: Nothing to do

#yum provides '*/phpmyadmin'
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.uhost.hk
* extras: centos.uhost.hk
* updates: centos.uhost.hk
updates/7/x86_64/filelists_db | 3.9 MB 00:00:00
No matches found

Fedora 19 + CUPS + Brother DCP-J925DW

Hello,

Using Fedora 19 (Gnome)

I am unable to print on my Printer : Brother DCP-J925DW

I have followed these intructions on installing the printer driver : http://welcome.solutions.brother.com...ion_prn1a.html

The drivers needed are installed :

[root@jonashp Jonas]# rpm -qa | grep -e cups -e lpr
bluez-cups-4.101-9.fc19.x86_64
cups-filesystem-1.6.4-2.fc19.noarch
cups-filters-1.0.40-4.fc19.x86_64
python-cups-1.9.63-4.fc19.x86_64
cups-libs-1.6.4-2.fc19.x86_64
cups-pk-helper-0.2.4-2.fc19.x86_64
cups-1.6.4-2.fc19.x86_64
gutenprint-cups-5.2.9-11.fc19.x86_64
dcpj925dwlpr-3.0.1-1.i386
cups-filters-libs-1.0.40-4.fc19.x86_64
dcpj925dwcupswrapper-3.0.0-1.i386


But when I try to print a pdf document or a test page via cups website (http://localhost:631/printers) nothing happens.

I tried with network :

Description: DCP-J925DW
Location:
Driver: Brother DCP-J925DW CUPS (color, 2-sided printing)
Connection: lpd://192.168.1.110/binary_p1
Defaults: job-sheets=none, none media=iso_a4_210x297mm sides=one-sided


Status according to CUPS : DCP-J925DW (Idle, Accepting Jobs, Not Shared)


I have tried with usb and let Fedora detect and auto-install the printer : printing does not work.


What else can I try ?

Headless Libreoffice Doesn't Create File

I am trying to convert a PDF document from an Excel and PowerPoint document. I installed it and ran the command. It gives no warning.. Just doesn't create a new PDF document. I've successfully done this before, but I think it was a different server. I've checked file permissions, but don't think it is the issue (I've tried as a normal user and as root).

I could convert doc, docx, and txt files, but not xls, xlsx, ppt, and pptx files.

Thoughts why? Is there a verbose option or a log file which I could check for clues?

Thank you


Code:
yum -y install libreoffice-headless libreoffice-writer

Code:
Package 1:libreoffice-headless-4.0.4.2-14.el6.x86_64 already installed and latest version
Package 1:libreoffice-writer-4.0.4.2-14.el6.x86_64 already installed and latest version

Code:
libreoffice --headless -convert-to pdf myfile.xlsx