解决 "No manual entry for gcc" 的记录

问题:

$ man gccNo manual entry for gcc

看到这个方法,但是失败了

$ sudo apt install gcc-docReading package lists... DoneBuilding dependency tree... DoneReading state information... DoneSome packages could not be installed. This may mean that you haverequested an impossible situation or if you are using the unstabledistribution that some required packages have not yet been createdor been moved out of Incoming.The following information may help to resolve the situation:The following packages have unmet dependencies: gcc-doc : Depends: gcc-10-doc (>= 10.1.0-1~) but it is not installableE: Unable to correct problems, you have held broken packages.

看到这个方法,解决了问题

echo deb http://deb.debian.org/debian buster-backports main contrib non-free | sudo tee /etc/apt/sources.list.d/buster-backports.listsudo apt updatesudo apt install -t buster-backports gcc-doc

关于作者: 网站小编

码农网专注IT技术教程资源分享平台,学习资源下载网站,58码农网包含计算机技术、网站程序源码下载、编程技术论坛、互联网资源下载等产品服务,提供原创、优质、完整内容的专业码农交流分享平台。

热门文章