64位,才可以安装KVM虚拟机。32位系统的内核默认没有把KVM模块编译进去,而且源中也没有与虚拟化相关的软件包,如Qemu等
报device-mapper-devel/libdevmapper错误解决方法
在Centos下
yum -y install device-mapper-devel;
在Ubuntu系统下
apt-get install libdevmapper;
开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发. |
64位,才可以安装KVM虚拟机。32位系统的内核默认没有把KVM模块编译进去,而且源中也没有与虚拟化相关的软件包,如Qemu等 报device-mapper-devel/libdevmapper错误解决方法 在Centos下 yum -y install device-mapper-devel; 在Ubuntu系统下 apt-get install libdevmapper; |