ubuntu安装QEMU

qemu虚拟机的使用(一)——ubuntu20.4安装QEMU_ubuntu安装qemu-CSDN博客

遇到的问题: 

(1)本来使用git clone https://github.com/qemu/qemu.git

fatal: 无法访问 'https://github.com/qemu/qemu.git/':GnuTLS recv error (-110): The TLS connection was non-properly terminated.

qemu.git | 镜像站使用帮助 | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror 

然后使用: 

git clone https://mirrors.tuna.tsinghua.edu.cn/git/qemu.git

 (2)../configure

ERROR: python venv creation failed

ubuntu安装python3-venv提示无法找到_error: python3-venv is not installed, aborting...-CSDN博客

sudo apt install python3-venv

应该是安装成功了:

 

下面是另一种尝试:

在Ubuntu下使用QEMU搭建arm开发环境(一)搭建基本开发环境_在ubuntu下使用qemu搭建arm开发环境(一)搭建基本开发环境-CSDN博客 wget http://download.qemu-project.org/qemu-2.9.0.tar.xz
--2024-04-21 15:39:18--  http://download.qemu-project.org/qemu-2.9.0.tar.xz
正在解析主机 download.qemu-project.org (download.qemu-project.org)... 20.218.253.93
正在连接 download.qemu-project.org (download.qemu-project.org)|20.218.253.93|:80... 已连接。
已发出 HTTP 请求,正在等待回应... 404 Not Found
2024-04-21 15:39:20 错误 404:Not Found。

卡在了这里

相关推荐

  1. QEMU安装和使用@Ubuntu(待续)

    2024-04-22 07:08:04       43 阅读
  2. Qemu安装(源码安装

    2024-04-22 07:08:04       57 阅读
  3. 安装 kvm Qemu rocky8 linux

    2024-04-22 07:08:04       57 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-04-22 07:08:04       98 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-04-22 07:08:04       106 阅读
  3. 在Django里面运行非项目文件

    2024-04-22 07:08:04       87 阅读
  4. Python语言-面向对象

    2024-04-22 07:08:04       96 阅读

热门阅读

  1. 【iOS安全】iOS ARM汇编

    2024-04-22 07:08:04       37 阅读
  2. 组合总和(Lc39)——排序+剪枝+回溯

    2024-04-22 07:08:04       31 阅读
  3. 【无标题】axios的ts封装,记录一下(Vue3项目)

    2024-04-22 07:08:04       26 阅读
  4. STM32相关手册

    2024-04-22 07:08:04       31 阅读
  5. 搜索引擎中的倒排索引是什么

    2024-04-22 07:08:04       37 阅读
  6. 【数据结构】冒泡排序

    2024-04-22 07:08:04       35 阅读
  7. docker安装mysql,允许远程连接

    2024-04-22 07:08:04       35 阅读
  8. React Router 6 路由重定向与编程式导航指南

    2024-04-22 07:08:04       33 阅读
  9. 第4章 EC2 - 4.3 密钥对

    2024-04-22 07:08:04       36 阅读
  10. 欧鹏RHCE 第三次作业

    2024-04-22 07:08:04       33 阅读