Skip to content

1.6 (2024-09-03)

Latest
Compare
Choose a tag to compare
@guihkx guihkx released this 03 Sep 17:02
· 3 commits to master since this release
1.6-2024-09-03
8e79ba9

Installing this SDK

Note

These are all command-line instructions.

1. Download the .tar.zst archive of the OSTree repository for the i386 Freedesktop 1.6 SDK:

curl -LO https://github.com/guihkx/freedesktop-sdk-1.6-i386/releases/download/1.6-2024-09-03/ostree-repo-freedesktop-sdk-1.6-i386.tar.zst

2. Decompress the .tar.zst archive:

tar --warning=no-timestamp -xf ostree-repo-freedesktop-sdk-1.6-i386.tar.zst

3. You can now remove the downloaded .tar.zst archive:

rm ostree-repo-freedesktop-sdk-1.6-i386.tar.zst

4. Create a local Flatpak remote named sdk-1.6-i368, pointing to the sdk-repo/ directory we just extracted:

flatpak --user remote-add --no-gpg-verify sdk-1.6-i386 sdk-repo/

5. You can now install the i386 1.6 Platform/SDK:

flatpak --user install --no-related sdk-1.6-i386 org.freedesktop.Platform/i386/1.6
flatpak --user install --no-related sdk-1.6-i386 org.freedesktop.Sdk/i386/1.6

6. You can now perform a general clean up:

# Disable the sdk-1.6-i368 Flatpak remote (we're not outright deleting it because that causes 'flatpak update' to display an annoying warning)
flatpak --user remote-modify --disable sdk-1.6-i386
# Delete the 'sdk-repo' repository
rm -rf sdk-repo/

Please note that the commands above will not also uninstall the i386 Freedesktop Platform/SDK.

If you really want to do that, run these commands:

flatpak --user uninstall org.freedesktop.Platform/i386/1.6
flatpak --user uninstall org.freedesktop.Sdk/i386/1.6
flatpak --user remote-delete --force sdk-1.6-i386

Next, if you're a Flatpak user interested in building/packaging NVIDIA drivers, check out the instructions in this README.