mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
ba417d598d
(cherry picked from commit fbd898432c)
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
70 lines
2.6 KiB
Markdown
70 lines
2.6 KiB
Markdown
# Terra Sources
|
|
|
|
[](https://repology.org/repository/terra_rawhide)
|
|
|
|
Terra is a rolling-release Fedora repository for all the software you need.
|
|
With Terra, you can install the latest packages knowing that quality and security are assured.
|
|
|
|
See the introduction at [our website](https://terra.fyralabs.com).
|
|
|
|
This monorepo contains the package manifests for all packages in Terra.
|
|
|
|
## Installation
|
|
|
|
The latest detailed instructions are available in our Devdocs: https://developer.fyralabs.com/terra/installing
|
|
|
|
### Fedora
|
|
|
|
```bash
|
|
sudo dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release
|
|
```
|
|
|
|
If you are using immutable/atomic editions of Fedora, run the following commands instead:
|
|
|
|
```bash
|
|
curl -fsSL https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo | pkexec tee /etc/yum.repos.d/terra.repo
|
|
sudo rpm-ostree install terra-release
|
|
```
|
|
|
|
Optionally, you can install `terra-release-extra` to use the Extras repository. This also installs the Nvidia, and Mesa streams but does not enable them.
|
|
|
|
### Enterprise Linux (EL)
|
|
|
|
Only EL10 is supported. Not all packages available in Terra are available in Terra EL at this time.
|
|
|
|
Terra EL requires the EPEL repos, which may be installed with:
|
|
|
|
```bash
|
|
sudo dnf install 'https://dl.fedoraproject.org/pub/epel/epel-release-latest-$releasever.noarch.rpm'
|
|
```
|
|
|
|
And Terra EL itself can be installed with:
|
|
|
|
```bash
|
|
sudo dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terrael$releasever' terra-release
|
|
```
|
|
|
|
## Contributions
|
|
|
|
First of all, thanks for being interested in contributing to Terra! If you have any questions about contributing, please [join our chats](https://wiki.ultramarine-linux.org/en/community/community/).
|
|
|
|
- [Contribution Guide](https://developer.fyralabs.com/terra/contributing)
|
|
- [FAQ](https://developer.fyralabs.com/terra/faq)
|
|
- [Guidelines](https://developer.fyralabs.com/terra/guidelines)
|
|
|
|
## Documentation
|
|
|
|
Our documentation can be found on our [Devdocs](https://developer.fyralabs.com/terra/).
|
|
|
|
## Searching Packages
|
|
|
|
[pkgs.org](https://fedora.pkgs.org/rawhide/terra/) and [Repology](https://repology.org/) provide a list of the packages available in Terra.
|
|
|
|
## Questions?
|
|
|
|
Feel free to reach out by [joining our community](https://wiki.ultramarine-linux.org/en/community/community/). We're always happy to help!
|
|
|
|
- [Contribution Guide](https://developer.fyralabs.com/terra/contributing)
|
|
- [FAQ](https://developer.fyralabs.com/terra/faq)
|
|
- [Guidelines](https://developer.fyralabs.com/terra/guidelines)
|