Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions src/content/docs/usage/installing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,32 +35,36 @@ On Atomic editions of Fedora, run the following command:

```sh
curl -fsSL https://raw.githubusercontent.com/terrapkg/packages/f$(rpm --eval '%{fedora}')/anda/terra/release/terra.repo | pkexec tee /etc/yum.repos.d/terra.repo
sudo rpm-ostree install terra-release terra-gpg-keys
rpm-ostree install terra-release terra-gpg-keys
```

### Bazzite and Aurora
### Bazzite

Bazzite and Aurora come with Terra, but disable it.
Bazzite comes with Terra, but disables it.

Edit `/etc/yum.repos.d/terra.repo` and change `enabled=0` to `enabled=1`

Do this again for `/etc/yum.repos.d/terra-extras.repo`

Then you can simply `rpm-ostree` away!

### Bluefin
### Bluefin and Aurora

Bluefin no longer comes with Terra, and disables package layering by default.
Bluefin and Aurora no longer come with Terra, and heavily discourage package layering as it can halt system updates

To enable layering, edit `/etc/rpm-ostreed.conf` and set `LockLayering` to `false`.

<Aside type="caution">
Bluefin doesn't officially support this. If you're getting support, make sure
Bluefin and Aurora don't officially support this. If you're getting support, make sure
to mention layering is on.
</Aside>

Then follow the installation instructions for Fedora Atomic.

### SecureBlue

Follow the installation instructions for Fedora Atomic, but replace `pkexec` in the curl script with `run0`.

## Enterprise Linux

Terra EL contains a subset of packages for RHEL 10 and its derivatives.
Expand Down