Phytium X100 gpu 安装OpenFDE
1. 确认内核版本
升级内核版本
检查源列表是否为最新的
grep 2303 /etc/apt/sources.list
如果grep出来的结果能搜到2303版本的源列表,则可以跳过下面的更新源列表。
更新源列表
echo deb http://archive.kylinos.cn/kylin/KYLIN-ALL 10.1-2303-updates main restricted universe multiverse | sudo tee /etc/apt/sources.list.d/v10sp12303.list
获取最新的软件包
sudo apt-get update -y
升级所有可升级的包
sudo apt-get full-upgrade -y
删除不必要的软件
sudo apt-get autoremove -y
重启系统:请务必重启系统,待新内核生效以后再安装OpenFDE。
sudo apt-get autoclean -y && reboot
注意:如果之前已经安装过OpenFDE,在升级完内核版本后,需要先清理旧的fdeion-dkms。
sudo apt purge fdeion-dkms
2. 安装OpenFDE
步骤1. 安装curl工具
sudo apt-get install curl
步骤2. 下载脚本文件到本地
curl -fsSL https://openfde.com/getopenfde/get-openfde.sh -o get-openfde.sh
步骤3. 执行脚本文件
sudo sh ./get-openfde.sh
在安装过程中可能会要输入"y"进行确认,你只需要按照提示正常输入就可以了。
3. 升级OpenFDE
首先更新软件源.
sudo apt-get update
升级OpenFDE到最新版本
sudo apt-get install openfde
, multiple selections available,
Related content
Phytium X100 gpu显存分配模块——fdeion编译与安装
Phytium X100 gpu显存分配模块——fdeion编译与安装
More like this
Install OpenFDE on Phytium X100
Install OpenFDE on Phytium X100
More like this
Ubuntu(22.04|24.04)上安装OpenFDE
Ubuntu(22.04|24.04)上安装OpenFDE
More like this
x86_64 CPU Ubuntu22.04安装OpenFDE
x86_64 CPU Ubuntu22.04安装OpenFDE
More like this
树莓派4B和5安装OpenFDE
树莓派4B和5安装OpenFDE
More like this
Kylin上安装OpenFDE
Kylin上安装OpenFDE
More like this