Yes, and it has been reported many times, not with wireless-tools (AFAIR) but with other equally important packages. It is in the nature of the RPM dependency system. If you remove a package urpmi will declare all packages as orphans which have no dependencies with other packages. urpmi can not check if the "orphans" are needed for anything.almusalimalmusalimah wrote:so ..... has anyone face such a problem like that
That's the reason why I never use 'urpme --auto-orphans' except when the list is very short and I know for sure that the "orphans" are not needed.
The issue has been discussed very often, everytime without any results. One of the issues is the different points of view: users are seeing this as a bug. Tech-people know that it is not a technical bug of urpmi or rpm or any other tool but a general problem of the system.
why kde the whole kde need telepathy for
i mean it's just a messenger
This is the same in Mandriva and Mageia - I recently asked the same question in the German Mandriva forum. Telepathy's dependencies are not restricted on KDE, if you want to de-install it it also wants to remove VLC ! It is one of the more annoying issues with the RPM dependency system. Telepathy has dependencies, these have other dependencies, these have other dependencies, etc. So in the end you may want to remove a small package and end up with your whole system gone.
The problem with telepathy is the bunch of telepathy packages. If it is only one package you can use 'rpm -e --nodeps' and hope that it does not break another application. But with telepathy it is not so easy.