感觉Ubuntu下的apt没有yum方便,所以学习了一下安装yum的方法。
首先,使用apt-get
安装yum:
apt-get install build-essential yum
安装了yum
之后还不能直接使用,因为这时候没有包来源。
先切换到yum源目录下:
cd etc/yum/repos.d
先下载两个yum源文件,这里使用阿里云的:
wget http://mirrors.aliyun.com/repo/fedora.repo
wget http://mirrors.aliyun.com/repo/fedora-updates.repo
下载来之后,我们需要修改一下其中的文件内容:
$releasever
替换为版本号,如果不知道,搜索:Ubuntu xxx对应fedora版本号$basearch
替换系统位数:x86_64
yum clean all
yum makecache
本文标签: Linux
暂无评论,赶紧发表一下你的看法吧。