# linux-repos **Repository Path**: dianer-IE/linux.repos ## Basic Information - **Project Name**: linux-repos - **Description**: linux 软件源,软件安装更新使用。 - **Primary Language**: 其他 - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-12-17 - **Last Updated**: 2025-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # `dianer` 的 `Linux` 软件源配置文件 ```shell ## 清除缓存并更新软件包缓存 yum clean all ; yum makecache ## 更新根据需要更新,根据需要更新,根据需要更新!!! yum -y update # 升级所有包同时也升级软件和系统内核 yum -y upgrade # 只升级所有包,不升级软件和系统内核 ```