# Install Flatpak (if not present)
-weight: 600;">sudo -weight: 500;">apt -weight: 500;">install flatpak # Debian/Ubuntu
-weight: 600;">sudo -weight: 500;">pacman -S flatpak # Arch # Add the Flathub remote
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
# Install Flatpak (if not present)
-weight: 600;">sudo -weight: 500;">apt -weight: 500;">install flatpak # Debian/Ubuntu
-weight: 600;">sudo -weight: 500;">pacman -S flatpak # Arch # Add the Flathub remote
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
# Install Flatpak (if not present)
-weight: 600;">sudo -weight: 500;">apt -weight: 500;">install flatpak # Debian/Ubuntu
-weight: 600;">sudo -weight: 500;">pacman -S flatpak # Arch # Add the Flathub remote
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
# Install the GNOME 50 SDK and runtime
flatpak -weight: 500;">install flathub org.gnome.Sdk//50 org.gnome.Platform//50 # Install the Rust extension for the SDK
flatpak -weight: 500;">install flathub org.freedesktop.Sdk.Extension.rust-stable//25.08
# Install the GNOME 50 SDK and runtime
flatpak -weight: 500;">install flathub org.gnome.Sdk//50 org.gnome.Platform//50 # Install the Rust extension for the SDK
flatpak -weight: 500;">install flathub org.freedesktop.Sdk.Extension.rust-stable//25.08
# Install the GNOME 50 SDK and runtime
flatpak -weight: 500;">install flathub org.gnome.Sdk//50 org.gnome.Platform//50 # Install the Rust extension for the SDK
flatpak -weight: 500;">install flathub org.freedesktop.Sdk.Extension.rust-stable//25.08
flatpak -weight: 500;">install flathub org.gnome.Builder
flatpak -weight: 500;">install flathub org.gnome.Builder
flatpak -weight: 500;">install flathub org.gnome.Builder
# Enter the SDK environment
flatpak run --command=bash org.gnome.Sdk//50 # Inside the SDK shell:
rustc --version
cargo --version
pkg-config --libs gtk4
pkg-config --libs libadwaita-1
# Enter the SDK environment
flatpak run --command=bash org.gnome.Sdk//50 # Inside the SDK shell:
rustc --version
cargo --version
pkg-config --libs gtk4
pkg-config --libs libadwaita-1
# Enter the SDK environment
flatpak run --command=bash org.gnome.Sdk//50 # Inside the SDK shell:
rustc --version
cargo --version
pkg-config --libs gtk4
pkg-config --libs libadwaita-1
# Fedora
-weight: 600;">sudo -weight: 500;">dnf -weight: 500;">install gtk4-devel libadwaita-devel # Arch
-weight: 600;">sudo -weight: 500;">pacman -S gtk4 libadwaita # Ubuntu/Debian (may lag behind on versions)
-weight: 600;">sudo -weight: 500;">apt -weight: 500;">install libgtk-4-dev libadwaita-1-dev
# Fedora
-weight: 600;">sudo -weight: 500;">dnf -weight: 500;">install gtk4-devel libadwaita-devel # Arch
-weight: 600;">sudo -weight: 500;">pacman -S gtk4 libadwaita # Ubuntu/Debian (may lag behind on versions)
-weight: 600;">sudo -weight: 500;">apt -weight: 500;">install libgtk-4-dev libadwaita-1-dev
# Fedora
-weight: 600;">sudo -weight: 500;">dnf -weight: 500;">install gtk4-devel libadwaita-devel # Arch
-weight: 600;">sudo -weight: 500;">pacman -S gtk4 libadwaita # Ubuntu/Debian (may lag behind on versions)
-weight: 600;">sudo -weight: 500;">apt -weight: 500;">install libgtk-4-dev libadwaita-1-dev