Skip to content

Commit

Permalink
repo-management.md: Add repo URLS (#395)
Browse files Browse the repository at this point in the history
* repo-management.md: Add repo URLS

* Add the actual repo URLS to the page
* Add a warning about updating while running unstable

* Update repo-management.md

- Switch to table layout
  • Loading branch information
davidjharder authored Oct 11, 2023
1 parent 6ed2938 commit 3910928
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docs/user/package-management/repo-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ summary: Repository Management

While Solus currently only provides two repositories, stable (shannon) and unstable, our package manager does support actively using multiple repositories on your system. This is useful if you are using a vendor-provided repository.

## Official Solus Repositories

The official Solus repositories are:

| Repository | URL | Notes |
| ---------------- | -------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| Stable (shannon) | `https://cdn.getsol.us/repo/shannon/eopkg-index.xml.xz` | This is the default repository. |
| Unstable | `https://cdn.getsol.us/repo/unstable/eopkg-index.xml.xz` | This repository should only be used if you intend to build Solus packages or to test new packages before they are synced to the _stable_ repository. |

:::danger

It is not always safe to perform a system update when using the **unstable** repository. Always check the topic of the [#solus-packaging](https://matrix.to/#/#solus-packaging:matrix.org) Matrix room before updating.

:::

## Adding a Repository

You can add a repository by using:
Expand All @@ -18,7 +33,7 @@ sudo eopkg add-repo Name Url
For example:

```bash
sudo eopkg add-repo Example https://example.com/repo/eopkg-index.xml.gz
sudo eopkg add-repo Example https://example.com/repo/eopkg-index.xml.xz
```

**Note:** This does not enable the repository.
Expand Down

0 comments on commit 3910928

Please sign in to comment.