mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
38 lines
1.6 KiB
Markdown
38 lines
1.6 KiB
Markdown
# Terra Sources
|
|
|
|
[](https://repology.org/repository/terra_40)
|
|
[](https://repology.org/repository/terra_41)
|
|
[](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
|
|
|
|
```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
|
|
```
|
|
|
|
## Documentation
|
|
|
|
Our documentation can be found on our [Devdocs](https://developer.fyralabs.com/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)
|
|
- [Policy](https://developer.fyralabs.com/terra/policy)
|