trackmastersteve / alienfx

AlienFX is a CLI and GUI utility to control the lighting effects of your Alienware computer.
GNU General Public License v3.0
288 stars 69 forks source link

DNF Error: Unable to find a match: pygobject3 #88

Closed WillNilges closed 3 years ago

WillNilges commented 3 years ago

1. Expected behavior.

2. Actual behavior.

(py36) [wilnil@devbox01 alienfx]$ sudo dnf -y install pygobject3
Last metadata expiration check: 2:47:18 ago on Sun 17 Jan 2021 07:47:35 AM EST.
No match for argument: pygobject3
Error: Unable to find a match: pygobject3

3. Steps to reproduce the problem.

4. Specifications like the version of the project, install method, operating system, and hardware.

WillNilges commented 3 years ago

This is the correct package:

sudo dnf -y install python3-gobject

Please update the README!

trackmastersteve commented 3 years ago

Thanks for the info. I have updated the README. Feel free to just send a Pull Request next time.