z3ntu / RazerGenie

Qt application for configuring your Razer devices under GNU/Linux.
GNU General Public License v3.0
374 stars 35 forks source link

Where do I get libopenrazer0 ? #172

Closed aaronjolson closed 2 months ago

aaronjolson commented 2 months ago

Trying to install razergenie. I installed openrazer-meta already. I also installed libqt5widgets5 libqt5xml5 I am stuck on this last dependency error

sudo dpkg -i razergenie_1.1.0-0_amd64.deb
Selecting previously unselected package razergenie.
(Reading database ... 226985 files and directories currently installed.)
Preparing to unpack razergenie_1.1.0-0_amd64.deb ...
Unpacking razergenie (1.1.0-0) ...
dpkg: dependency problems prevent configuration of razergenie:
 razergenie depends on libopenrazer0 (>= 0.2.0); however:
  Package libopenrazer0 is not installed.

dpkg: error processing package razergenie (--install):

How do I resolve this?

z3ntu commented 2 months ago

Add the apt repository like is written in the installation instructions and don't try to install the deb file manually, then it can also pull in the libopenrazer package.

aaronjolson commented 2 months ago

Ah, that makes sense. My intuition on when to use binaries vs getting from repos via apt still needs some calibration. Thank you for the help!

z3ntu commented 2 months ago

Unfortunately there's no way to customize the downloads page on the opensuse.org domain (I use the OpenSuse Build Service (OBS) to build my packages for various distributions).

I could probably replicate them - or the good parts at least - on my own but then I also need to maintain it for any changes or any new distribution versions for example.

So not your fault that it's not clear what to do ;)