Is there any way for yum to install only the specified packages, that do not have any dependencies? I'm trying to install all python2 libraries. The code:
su -c 'yum install python-\*' And I get (ignore that one broken package):
Install 730 Packages (+257 Dependent packages) Skipped (dependency problems) 1 Package But I want install only python2-libraries that didn't have dependencies.