Open links in new tab
  1. In CentOS, what is the difference between yum update and yum …

    Aug 5, 2019 · 51 yum upgrade and yum update will perform the same function that update to the latest current version of package. But the difference is Upgrade will delete obsolete packages, while …

  2. bash - How to get just a list of yum updates - Stack Overflow

    OK I have always had this problem. I want JUST the available updates listed in a file via bash script from a Linux system (RHEL or Fedora) using yum but I always have to deal with the Header inform...

  3. CentOS 8 - yum/dnf error: Failed to download metadata for repo

    On my CentOS 8 server, many dnf and yum commands fail with this error: Failed to download metadata for repo This seems to apply only to repositories involving https connections, e.g.: /etc/yum.r...

  4. Can not apply yum update or install anything - Stack Overflow

    Jan 22, 2022 · 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: …

  5. Difference between yum update vs yum install - Unix & Linux Stack …

    Now does the same behavior apply with yum install and yum update? I ask because with the rpm -U (upgrade) command a package doesn't have to exist to upgrade/install but with yum update (if I'm …

  6. package management - What is yum equivalent of 'apt-get update'?

    This command allows you to determine whether any updates are available for your installed packages. yum returns a list of all package updates from all repositories if any are available. apt-get update …

  7. What's the differences between yum list updates and yum list …

    Aug 22, 2019 · yum list obsoletes List the packages installed on the system that are obsoleted by packages in any yum repository listed in the config file. yum list updates List all packages with …

  8. Unable to run yum update on centos 7 - Stack Overflow

    Mar 2, 2023 · Unable to run yum update on centos 7 [closed] Asked 2 years, 10 months ago Modified 1 year, 4 months ago Viewed 11k times

  9. centos6 - Revert back yum update - Server Fault

    Feb 7, 2018 · I have recently tried to yum install a package, along which it updated (automatically) update httpd, httpd-devel, httpd-tools packages I don't wish to update. Reason being these were …

  10. linux - Update yum package using localinstall - Stack Overflow

    Feb 8, 2018 · 6 If a package is installed using yum localinstall like this: yum -y localinstall --nogpgcheck some-package-1.0.0.rpm And now, if I try to run: yum -y localinstall --nogpgcheck some-package …