当前位置:网站首页>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
边栏推荐
- FTP file transfer protocol
- 2、开源GPS项目HD-GR GNSS的自叙
- 21. Definition of message processing task
- An article about rsocket protocol
- 软件架构与设计(四)-----数据流架构
- Among the three "difficult and miscellaneous diseases" of machine learning, causal learning is the breakthrough | Liu Li, Chongqing University
- String (3)
- Communication between client and server based on rsocket protocol
- 在OBS上进行H265推流
- 软件架构与设计(十)-----架构技术
猜你喜欢
随机推荐
有奖活动分享:使用WordPress搭建一个专属自己的博客后最高可领取iPhone13
Leetcode - sliding window extremum, search tree postorder traversal, statistical difference pairs, dividing equal subsets
融云实时社区解决方案
1200 times faster! MIT develops a new generation of drug research and development AI, and suspends the old model
Communication between client and server based on rsocket protocol
Five connection modes of QT signal and slot
Vs usage skills
10、相关数据累积任务实现
多线程
String (3)
PXE网络装机
Rxdart is used instead of stateful in fluent
Stateflow逻辑系统建模
VS使用技巧
22、电文处理任务实现
About the pictures inserted in the word document, only the following part is displayed
迟来的2021年终总结
Deutsche Telekom denied strengthening its cooperation with Huawei and said it had reduced its cooperation with Huawei in the past three years
正则表达式(4)
软件架构与设计(八)-----分布式架构


![[delete specified number leetcode]](/img/16/b40492d8414a363a3a24f00b4afd47.png)






