I am new to linux, and at the university we are using this distribution to mount servers on VM, but I need to install a package that is missing in my virtual machine that is running Red Hat, but how to do that, what command should I use to install/remove/upgrade .rpm packages.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
EDIT: As recommended in a comment below, you can just use Check Red Hat's documentation for the Basically:
To install packages from Red Hat's repositories, use |
|||||||
|
|
RTFM: If "apropos" does not return anything, you have to run After that you will find almost anything with "apropos" which will do a full-text-search of all man-page-short-descriptions. yum, as opposed to rpm, will resolve all dependencies needed. |
|||||
|