Wednesday, July 22, 2015

RPM to install packets for Redhat using option --nodeps

Install Packet
[root@vcr-broadcast2 setup]# rpm -ivh glibc-headers-2.21.90-18.fc24.i686.rpm 
error: Failed dependencies:
glibc = 2.21.90-18.fc24 is needed by glibc-headers-2.21.90-18.fc24.i686
kernel-headers is needed by glibc-headers-2.21.90-18.fc24.i686
kernel-headers >= 2.2.1 is needed by glibc-headers-2.21.90-18.fc24.i686
[root@vcr-broadcast2 setup]# rpm -ivh --nodeps glibc-headers-2.21.90-18.fc24.i686.rpm 
Preparing...                ########################################### [100%]
   1:glibc-headers          ########################################### [100%]
Uninstall packet.
[root@vcr-broadcast2 setup]# rpm -ev libstdc++-devel-5.1.1-4.fc23.i686
error: Failed dependencies:
libstdc++-devel = 4.4.4-13.el6 is needed by (installed) gcc-c++-4.4.4-13.el6.x86_64
[root@vcr-broadcast2 setup]# rpm -ev --nodeps libstdc++-devel-5.1.1-4.fc23.i686
[root@vcr-broadcast2 setup]#


Share this

0 Comment to "RPM to install packets for Redhat using option --nodeps"

Post a Comment