我注意到当我尝试运行 64 位类型的 rpm 包时无法安装,因为我的操作系统是 32 位的。如何将内核从 32 位更改为 64 位?
答案1
这些命令可以解决您的问题。
猫f8everything.sh
/bin/bash 复制代码
mkdir -p /yum-repo-mirrors/f8everything cd /yum-repo-mirrors/f8everything wget -Y off -m "ftp://镜像.../pub/fedora/linux/releases/8/Everything/x86_64/os/Packages/“
cd /yum-repo-mirrors/f8everything nice createrepo pwd
/etc/yum.repos.d]# cat f8everything.repo [f8everything] name=Fedora $releasever - $basearch baseurl=file:///yum-repo-mirrors/f8everything/ enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
来源:https://www.linux.com/news/upgrade-32-bit-64-bit-fedora-linux-without-system-reinstall
答案2
我重新安装了 Fedora,但是是 64 位