Difference Between “yum update” and “yum upgrade” Commands

Difference Between "yum update" and "yum upgrade" Commands

RPM-based distributions like CentOS, RHEL, and Fedora provide the yum command for package management. The yum update command is used to get the latest repository information and update packages with this information. The yum upgrade command provides a very similar function by updating the packages but there is a small difference. Difference Between “yum update” … 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