前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Windows WSL2 htop打开黑屏的问题解决

Windows WSL2 htop打开黑屏的问题解决

作者头像
landv
发布2020-08-13 09:40:56
1.2K0
发布2020-08-13 09:40:56
举报
文章被收录于专栏:landvlandv

Windows WSL2 htop打开黑屏的问题解决

Update: it’s not as straightforward as I’d thought.

The ppa contains packages for focal and have dependency issues with bionic. Further, focal has newer versions of the packages than provided in the ppa.

The following worked for me, but may not be the best approach, and I can’t guarantee it won’t grenade your install:

wget https://launchpad.net/~rafaeldtinoco/+archive/ubuntu/lp1871129/+files/libc6_2.31-0ubuntu8+lp1871129~1_amd64.deb Since focal has newer versions than the packages in the ppa, and we’re only interested in libc6, just download the package directly. Can’t install it yet because of dependency issues, but will need it after the next step.

do-release-upgrade -d It’ll break because of libc6 as expected.

dpkg --install libc6_2.31-0ubuntu8+lp1871129~1_amd64.deb apt-mark hold libc6 apt --fix-broken install apt full-upgrade

see: https://discourse.ubuntu.com/t/ubuntu-20-04-and-wsl-1/15291/2

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2020-08-12 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Windows WSL2 htop打开黑屏的问题解决
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档