XubuntuでのOpenrazer-metaと多色インストールエラー

XubuntuでのOpenrazer-metaと多色インストールエラー

Razerマウスがあり、UBuntuを使用して設定したいが、これらのエラーのために設定することはできません。

sudo apt install openrazer-meta
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:
openrazer-meta : Depends: openrazer-driver-dkms (= 2.8.0~ubuntu18.04.1) but it is not going 
to be installed
              Depends: openrazer-daemon (= 2.8.0~ubuntu18.04.1) but it is not going to be 
installed
              Depends: python3-openrazer (= 2.8.0~ubuntu18.04.1) but it is not going to be 
installed
E: Unable to correct problems, you have held broken packages.

ベストアンサー1

インストールされているopenrazerパッケージを削除します。

sudo apt remove --auto-remove openrazer-meta

パッケージを再インストールしてください。

sudo apt install openrazer-meta

詳細については、次を参照してください。https://openrazer.github.io/

おすすめ記事