How To Install RPM with yum Command?

The yum command is a popular command used to manage software in RPM-based distributions. The RPM is a popular package format used to store software and metadata information to install, update and remove. By default, the yum command use local or remote repositories to install and update packages without any need to work with the … Read more

List Installed Repositories with “yum repolist” In CentOS, RHEL, Fedora

List Installed Repositories with "yum repolist" In CentOS, RHEL, Fedora

Fedora, CentOS, RHEL, and rpm-based Linux distributions use the yum command in order to manage packages. Even the dnf command is provided as the next version of the yum command the yum command is popularly used too. As a package manager packages are stored in repositories to download, install and update. The yum command provides … Read more

How To Clean Yum Cache In CentOS/RHEL?

How To Clean Yum Cache In CentOS/RHEL?

Yum is a tool used to manage packages in CentOS, RHEL, Fedora, etc. Yum simply downloads and installs packages or removes them. The downloaded packages are cached in the local system for future use. But this requires some disk space. The yum cache can be cleaned in different ways which are related to the cached … Read more

List Installed Packages In CentOS, RHEL, Fedora

List Installed Packages In CentOS, RHEL, Fedora

RPM-based Linux distributions like CentOS, RHEL, Fedora use the yum package manager in order to update, list, install and remove packages. Alternatively, the new command dnf is also adopted for these Linux distributions for package management. If we want to list installed packages in CentOS, RHEL or Fedora we can use yum or dnf commands. … Read more