Install Grapejuice on Fedora
This document will guide you through the steps of installing Grapejuice on Fedora. Please read it in its entirety, from top to bottom.
Installation options
The follwing Grapejuice installation methods can be used to install Grapejuice on Fedora:
- Flatpak
- Source Installation
It is recommended you use the Flatpak method for Fedora. Do not install both multiple at the same time. Doing so will cause conflicts in your system. If you are not sure which method to use, stick to the recommended option.
If, for some obscure reason, the Flatpak version of Grapejuice does not work on your system, you can uninstall the Flatpak and try the source method.
Install Grapejuice using Flatpak
Installation instructions for the Flatpak package are the same for all distributions. Check out the Flatpak page in the sidebar for instructions on using the Flatpak package.
If you install the Flatpak, you do not need to follow any other instructions on this page!
Install Wine
Before you do anything with Grapejuice, you need to have Wine installed. Roblox will only work if you have wine-staging 8.0 or higher installed on your system. If your distribution does not have the required Wine version, its recommended to install Wine Staging from the official WineHQ website. if you do not want to install another version of Wine globally, you can check out the guide on using custom Wine builds.
WineHQ download page for FedoraInstalling Grapejuice from source
This method is not recommended for your Distribution. Do not run these commands if you do not know what you are doing!
First, make sure your system is fully up to date. Following that, install the dependencies required by Grapejuice:
sudo dnf install gettext git python3-devel python3-pip python3-virtualenv cairo-devel gobject-introspection-devel cairo-gobject-devel make xdg-utils glx-utils
To install Grapejuice from source, you actually need the source first. Download the source code by running this command:
git clone --depth=1 https://gitlab.com/brinkervii/grapejuice.git /tmp/grapejuice
When the git clone command has finished, you can actually install Grapejuice by running these commands:
cd /tmp/grapejuice
./install.py
After Installation
🎉 Congratulations! Grapejuice is now installed. If you did everything correctly, you should now be able to click the Play button on any game on the website. Don’t like the website? The app should work as well.
You can find both Grapejuice and the Roblox app in your app launcher.