x86_64 CPU Ubuntu22.04安装OpenFDE
1. 系统要求
操作系统:Ubuntu Jammy 22.04(LTS)https://old-releases.ubuntu.com/releases/22.04/
内核版本:系统默认的内核
内存要求:最少8GB,当然建议越大越好
2. 替换基础组件安装源(可选)
因为OpenFDE依赖一些基础组件,因此替换基础安装源为国内镜像能加速安装。
修改/etc/apt/source.list
# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-updates main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-updates main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-backports main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-backports main restricted universe multiverse
# 以下安全更新软件源包含了官方源与镜像站配置,如有需要可自行修改注释切换
deb http://security.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
# deb-src http://security.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
# 预发布软件源,不建议启用
# deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-proposed main restricted universe multiverse
# # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-proposed main restricted universe multiverse
3 安装OpenFDE
推荐使用脚本进行安装,如果不是首次安装,则可以用3.3节的方式手动升级或安装。
3.1 安装wget工具
sudo apt-get install wget
3.2 下载脚本并自动安装
wget http://openfde.com/getopenfde/get-openfde.sh && bash get-openfde.sh
3.3 升级openfde到最新版本
sudo apt update && sudo apt install openfde
4 安装libhoudini
因为很多andorid应用只支持arm架构,所以为了让android应用能跑在x86 cpu上,还需要安装指令翻译工具libhoudini。
git clone https://gitee.com/openfde/waydroid_script
cd waydroid_script
python3 -m venv venv
venv/bin/pip install -r requirements.txt
sudo venv/bin/python3 main.py
选择libhoudini进行安装。
, multiple selections available,
Related content
Ubuntu(22.04|24.04)上安装OpenFDE
Ubuntu(22.04|24.04)上安装OpenFDE
More like this
Phytium X100 gpu 安装OpenFDE
Phytium X100 gpu 安装OpenFDE
More like this
树莓派4B和5安装OpenFDE
树莓派4B和5安装OpenFDE
More like this
统信OS安装OpenFDE
统信OS安装OpenFDE
More like this
Kylin上安装OpenFDE
Kylin上安装OpenFDE
More like this
制作OpenFDE deb包
制作OpenFDE deb包
More like this