我正在尝试让指纹扫描仪工作,但甚至无法添加存储库。我是来自 Fedora 的 ubuntu 新手,也许我做错了什么,因为其他人似乎在半年前就可以做到这一点......
所以这是这个答案:在 16.04 中使用指纹读取器
但第一步:
sudo add-apt-repository ppa:fingerprint/fingerprint-gui
LSB codename: 'bionic'.
This codename isn't currently supported.
Please check your LSB information with "lsb_release -a".
Run Code Online (Sandbox Code Playgroud)
进而:
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
Run Code Online (Sandbox Code Playgroud)
我做错了什么吗?
编辑:所以我试图避免使用 add-apt-repository 命令。
我添加了包含内容的文件 /etc/apt/sources.list.d/fingerprint.list
deb [arch=amd64] http://ppa.launchpad.net/fingerprint/fingerprint-gui/ubuntu bionic contrib
Run Code Online (Sandbox Code Playgroud)
然后用错误进行了 apt 更新:
Get:6 http://ppa.launchpad.net/fingerprint/fingerprint-gui/ubuntu bionic InRelease [15,4 kB]
Hit:10 http://security.ubuntu.com/ubuntu bionic-security InRelease
Err:6 http://ppa.launchpad.net/fingerprint/fingerprint-gui/ubuntu bionic InRelease
The following signatures couldn't …Run Code Online (Sandbox Code Playgroud)