ubuntu 16.04 谷歌浏览器google-chrome-stable : Depends: libu2f-udev but it is not installable

2023-05-16

$ sudo apt-get install google-chrome-stable

Reading package lists... Done

Building dependency tree

Reading state information... Done

Some packages could not be installed. This may mean that you have

requested an impossible situation or if you are using the unstable

distribution that some required packages have not yet been created

or been moved out of Incoming.

The following information may help to resolve the situation:

The following packages have unmet dependencies:

google-chrome-stable : Depends: libu2f-udev but it is not installable

E: Unable to correct problems, you have held broken packages.

解决方案如下:

$ sudo vim /etc/apt/sources.list
#在最后一行加入
deb http://cz.archive.ubuntu.com/ubuntu kinetic main
$ sudo apt-get update
$ sudo apt install libu2f-udev

参考自:

https://packages.ubuntu.com/kinetic/all/libu2f-udev/download

https://blog.csdn.net/SuperBeauty/article/details/128759773

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

ubuntu 16.04 谷歌浏览器google-chrome-stable : Depends: libu2f-udev but it is not installable 的相关文章

随机推荐