wiki/doc/repositories_tldr.md

57 lines
2.4 KiB
Markdown
Raw Normal View History

2020-03-03 17:35:02 +00:00
---
title: OpenMandriva Repositories tl;dr
description:
published: true
2020-03-03 18:24:04 +00:00
date: 2020-03-03T18:24:03.227Z
2020-03-03 17:35:02 +00:00
tags: documentation
---
# Repositories tl;dr
## Media Sources
2020-03-03 18:24:04 +00:00
We have four basic media sources: `/main`, `/unsupported`, `/restricted` and `/non-free`.
2020-03-03 18:11:56 +00:00
#### How to manage repositories with om-repo-picker
2020-03-03 18:14:04 +00:00
Application menu > Software Repository Selector (om-repo-picker)
2020-03-03 18:11:56 +00:00
![repositories01.jpg](/images/repositories01.jpg)
2020-03-03 17:35:02 +00:00
2020-03-03 18:23:31 +00:00
Or you can select OpenMandriva repo-picker in OM Welcome
![repositories07.jpg](/images/repositories07.jpg)
2020-03-03 17:35:02 +00:00
### main
`/main` is the core packages maintained by the OpenMandriva Lx team.
This includes anything featured in the install images as well as many more applications considered important. `/main/release` repository should always be enabled.
2020-03-03 18:11:56 +00:00
![repositories02.jpg](/images/repositories02.jpg)
2020-03-03 17:35:02 +00:00
### unsupported
`/unsupported` represents community maintained packages. They are not supported by the core OpenMandriva Lx team and depend on package maintainers to update it.
There may be many packages that will not install and others that install but do not work properly. Users are welcome to use whatever they find in this repository that is working.
2020-03-03 18:11:56 +00:00
#### How to enable unsupported repo in om-repo-picker
![repositories03.jpg](/images/repositories03.jpg)
2020-03-03 17:35:02 +00:00
### restricted
`/restricted` contains libraries that are not installed by default due to legal concerns, such as patent issues.
The usage of these packages vary by country. OpenMandriva Lx is not responsible for their usage. If you believe that their usage is disallowed in your country please disable the restricted repositories.
2020-03-03 18:11:56 +00:00
#### How to enable restricted repo in om-repo-picker
![repositories04.jpg](/images/repositories04.jpg)
2020-03-03 17:35:02 +00:00
### non-free
`/non-free` contains applications and drivers that are distributed but do not meet the definitions of Free Software.
2020-03-03 18:11:56 +00:00
While we can adjust the packaging of such applications, we do not have the source code and therefore can not fix problems caused by anything in this repository.
#### How to enable non-free repo in om-repo-picker
![repositories05.jpg](/images/repositories05.jpg)
2020-03-03 18:23:31 +00:00
> Please note: for a few applications, such as Steam, you will need to enable **both non-free and main 32 bit**
{.is-info}
![repositories06.jpg](/images/repositories06.jpg)
2020-03-03 17:35:02 +00:00
## More in depth
For a detailed explanation read [OpenMandriva Release Plan and Repositories](/doc/release_plan_and_repositories)