fedora 33

How To: APFS write support for Fedora

[box type=”info” align=”” class=”” width=”100%”]Note: This guide is based on the guide made by the developer available at https://github.com/sgan81/apfs-fuse, but that guide is for Ubuntu.[/box] Download dependencies: sudo dnf install fuse fuse-devel libicu-devel bzip2 bzip2-devel cmake clang git zlib-devel Clone from Github: git clone https://github.com/sgan81/apfs-fuse.git cd apfs-fuse git submodule init git submodule update Then build: […]

How To: APFS write support for Fedora Read More »

Enable RPM Fusion Repositories on Fedora 32,33, and 34

RPM Fusion is a repository project offering software the Fedora team does not want to include in their own repositories. There are two different repos (free and nonfree). They’re both free as in money, but nonfree includes proprietary software. To enable the repos, use the commands below (running both is fine, but it depends on

Enable RPM Fusion Repositories on Fedora 32,33, and 34 Read More »

How To: get exFAT drive support for Fedora 32

[box type=”info” align=”” class=”” width=”100%”]Update: Fedora 33 includes support for exFAT! 🥳🎉[/box] In 2019 Microsoft opened up the the exFAT specifications, and while exFAT drive support should be coming to the Linux kernel soon and distributions like Ubuntu include support out-of-box, Fedora does not yet support exFAT drives without a couple of extra tools. To

How To: get exFAT drive support for Fedora 32 Read More »