当前位置:网站首页>Virturalbox solves the problem of kernel driver
Virturalbox solves the problem of kernel driver
2022-07-28 15:43:00 【Liu Yiyi】
One :VirturalBox solve kernel driver Problem script
sudo apt-get install ppa-purge
sudo ppa-purge ppa:ubuntu-toolchain-r/test
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-7
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 100
sudo update-alternatives --config gcc
sudo apt-get purge linux-headers-4.4.0-21 linux-headers-4.4.0-21-generic linux-image-4.4.0-21-generic linux-image-extra-4.4.0-21-generic linux-signed-image-4.4.0-21-generic
sudo apt-get install linux-generic linux-signed-generic
sudo apt-get purge virtualbox-dkms virtualbox virtualbox-qt
sudo sh -c ‘echo “deb http://download.virtualbox.org/virtualbox/debian xenial contrib” >> /etc/apt/sources.list.d/virtualbox.list’
wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
sudo apt update
sudo apt install virtualbox-5.2
边栏推荐
- NFTScan 与 NFTPlay 在 NFT 数据领域达成战略合作
- 生命的感悟
- Explain the difference set, intersection set and union set of complex type set in detail.Net
- QCustomPlot绘图工具常用方法
- Stateflow logic system modeling
- 为赴美上市做准备?Arm宣布将剥离物联网服务业务:未来将聚焦芯片底层设计
- Leetcode - number of operations, non repeating numbers, diagonal traversal, Joseph Ring
- Among the three "difficult and miscellaneous diseases" of machine learning, causal learning is the breakthrough | Liu Li, Chongqing University
- 有道云笔记去除底部广告
- 2. Self narration of open source GPS project hd-gr GNSS
猜你喜欢

爆肝整理 JVM 十大模块知识点总结,不信你还不懂

如何获取及嵌入Go二进制执行包信息

AS如何不区分大小写去进行智能提示

MIT pointed out that the public pre training model should not be used indiscriminately

Endnote 与word关联

Vs dynamic library debugging

Sharing of award-winning activities: you can get up to iphone13 after using WordPress to build your own blog

FTP file transfer protocol

软件架构与设计(一)-----关键原则

Getting started with crawlers (1) -- requests (1)
随机推荐
Qt刷新UI界面问题
Editor in ArcGIS Pro
Leetcode - number of operations, non repeating numbers, diagonal traversal, Joseph Ring
如何压缩与解压缩ramdisk.img
800V high voltage system
Flutter中是使用RxDart代替Stateful
一波骚操作解决Laya场景编辑器报错问题
4、主程序和累积中断处理例程实现代码
Write a standard character device driver with your hands
Software architecture and design (VIII) -- distributed architecture
leetcode-括号有效性问题
monkey压力测试
21、电文处理任务定义
Late 2021 year-end summary
FTP file transfer protocol
语音社交系统——完善有声系统产业链
Docker实现Redis Cluster(集群)模式 哈希槽分区进行亿级数据存储
How many tips do you know about using mock technology to help improve test efficiency?
Opencv - cut out mask foreground area from grayscale image
QCustomPlot绘图工具常用方法