by Devin Yang

建立于: 8年前 ( 更新: 8年前 )

要在CentOS上安装rssnapshot我们需安装EPEL (Extra Packages for Enterprise Linux)
非常简单,三步骤搞定:

一、安装给企业Linux的额外包。
yum install epel-release
二、用下方的命令更新repo。
yum repolist
三、安装rsnapshot。
yum install rsnapshot

Tags: linux centos rsnapshot

Devin Yang

文章内容无法一一说明,如果您有什么不了解处,欢印提问哦:)

No Comment

Post your comment

需要登入才可留言!

类似文章


linux,termux

如何在android手机背景播放mp4或webm

我有些Youtube下载下来的音档想要在背景播放,我知道如何做啦?

linux

ubuntu找不到add-apt-repository命令

ubuntu找不到add-apt-repository命令

linux

旧版CentOS 6.2编译git过程

本文使用的CentOS 6.2进行,进行重build curl及git过程。 主因是因为作业系统太旧,我直接由source build最新版本的git。