软件包 bluez-utils 不可用,但被另一个软件包引用

软件包 bluez-utils 不可用,但被另一个软件包引用

尝试安装bluez-utils失败,出现“包 bluez-utils 不可用,但被另一个包引用”错误。

bhanu@bhanu-HP-Laptop-15q-dy0xxx:~$ sudo apt-get install bluez-utils
[sudo] password for bhanu: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package bluez-utils is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  bluez:i386 bluez

E: Package 'bluez-utils' has no installation candidate

跑步lspci -knn | grep Net -A3; lsusb显示:

hanu@HP-Laptop:~$ lspci -knn | grep Net -A3; lsusb
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723DE 802.11b/g/n PCIe Adapter [10ec:d723]
        DeviceName: WLAN Subsystem: Hewlett-Packard Company RTL8723DE 802.11b/g/n PCIe Adapter [103c:8319]
        Kernel driver in use: rtl8723de

答案1

看起来你正在尝试遵循过时的文档。
甚至 repology.org 也说这个包当前任何 GNU/Linux 发行版均不可用.
它只报告GoboLinux 的编译方法来自 2008 年

因此我建议使用以下命令安装实际的软件:

sudo add-apt-repository universe
sudo apt-get install bluez-tools bluez-hcidump bluez

使用搜索packages.ubuntu.com下次。

相关内容