Yum Commands

Yum Commands

This file records some useful yum commands

1. List all the package that can update:

yum check-update

2. Update all the software:

yum update

3. Install the package:

yum install

4. Update the software:

yum update

5. List all the package that can be installed:

yum list

6. Delete the package:

yum remove

7. Find the package:

yum search

8. Clear storage:

yum clean packages
yum clean headers
yum clean oldheaders
yum clean yum clean all


Yum Commands
https://dtover.github.io/2020/04/28/Yum-Commands/
作者
John Doe
发布于
2020年4月28日
许可协议