What is the use of the following command?

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • wisly.k
    Member
    • May 2022
    • 99

    What is the use of the following command?

    What is the use of the following command?
    $ sudo yum clean all
    $ sudo yum update
  • Rachel S
    Senior Member
    • Apr 2022
    • 101

    #2
    $ sudo yum clean all

    > The command "yum clean" clears the cache of repositories that have been enabled in /etc/yum. repos. In the commands below, "all files" refers to "all files in presently enabled repositories." Use the —enablerepo='*' option if you wish to clean any (temporarily) disabled repositories as well.

    $ sudo yum update

    > "yum update" brings all currently installed packages up to date with the latest versions available in the repository.

    Comment

    Working...
    X