Browsing tag

yum

How To Enable Red Hat Subscription on RHEL 8

Red Hat subscription is a software support model followed by Red Hat for its customers. It allows customers to download software packages, patches, updates, and upgrades for Redhat Enterprise Linux. Along with software support, customers will also get technical support for the product. After you install Redhat Enterprise Linux 8, you need to register and […]

How To Create Local YUM Repository on RHEL 8 using DVD

THIS DOCUMENT IS ALSO AVAILABLE FOR CentOS 7 / RHEL 7 Local YUM repository is the place where the rpm packages for Redhat or CentOS are stored and distributed to client servers for software installation and OS updates. This local repository lets you save internet bandwidth as well as the time for downloading packages from […]

Linux Basics: 30 YUM Command Examples for Linux Package Management

Yellowdog Updater, Modified (yum) is an open source package-management utility in Redhat based operating system. Yum takes care of automatic installation of dependent packages during package installation, removal, and updates. Yum uses Redhat Package Manager (RPM) and can install software packages from yum repositories (collections of RPM packages), which can be accessed locally or over […]

How to List installed packages on CentOS / RHEL / Fedora

The package is nothing but a software package, a collection of executables, libraries, manuals, etc., packaged in a single file. In Fedora, CentOS 5, RHEL 5 and above, Scientific Linux, Yellow Dog Linux, and Oracle Linux packages are formatted in a .rpm file. This post is very simple yet useful for the system admin who […]

How To Create Local YUM repository on CentOS 7 / RHEL 7 using DVD

THIS DOCUMENT IS ALSO AVAILABLE FOR RHEL 8 YUM is the package management tool that helps you to install or update the package through the network or local and at the same time, it provides an easy method to install a package with its dependent packages. READ: Linux Basics: 30 YUM Command Examples for Linux […]