nik012003 / ripdrag

Drag and Drop utilty written in Rust and GTK4
GNU General Public License v3.0
496 stars 17 forks source link

Issue while installing fedora dependencies - [Error: Unable to find a match: cargo-devel] #23

Closed halshar closed 1 year ago

halshar commented 1 year ago

I'm running fedora 38 and followed the readme instructions for installing dependencies but got the following error:

❯ sudo dnf install cargo gdk-pixbuf2-devel pango-devel graphene-devel cargo-devel cairo-gobject-devel cairo-devel python2-cairo-devel gtk4-devel
Last metadata expiration check: 0:16:32 ago on Sunday 30 July 2023 04:40:57 PM.
Package cargo-1.71.0-1.fc38.x86_64 is already installed.
Package gdk-pixbuf2-devel-2.42.10-2.fc38.x86_64 is already installed.
Package pango-devel-1.50.14-1.fc38.x86_64 is already installed.
No match for argument: cargo-devel
Package cairo-gobject-devel-1.17.8-4.fc38.x86_64 is already installed.
Package cairo-devel-1.17.8-4.fc38.x86_64 is already installed.
Error: Unable to find a match: cargo-devel

Removing the cargo-devel package fixed the issue and the other dependencies installed fine. Then installed ripdrag using cargo install ripdrag and it installed correctly, able to execute the program.

nik012003 commented 1 year ago

Thank you for reporting!