Answer the question
In order to leave comments, you need to log in
How to install certain packages from local rpm?
Please tell me how to install only 2 components from the list in Centos 7:
xvfb xserver-xephyr xfonts-base using yum install Xvfb?
You need to use yum update --exclude=PACKAGENAME (all that do not need to be installed?)
Answer the question
In order to leave comments, you need to log in
As I understand it, you are interested in installing certain packages without dependencies (which is undesirable), if so, then you need the command:
rpm -ivh --nodeps <package>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question