S
S
shell_guy2022-01-06 15:07:23
linux
shell_guy, 2022-01-06 15:07:23

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

1 answer(s)
A
Another One DevOps, 2022-01-06
@bsalbiev

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 question

Ask a Question

731 491 924 answers to any question