You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo dpkg -i ./tribler_8.0.1_amd64.deb
results in an error: dpkg requires libgirepository1.0-dev which is not installed.
Apparently, this development library is used to build Rust code bindings to Python somehow slipped into the release.
The text was updated successfully, but these errors were encountered:
ichorid
changed the title
8.0.1 : Ubuntu 24.04: libgirepository-dev required for .deb
8.0.1 [Ubuntu 24.04] libgirepository-dev required for .deb
Oct 16, 2024
I would need to make a test build to confirm if that is possible. It would indeed be nice not to depend on a -dev package. I'll put this on the shortlist for the next pre-release.
I just tested this. libgirepository1.0-dev is not required, nor is python3-gi python3-gi-cairo. We can just straight-up remove this from the Depends. That cleans up nicely. Thanks @ichorid 🙏
sudo dpkg -i ./tribler_8.0.1_amd64.deb
results in an error:
dpkg
requireslibgirepository1.0-dev
which is not installed.Apparently, this development library is used to build Rust code bindings to Python somehow slipped into the release.
The text was updated successfully, but these errors were encountered: