bitwig-fedora icon indicating copy to clipboard operation
bitwig-fedora copied to clipboard

[Additional Info] You can fix the rpm package so that it becomes installable!

Open dwarveslive opened this issue 2 months ago • 0 comments

Thank you for the repo with the instructions! I have not come across it until I have already pieced the information together, but here's how I fixed

  1. Install rpm building packages (you can use a toolbox/distrobox for it as well):

sudo dnf install rpm-build rpmrebuild

  1. Steps to rebuild the package so that installs:
  • $ rpmrebuild -d /tmp -ep google-earth-stable_current_x86_64.rpm
  • Remove the line: %dir %attr(0755, root, root) "/usr/bin"
  • Save and exit
  • Answer yes
  1. Install the package!

dwarveslive avatar Oct 31 '25 10:10 dwarveslive